Senin, 02 Agustus 2010

50 Tips to Boost ASP.NET Performance

When we are looking to optimize the performance of  web applications we should keep in mind about Memory Load, Processor Load and Network Bandwidth. Here are 50  best practices to improve the performance and scalability of ASP.NET applications. 1. Page.IsPostBack PropertyKeep code which only needs to be loaded once inside an IsPostBack block.if(!IsPostBack){BindDropDownList();LoadDynamicControls(

Tidak ada komentar:

Posting Komentar