jch0001
Name: jch0001
Score: 5,661.13
Last Seen: 116 days, 8 hours, 37 minutes ago
Member Since: 6 February, 2009
DotNetShoutout
atom rss
6
Shouts

ASPX and Razor View Engines in ASP.NET MVC 3 Preview 1 - Shiju Varghese's Blog

published 1027 days, 5 hours, 6 minutes ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 1027 days, 12 hours, 53 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Friday, July 30, 2010 4:14:50 AM GMT
ASP.NET MVC is a highly extensible framework that allows you to use different view engines with ASP.NET MVC. ASP.NET MVC Preview 1 comes with two bult-in view engines: ASPX and Razor. When you create a new ASP.NET MVC 3 project,  you can see two project templates as shown in the following screen shot. You can select ASP.NET MVC 3 Web Application (APSX) for a pre-defined template for using ASPX syntax in the view pages and can use ASP.NET MVC 3 Web Application (Razor) for writing view pages with Ra... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
8
Shouts

Sending Mails in .NET Framework | Just Like a Magic

published 1027 days, 5 hours, 6 minutes ago posted by elsheimyelsheimy 1028 days, 7 hours, 8 minutes ago
Friday, July 30, 2010 12:01:01 PM GMT Thursday, July 29, 2010 9:59:04 AM GMT
This lesson focuses on how to send mail messages in .NET Framework via a SMTP server. It firstly discusses the techniques which .NET Framework provides you to send mail messages. After that, it discusses types available for you when working with SMTP servers. Next, it discusses how to implement these techniques and to send mails from a .NET client. At the end of this lesson, there is a sample application, Geming Mail+, which is used to send mails from a various SMTP servers. This application is open-sou... (more)
category: Web Dev | clicked: 2 | comment | | source: justlikeamagic.com
tags: .NET, Networking, SMTP, ASP.NET
5
Shouts

ASP.Net DatePicker using Calendar Control [ Visual Basic Knowledgebase ]

published 1026 days, 4 hours, 51 minutes ago posted by pons_saravananpons_saravanan 1027 days, 8 hours, 26 minutes ago
Saturday, July 31, 2010 12:16:00 PM GMT Friday, July 30, 2010 8:41:42 AM GMT
ASP.Net Calendar with JavaScript as a DatePicker Is there a DatePicker control in the ASP.Net 2.0? No, so I started writing some code which will be similar to the Win Forms DatePicker. The best approach is to build a server control or al least a user... (more)
category: Web Dev | clicked: 5 | comment | | source: www.vbknowledgebase.com
tags: JavaScript, Calendar, DatePicker, ASP.NET
4
Shouts

When it Comes to Asp.Net: Get Direct HTML string for Server Side Control - Useful for Ajax Operations

published 1025 days, 2 hours, 35 minutes ago posted by ashishsarda99ashishsarda99 1027 days, 3 hours, 20 minutes ago
Sunday, August 01, 2010 2:32:30 PM GMT Friday, July 30, 2010 1:47:42 PM GMT
Share|How to get rendered HTML of any control for Ajax operations? In ajax on client, what exactly we do is the simple manipulation of strings. Mainly we can use HTML strings and put it as innerHTML in desired tag (i.e. div,span,td, etc…). Assume following sequence of operations Send an Ajax request from client to server. On server side we are binding data table to grid Convert the grid into HTML string and send it back to client side. On client side put that string as an innerHTM... (more)
category: Web Dev | clicked: 0 | comment | | source: aspdotnetmatters.blogspot.com
tags: Web, C#.NET, Render Control, JavaScript, web development, Ajax, HTML
4
Shouts

Are Static Variables in Base Classes Shared In Derived Sub Classes?

published 1025 days, 2 hours, 35 minutes ago posted by Sunday_IronfootSunday_Ironfoot 1027 days, 7 hours, 36 minutes ago
Sunday, August 01, 2010 2:32:30 PM GMT Friday, July 30, 2010 9:31:25 AM GMT
Development Gotchas - Something that caught me out recently is the behaviour of static variables in C# classes, and how they behave in derived classes. Also how does this differ with static variables in Generic (more)
category: Web Dev | clicked: 0 | comment | | source: www.dominicpettifer.co.uk
tags: .NET, singleton design pattern, C# .NET
3
Shouts

How to hide Intellisense window in Visual Studio while coding or debugging to view the code? « Abhijit's World of .NET

published 1025 days, 2 hours, 35 minutes ago posted by abhijitjanaabhijitjana 1026 days, 5 hours, 36 minutes ago
Sunday, August 01, 2010 2:32:30 PM GMT Saturday, July 31, 2010 11:31:45 AM GMT
Here is one quick tips to hide Visual Studio Intellisense window to view the covered source code by the particular Intellisense popup. When we are working in Visual Studio and the IntelliSense window comes up, but we may want to view the code that is covered by the window. Here you go, Press the Ctrl key. Intellisense window becomes transparent and you can easily view your source code. Hold the Ctrl as long as you want them to be transparent. You can do it while debugging your application or writing co... (more)
category: Web Dev | clicked: 1 | comment | | source: abhijitjana.net
tags: Beginners, Visual Studio, how to
6
Shouts

embed Lazy load in blogengine

published 1025 days, 2 hours, 35 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 1026 days, 11 hours, 39 minutes ago
Sunday, August 01, 2010 2:32:30 PM GMT Saturday, July 31, 2010 5:28:16 AM GMT
If you are using blogengine, you want to embed lazy load image libray in your blog, which is cool library is makes your image only load when you see it, not all by default We have 2 way to embed this libary in your blog 1. By programming lazy loading images với jQuery 2. By adding script to header (in admin section) The first, download libraies and upload to your host: Jquery Lazy Load and Jquery http://www.appelsiini.net/projects/lazyload http://ajax.microsoft.com/ajax/jQuery/jquery-1.4.... (more)
category: Web Dev | clicked: 1 | comment | | source: code2code.info
tags: BlogEngine, jQuery
12
Shouts

VS 2010 Web Deployment - ScottGu's Blog

published 1024 days, 5 hours, 21 minutes ago posted by rajuraju 1027 days, 5 hours, 37 minutes ago
Monday, August 02, 2010 11:46:52 AM GMT Friday, July 30, 2010 11:30:22 AM GMT
This is the twenty-fifth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. Today’s blog post is the first of several posts I’ll be doing that cover some of the improvements we’ve made around web deployment.  I’ll provide a high-level overview of some of the key improvements.  Subsequent posts will then go into more details about each feature and how best to take advantage of them.Making Web Deployment Easier Deploying your web application to a server is something that all (successf... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET4, VS 2010, ScottGu
5
Shouts

Professional Asp.net Mvc 2 Book Giveaway - Result

published 1024 days, 5 hours, 21 minutes ago posted by deanomachinodeanomachino 1024 days, 9 hours, 33 minutes ago
Monday, August 02, 2010 11:46:52 AM GMT Monday, August 02, 2010 7:34:49 AM GMT
Professional Asp.net Mvc 2 Book Giveaway - Result Firstly, I would like to thank everyone that entered the competition and also everyone that contributed by leaving a comment on the blog. There have been a load of great ideas and I will definitely be implementing them on the site. Hopefully you will see these changes over the next few weeks! Okay, so in terms of the draw - it took place last night and the lucky winner is Paul Irvine. I hope you enjoy the book and I will be in contact shortly rega... (more)
category: Web Dev | clicked: 0 | comment | | source: deanhume.com
tags: C#, Book, MVC 2, giveaway, MVC, ASP.NET
6
Shouts

Changing The OutputCache Provider During Runtime - Gil Fink on .Net

published 1023 days, 4 hours, 48 minutes ago posted by gilfgilf 1025 days, 12 hours, 5 minutes ago
Tuesday, August 03, 2010 12:19:31 PM GMT Sunday, August 01, 2010 5:02:46 AM GMT
I got a question in the post I wrote about ASP.NET Output Cache Provider which asks whether we can change the cache provider during runtime. The post will try to answer the question. (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: outputcache, Providers, Cache, ASP.NET 4
8
Shouts

Inline Razor Syntax Overview

published 1023 days, 4 hours, 48 minutes ago posted by MikesdotnettingMikesdotnetting 1024 days, 10 hours, 12 minutes ago
Tuesday, August 03, 2010 12:19:31 PM GMT Monday, August 02, 2010 6:55:22 AM GMT
Inline Razor Syntax Overview   With the launch of WebMatrix, and the announcement of the new Razor View Engine for the next version of ASP.NET MVC, here's a quick guide to Razor syntax.   All code blocks must appear within @{ ... } brackets. As soon as you type @, you are assumed to have started writing code. Everything that follows is assumed to be code, unless you tell Razor otherwise: If you want to render the variable number within the loop above, you have to prefix it with an @ ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.mikesdotnetting.com
tags: asp net mvc, ASPNETMVC, asp net web pages, Razor
5
Shouts

Crypto Obfuscator – .NET Code Obfuscation

published 1023 days, 4 hours, 48 minutes ago posted by vkumarvkumar 1025 days, 10 hours, 24 minutes ago
Tuesday, August 03, 2010 12:19:31 PM GMT Sunday, August 01, 2010 6:43:13 AM GMT
.NET code is susceptible to reverse engineering because of the way it is compiled. There are many decompiler tools available in the market that can very easily reverse engineer .NET code if it is not protected. Crypto Obfuscator for .NET by LogicNP is an excellent code obfuscator that provides advanced functionality to protect code. (more)
category: Web Dev | clicked: 1 | comment | | source: vendotnet.wordpress.com
tags: .NET, obfuscator
6
Shouts

First Look at the Razor CSharp HTML File in MVC 3

published 1023 days, 4 hours, 48 minutes ago posted by KodefuGuruKodefuGuru 1024 days, 1 hour ago
Tuesday, August 03, 2010 12:19:31 PM GMT Monday, August 02, 2010 4:07:07 PM GMT
The day before I left for IEEE ICCSIT 2010, there was a huge announcement about a new view engine for ASP.NET: Razor. It was old news by the time I returned, but I couldn’t help but sit down and play with it. I skimmed a few a blog postings on it, but I wasn’t getting anything good. So, I downloaded the ASP.NET MVC 3 Preview 1 and began playing with it myself. After installing the preview, I created a new ASP.NET MVC 3 Razor application. I then proceeded to open the Views/Home/Index.cshtml to see what i... (more)
category: Web Dev | clicked: 3 | comment | | source: www.kodefuguru.com
tags: MVC3, Cshtml, Razor
7
Shouts

ASP.NET GridView + jQuery UI tips and tricks - Part 2

published 1023 days, 4 hours, 48 minutes ago posted by dotnetfundadotnetfunda 1026 days, 1 hour, 13 minutes ago
Tuesday, August 03, 2010 12:19:31 PM GMT Saturday, July 31, 2010 3:54:25 PM GMT
This article demonstrate how to do CRUD operation using GridView and jQuery seamlessly and also describes some simple UI effects in ASP.NET GridView control using jQuery. This is the Part 2 and last part of this article. (more)
category: Web Dev | clicked: 4 | comment | | source: www.dotnetfunda.com
tags: jQuery, ASP.NET
7
Shouts

ASP.NET GridView + jQuery UI tips and tricks - Part 1

published 1023 days, 4 hours, 48 minutes ago posted by dotnetfundadotnetfunda 1026 days, 1 hour, 18 minutes ago
Tuesday, August 03, 2010 12:19:31 PM GMT Saturday, July 31, 2010 3:49:14 PM GMT
This article demonstrate how to do CRUD operation using GridView and jQuery seamlessly and also describes some simple UI effects in ASP.NET GridView control using jQuery. This is the Part 1 of this article. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: ASP.NET
7
Shouts

Scott Hanselman - The Weekly Source Code 55 - NotABlog: A Local XML-RPC MetaWebLog Endpoint That Lies To Windows Live Writer

published 1023 days, 4 hours, 48 minutes ago posted by rajuraju 1024 days, 8 hours, 58 minutes ago
Tuesday, August 03, 2010 12:19:31 PM GMT Monday, August 02, 2010 8:09:45 AM GMT
My team has to write a lot. We write some blog posts, sure, but we also write a lot of tutorials for various sites. Right now the http://www.asp.net site runs on Umbraco, but MSDN runs on custom internal what-not, and there's other sites as well. The only common thread is HTML. Sometimes someone will write a tutorial or document in Word, then try to get some HTML out of that, that will only ends in pain and suffering. We could use something like Markdown or Dreamweaver or Expression Web, or write the H... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: MSDN, HTML
5
Shouts

ASP.NET authentication and authorization

published 1022 days, 5 hours, 27 minutes ago posted by dotnetfundadotnetfunda 1023 days, 56 minutes ago
Wednesday, August 04, 2010 11:39:56 AM GMT Tuesday, August 03, 2010 4:11:01 PM GMT
This article will discuss how to implement ASP.NET authentication and authorization. This article initially starts with authentication and authorization concepts and later explains the three important ways of doing authentication and authorization i.e. windows, forms and passport. As the article moves ahead it explains basic, digest and integrated authentication in depth. This article also dives in depth on how forms authentication can be used to implement custom authentication and single-sign on authent... (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
5
Shouts

London “Guathon” Event with Me on August 13th - ScottGu's Blog

published 1022 days, 5 hours, 27 minutes ago posted by rajuraju 1023 days, 9 hours, 10 minutes ago
Wednesday, August 04, 2010 11:39:56 AM GMT Tuesday, August 03, 2010 7:57:02 AM GMT
The (awesome) UK developer community is holding an all day event with me in London on August 13th.  The event is free to attend, and the venue will be in Central London (at the ODEON Covent Garden).  The website for the event is here.Content The event will be a packed day of presentations covering VS 2010, ASP.NET 4, ASP.NET MVC, and Silverlight for Windows Phone 7.  Below is the list of talks: VS 2010 and ASP.NET 4 (90 minutes) A demo heavy talk that covers some of the new features and capabilities w... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, ScottGu, Community News, ASP.NET
5
Shouts

How to pass external values with GridView HyperLinkField which are not part of your Gridview DataSource member ? « Abhijit's World of .NET

published 1022 days, 5 hours, 27 minutes ago posted by abhijitjanaabhijitjana 1023 days, 42 minutes ago
Wednesday, August 04, 2010 11:39:56 AM GMT Tuesday, August 03, 2010 4:25:18 PM GMT
Few days back I have published an article “How to pass multiple values using GridView HyperLinkField ?”, where I have explained how you can pass multiple parameter with Gridview HyperLinkField using DataNavigationUrlField and DataNavigateUrlFormatString properties. In this post, I am going to explain how you can pass some external values as parameters with the same hyperlink field. (more)
category: Web Dev | clicked: 5 | 1 comment | | source: abhijitjana.net
tags: HyperLinkField, Multiple Paramter, Beginners, GridView, how to, ASP.NET
6
Shouts

ASP.NET authentication and authorization

published 1022 days, 5 hours, 27 minutes ago posted by questpondquestpond 1023 days, 25 minutes ago
Wednesday, August 04, 2010 11:39:56 AM GMT Tuesday, August 03, 2010 4:42:29 PM GMT
ASP.NET authentication and authorization Introduction Authentication and Authorization Detecting authentication and authorization: - The principal and identity objects Types of authentication and authorization in ASP.NET Windows Authentication  5 steps to enable authentication and authorization using WindowsDifferent methods of collecting username and passwordBasic AuthenticationBase64 is an encoding mechanism and not encryptionDigest AuthenticationIntegrated AuthenticationOrder of Preceden... (more)
category: Web Dev | clicked: 4 | comment | | source: www.codeproject.com
tags: Authentication, Authorization, ASP.NET 4.0