Microsoft AJAX CDN (Plus jQuery)

I just saw this today and it looks cool.  Let me give you the high level overview and then you can go to Scott Guthrie’s detailed post.  A while back I started to use jQuery to help with all my JavaScript coding.  I really like it.  Even if you don’t use the really advanced features it is a huge help just selecting and operating on elements client side.  If you want some more info on jQuery just search the web and you will find tons of good documentation out there on the blogosphere.

So, one of the hassles with jQuery is that you have to include the libraries in script tags on your page in order to use them.  This is not a huge deal, but it can be a pain if you want to use the libraries in multiple projects and maintain one central version of the jQuery libraries.  That is were the Microsoft AJAX CDN comes into play.  It is a Microsoft hosted version of both the AJAX libraries and the jQuery libraries.  So, you can point to a Microsoft URL and bring in these libraries.  This will find the location that is closest to your user and bring down the libraries from the cache on that server.  Should be a much faster solution for everyone.  Check out the details on Scott Guthrie’s blog here.

Posted in Labels: , , , , | 0 comments