Announcing the Microsoft AJAX CDN
page 3 of 7
by Scott Guthrie
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 33588/ 64

What does the Microsoft AJAX CDN provide?

The Microsoft AJAX CDN makes it really easy to add the jQuery and ASP.NET AJAX script libraries to your web sites, and have them be automatically served from one of our thousands of geo-located edge-cache servers around the world. 

For example, if you want to use jQuery from the Microsoft AJAX CDN then you can simply add a standard script tag to your page using the URL below:

<script src="http://ajax.microsoft.com/ajax/jquery/jquery-1.3.2.min.js" 
      type="text/javascript"></script>    

When the browser requests the script file it will be automatically served by the CDN "edge cache" server that is closest to the end-user.  This means:

The request will be processed much faster than if it had to hit your web-server (making the end-user's page load much faster)

You don't have to pay for the bandwidth of this file – since the file comes from our server we pay the bandwidth cost (saving you money)

The script can be easily cached across multiple web-sites – which means it might not even need to be downloaded if the user has already hit a web-site that requested the file (and as such has it already in the browser's cache). 

You can get a full listing of the JavaScript libraries (and associated URLs) we already have loaded in our CDN cache here: www.asp.net/ajax/cdn 

We'll update the available libraries in the CDN as we ship new versions of ASP.NET AJAX, and continue to update it to include all of the JavaScript files we ship with ASP.NET and Visual Studio (including jQuery, the jQuery Validation plugin, and additional libraries we ship in the future). 

The CDN service is free and available for anyone in the community to use for both commercial and non-commercial purposes.  You do not need to register to take advantage of it.


View Entire Article

User Comments

Title: Asp.net   
Name: Sunil
Date: 2010-07-16 6:11:12 PM
Comment:
Hi, i am not understanding what is meaning of cross page posting which i have read in Wrox Asp.net 4, please help






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-25 8:27:50 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search