Always Perform Server Side Validation
This isn’t exactly a performance tip but rather a security tip for when people think that they could improve performance by cutting out server-side validatio...
This isn’t exactly a performance tip but rather a security tip for when people think that they could improve performance by cutting out server-side validatio...
In this post, we will look at why we should avoid large view state when possible.
Traditionally, many performance problems have been rooted in the backend; either the database or application server. However, with the proliferation of advan...
Where possible, you should try and avoid using session state, especially in process session state. While using one web server, performance is usually not a p...
This may sound simple but it is so easy to forget. Do not publish your ASP.NET application in debug mode. We can do as much optimizations in our code as we w...