1. chirpy Zippy
: Http://chirpy.codeplex.com/
In the past, JavaScript scripts and CSS files were deployed to the WebServerPreviously, I used to use compression tools for compression and re-deployment. After chirpy is installed, your scripts and CSS files will be automatically compressed based on their names. For example, suppose you have a file named myscript. to Compress JS footfall files, you only need to rename them as myscript. yui. JS, it will call Yui CompressionProgramAutomatic compression: the compressed file is displayed as a sub-project in Solution Explorer. You can continue to view and debug uncompressed scripts.
For usage instructions, see here.
2. t4mvc
: Http://mvccontrib.codeplex.com/
I have written many blog posts about t4mvc, but it is worth mentioning that it is ASP. A T4 template for the. net mvc application, which simplifies the operations for creating controllers, behaviors, and views, and enables the MVCCodeBetter maintainability.
3. MVC contrib
: Http://mvccontrib.codeplex.com/
T4mvc is a small part of the MVC contrib library. The MVC contrib library contains ASP. net MVC development tools, I used grid HTML helper in a recent private project, but MVC contrib contains many functions and libraries, you need to discover them one by one in daily development.
4. ASP. NET Genie and image Optimization Framework
: Http://aspnet.codeplex.com/releases/view/50869
The best way to improve website performance is to reduce the number of HTTP requests required for rendering a page. One way to reduce the number of requests is to use CSS genie or embedded images. For example, if your website has a toolbar containing 12 32x32 pixel icons, at least 12 HTTP requests will be generated when the page is loaded, that is, each small icon will generate an HTTP request, the CSS genie concatenates all the icons and then uses CSS to define the boundary of each image. This reduces the number of requests to one.
Unfortunately, the process of creating a genie is time-consuming and cumbersome. Basically, you need to merge all the images and then declare the X and Y coordinates of each image in the style sheet, if the process of merging images and generating CSS can be automated, there will be corresponding products as needed, Asp. net Genie and image Optimization Framework came into being.
5. elmah
: Http://code.google.com/p/elmah/
Elmah is an excellent MVC application logging tool. If you haven't used it yet, we strongly recommend that you try it. Although you need to repeat the settings, it is indeed very powerful, here is a quick list for reference:
- Records almost all unhandled exceptions;
-
- View All logs remotely on the webpage;
-
- View Details of any single log remotely on the webpage;
- Even if customerrors mode is disabled, you can view ASP. NET's original yellow dead-end screen due to exceptions;
-
- An email notification is automatically sent when an error occurs;
-
- RSS seeds provide the last 15 error logs.