Skip to main content

Home/ ASP.Net MVC/ Group items tagged optimization

Rss Feed Group items tagged

Jacques Bosch

Bundling and Minification in ASP.NET 4.5 « Abhijit's World of .NET - 0 views

  •  
    "Optimizing application performance is a key element for business. There are several ways by which we can optimize the applications performance. It can be done either by server side code optimization, caching or some client side optimization. In this post I am going to discuss about one handy and smart way to optimize web applications performance using Bundling and Minification features which is introduced with ASP.NET 4.5 Developer Preview. ASP.NET 4.5 Developer Preview introduced bundling, which combines multiple JavaScript files for faster loading with less number of requests for download and minification, which reduces the size of JavaScript and CSS files by removing unneeded characters . Combination of these bundling and minification helps web pages to load very faster. Let's have a looks how it works."
Wicked Tunez

ASP.NET - Download: Sprite and Image Optimization Preview 3 - 0 views

  •  
    ASp.net Sprite and image optimization framework. Works for Asp.net MVC3 and Asp.net webforms 4
Jacques Bosch

Introducing "Razor" - a new view engine for ASP.NET - ScottGu's Blog - 0 views

  •  
    One of the things my team has been working on has been a new view engine option for ASP.NET. ASP.NET MVC has always supported the concept of "view engines" - which are the pluggable modules that implement different template syntax options. The "default" view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we've been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is "Razor", and we'll be shipping the first public beta of it shortly.
Jacques Bosch

RequestReduce - Automatic CSS background image optimization and spriting as well as Jav... - 0 views

shared by Jacques Bosch on 14 Dec 11 - No Cached
  •  
    "Super Simple Auto Spriting, Minification and Bundling solution No need to tell RequestReduce where your resources are Your CSS and Javascript can be anywhere - even on an external host RequestReduce finds them at runtime automatically"
1 - 5 of 5
Showing 20 items per page