- Throw Fewer Exceptions
- Design with ValueTypes
- Trim Your Working Set
- Use StringBuilder for Complex String Manipulation
- Keep IO Buffer Size Between 4KB and 8KB
- Cache Aggressively
- Use Session State Only If You Need To
- Use View State Only If You Need To
- Remove Unnecessary Http Modules
- Avoid the Autoeventwireup Feature
- Turn On Option Strict and Explicit
- Remove unwanted namespaces imported
Sunday, July 27, 2008
Performance Tips and Tricks in .NET Applications
One of the toughtest and important thing involved in ASP.NET web application development is improving the performance. So here are few trips which will help you to improve the performance of your web application. Following points needs to be kept in mind for ASp.net web applications
Subscribe to:
Post Comments (Atom)
1 comment:
Good article.
Post a Comment