How to create and use of bundle in MVC 5? | MVC Tutorial Part 5 | How to create a bundle?

preview_player
Показать описание
VMD Soft Solutions
Asp.Net MVC Tutorial
Part-5 How to create and use of bundle in MVC 5?
In this video we will learn :
2: How to create a bundle
3: How to call bundle in layout

Bundle: Bundling just like minification that provides a mechanism to reduce the number of requests needed to get JS and CSS resource files and optimize the size of the files themselves, thereby improving the performance of an application.

Minification reduce the size of the file that needs to transfer from the server. It removes unwanted comments, white space, and line breaks.

Bundle Call for CSS: @Styles.Render("~/Content/css")
Bundle Call for JS: @Scripts.Render("~/bundles/modernizr")

Part-4 How to create first project in MVC 5?

Part-3 What is the project folder structure of MVC 5?

Рекомендации по теме
join shbcf.ru