(#116) Bundling and minification in asp.net core | Asp.Net Core tutorial



(#116) Bundling and minification in asp.net core | Asp.Net Core tutorial

(#116) Bundling and minification in asp.net core | Asp.Net Core tutorial

Bundling and minification in asp.net core are used to improve the performance of the application. Bundling in asp.net core is a process of combining multiple static (CSS & js) files into one and minification in asp.net core is used to reduce the size of the file by removing extra spaces, comments, and by reducing the name of local variables. Bundling and minification in asp.net core are very useful to reduce the number of server call and transfer fewer data.
In this video, we will learn how to create multiple bundles in asp.net core application, install package for bundling and minification, and setup bundling and minification from scratch.

#Bundling #Minification #AspNetPerformance
GitHub Repo: https://github.com/webgentle/aspnet-core-mvc
Nitish’s blog – https://www.nitishkaushik.com
Visit Our Website: https://webgentle.com
Subscribe us: https://goo.gl/PJr1pN
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
For business inquiry contact: [email protected]

Follow us on
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Facebook – https://bit.ly/36yZuQN
Linkedin – https://bit.ly/2N6Onqk
Twitter – https://bit.ly/2uv04AP

Popular free courses from WebGentle
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Jira tutorial – http://bit.ly/jiratutorial
Asp.Net Core Tutorial: http://bit.ly/aspnetcorebynitish
Azure DevOps tutorial – http://bit.ly/azuredevopsbynitish
.NET Core 3.0 fundamentals – http://bit.ly/dotnetcore3
MVC5 tutorial – http://bit.ly/mvcbynitish
LINQ Tutorial – http://bit.ly/linqbynitish
Non-generic collection in c# – http://bit.ly/nongenericcollectionbynitish

Comments are closed.