Recent Posts

Use Miniprofiler During Development

less than 1 minute read

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...

Review What Client Scripts You Are Using

less than 1 minute read

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,...

Remove Unused Http Modules

less than 1 minute read

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...