148 Views
There is good website performance practice to use hosted version of popular javascript libraries such as jquery after deployment. However, while running application on local developer machine you’d better to use local version instead. In this post I will show you how you can solve this problem with ASP.NET MVC build in methods.
0 comments