Use Miniprofiler During Development
Get MiniProfiler and configure it to always run when you hit your site (just don’t enable it for the general public). You’ll get detailed execution times and...
Get MiniProfiler and configure it to always run when you hit your site (just don’t enable it for the general public). You’ll get detailed execution times and...
ELMAH supports many formats for storing errors, but I think that SQL Server Compact is a great choice for small to medium size applications.
Yes, if you are in a loop and adding to a string, then a StringBuilder could be most appropriate. However, the overhead of spinning up a StringBuilder instan...
Out of the box, many ASP.NET projects include client script libraries which you may or may not be using. It’s always a good idea to check what you are using,...
Make sure you’ve removed HTTP modules that aren’t being used (Windows authentication, for example), and that you’ve disabled services such as FTP and SMTP, i...