Microsoft Announces Shared CDN for Common AJAX Scripts ScottGu broke the news last night that Microsoft is making a shared CDN available for the purposes of hosting the AJAX scripts. The full details of the scripts that are supported right now are available here, but basically it’s ASP.NET AJAX 4.0 Preview 5 (which just came out) and jQuery 1.3.2. If you’re using ASP.NET […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
ASP.NET AJAX 4.0 Preview 5 Released, Includes “Disposable Objects” Performance Fix! Good news, ASP.NET AJAX 4.0 Preview 5 is here! Better yet, Microsoft has overhauled the implementation of tracking disposable objects to include the performance enhancement that was discussed in my “ASP.NET AJAX ‘Disposable Objects’ Performance Heads Up” posts (Part I & II). So how’d they do it? They tag each disposable object with an integer […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
ASP.NET AJAX “Disposable Objects” Performance Heads Up – Part II Ok, I had to put together a Part II to this topic because I was totally wrong in Part I about objects being able to be used as keys because… well, I’m an idiot and didn’t do all my fact checking to make sure my implementation was 100% sound. 🙂 Thanks to Dave Reed who […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
ASP.NET AJAX “Disposable Objects” Performance Heads Up Update: Make sure you read Part II as there was ultimately a fundamental flaw in this implementation which prevents it from working as I originally thought. One of the important features of the ASP.NET AJAX client side framework is the concept of disposing of components/controls so that they unregister event handlers and release DOM element […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail