ASP.NET Team Launches Sprite and Image Optimization Framework

    image

    The ASP.NET development team is ready to introduce a new open source toolkit called Sprite and Image Optimization Framework .

    Sprite and Image Optimization Framework is a framework that contains a set of client-side optimization tools for websites, which reduces the time access to pages for users. For this, the framework suggests using mechanisms for optimizing image loading: through sprites and encoding based on data: uri .

    ASP.NET developers are encouraged to use the control for WebForms projects and a special helper class for ASP.NET MVC projects. Comes with themHTTP Module , which does all the work of optimizing images and transmitting them to the client.

    You can download Sprite and Image Optimization Framework from this link from codeplex.com . There you can find the source code of the framework, demo projects, documentation.

    Also popular now: