Things you notice while watching videos on Microsoft Virtual Academy: ASPNETCDN.
This is rather embarrassing -for a .NET developer- but, rather late, I just found Microsoft’s CDN for JS libraries. I’ve been using Google’s CDN for so long… We’ll ignore that 🙂
Navigate to the Microsoft Ajax Content Delivery Network for a listing of releases available for use. You can link to those as you would with any other CDN hosted library.
e.g.
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.0.js"></script>