Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP. NET Web Forms vs MVC
Message
 
 
To
30/08/2012 16:55:03
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 4.0
Miscellaneous
Thread ID:
01551247
Message ID:
01552086
Views:
80
Thanks, will do.

This site explains what to do

https://developers.google.com/speed/libraries/devguide

>Content Delivery Network (CDN) Google and Microsoft are probably the most common.
>
>Replace the Url.Content() with the URL of the CDN you want to use.
>
>
>>
>> <link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
>>    <link href="@Url.Content("~/Content/themes/base/jquery.ui.all.css")" rel="stylesheet" type="text/css" />
>>
>>    <script src="@Url.Content("~/Scripts/jquery-1.5.1.min.js")" type="text/javascript"></script>
>>    <script src="@Url.Content("~/Scripts/modernizr-1.7.min.js")" type="text/javascript"></script>
>>    <script src="@Url.Content("~/Scripts/jquery.unobtrusive-ajax.min.js")" type="text/javascript"></script>
>>    <script src= "@Url.Content("~/Scripts/jquery-ui-1.8.11.min.js")" type = "text/javascript"></script>
>>    <script src ="@Url.Content("~/Scripts/Socrates.js")" type = "text/javascript"></script>
>>    <script src ="@Url.Content("~/Scripts/DatePickerReady.js")" type = "text/javascript"></script>
>>
>>Also, the instructor mentioned that we need to somehow reference the jquery from another site (it will speed up the process of loading pages), but I forgot which site and how exactly we need to specify it?
>>
>>Do you know?
>>
>>Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform