ASP.NET Best Practices
This session attempts to summarize some best practices that developers will find useful when building ASP.NET applications. The presentation focuses on common tasks and illustrates the use of the best practices.
http://www.tutorialized.com/tutorial/Best-Practices-for-ASP.NET-Development/6967
Set of guidelines on naming classes, properties, methods, and fields.
The following articles to explains and helps to build a secure application.
Performance and scalability are two important factors for any ASP.NET application. The best work on .NET performance comes from Microsoft’s Patterns and Practices group.
In particular, Chapter 6 focuses on ASP.NET.
From XML best practices to displaying records in a DataGrid, the following articles will be of great reference.
A robust application needs to handle errors consistently, look to the following article for tips on Exception handling.
Globalization is one of the important aspects for most web applications, this article provides necessary information for Globalization Architecture.
Important features and useful information on ASP.NET is available through the below links.
[via scott]