In Visual Studio 2010 we have more than 200+ snippet to make your HTML life easier. It is not just Snippets which you can use, there is Surround with. For example, you want to wrap an area into UpdatePannel, you have surround with option with a mouse
Read More...
ASP.NET MVC book that Scott Hanselman, Rob Conery, Phil Haack and Scott Gu is available at http://aspnetmvcbook.s3.amazonaws.com/aspnetmvc-nerdinner_v1.pdf Namoskar!!!
Read More...
When we use Response.Redirect to move from one page to another we ideally also call HTTP 302 Found. This increases extra trip. Now in Visual Studio 2010 you may write Response.RedirectPermanent( "Page1.aspx" ); Namoskar!!!
Read More...