Bundling mvc

What is Bundling
  • Bundling is a process of grouping the css / javascript files.
  • This group of multiple file is combined into a single file.
  • This single file can be cached.
  • Intention of bundling is to improve performance / optimization.
How my page works without Bundling

Comments

Popular posts from this blog

Razor View Engine VS Web Form(ASPX) View Engine

ASP.NET MVC VS WebForms

fibonacci series