Microsoft Ajax Content Delivery Network (CDN)

2013-12-10


Microsoft CDN: Microsoft Ajax Content Delivery Network.

Microsoft provided a place to host some popular JavaScript Libraries such as jQuery, also more other libraries, and their own stuff such as SignalR JavaScript files, Web Forms and Ajax JavaScript files, also, all of them has already been licensed. So that you can get them conveniently. they call this place CDN (Microsoft Ajax Content Delivery Network)

The Microsoft Ajax Content Delivery Network (CDN) hosts popular third party JavaScript libraries such as jQuery and enables you to easily add them to your Web applications. ... The contents of the CDN are cached on servers located around the world.

a sample to use CDN:

<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.0.js"></script>  

About more, please check CDN web page.