Presentation is loading. Please wait.

Presentation is loading. Please wait.

MICROSOFT AJAX CDN (CONTENT DELIVERY NETWORK) Make Your ASP.NET site faster to retrieve.

Similar presentations


Presentation on theme: "MICROSOFT AJAX CDN (CONTENT DELIVERY NETWORK) Make Your ASP.NET site faster to retrieve."— Presentation transcript:

1 MICROSOFT AJAX CDN (CONTENT DELIVERY NETWORK) Make Your ASP.NET site faster to retrieve

2  Microsoft Ajax CDN (Content Delivery Network) service that provides caching support for AJAX libraries (including jQuery and ASP.NET AJAX)

3 What does a CDN provide?  Content delivery networks (CDNs) are composed of "edge cache" servers that are strategically placed around the world at key Internet network points. These "edge cache" servers can be used to cache and deliver all types of content – including images, videos, CSS and JavaScript files.

4 Benefits  Using a CDN can significantly improve a website's end- user performance  it enables browsers to more quickly retrieve and download content.  No need of having a browser request for an image traverse all the way across the Internet to your web server to download.  a CDN can instead serve the request directly from a nearby "edge cache" server that might only be a single network hop away from your customer (making it return much faster – which makes your pages load quicker).

5 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:

6 How it works  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).

7  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 www.asp.net/ajax/cdn  Microsoft will Update the available libraries in the CDN as Microsoft ship new versions of ASP.NET AJAX, and continue to update it to include all of the JavaScript files Microsoft ship with ASP.NET and Visual Studio (including jQuery, the jQuery Validation plugin, and additional libraries Microsoft ship in the future).

8 It’s Free of Cost.. no Registration. Just use it..  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.

9 SSL Support Now Provided  SSL support is now enabled with the scripts hosted on the Microsoft AJAX CDN. Simply use an “https” moniker with any script references on your site that point to the CDN, and they will now be served over SSL. For example, below is how you can reference jQuery over SSL:


Download ppt "MICROSOFT AJAX CDN (CONTENT DELIVERY NETWORK) Make Your ASP.NET site faster to retrieve."

Similar presentations


Ads by Google