The Ultimate Checklist for building modern websites in ASP.NET

Web page performance is always important to us. We always like to ensure that any new features that we develop keep the application running efficiently and hopefully faster, if not equal to, the speed of the last release.

The Web Development Checklist is really a simple guide with a few checks that you could do before releasing a new update or feature to your side project. The checklist helps raise awareness of common best practices for building websites. It contains links to many ASP.NET-specific tools and solutions to common problems.

Not only is it a great tool for all ASP.NET developers (ASP.Net & ASP.Net MVC) to learn from, but also tracks the progress of implementing the various best practices.

It mainly includes:

  • Best practices
  • Bundling
  • Minification
  • Expiration
  • Optimize responses
  • Images
  • Remove headers

Though most of them might have already been handled in our projects, seems it’s a good one to go through.

Each of the checklist items explains how it needs to be implemented. Check it on
the Web Developer Checklist for the latest updates.

Have questions? Contact the technology experts at InApp to learn more.