https://www.developerfusion.com/t/aspnet-ajax/ Latest ASP.NET AJAX developer content from Developer Fusion 2011-06-07T14:04:38.00Z http://www.developerfusion.com/news/115202/updates-to-bing-maps-ajax-control-v7/ Updates To Bing Maps AJAX Control V7 2011-06-07T14:04:38.00Z New modular design and client side clustering features Adrian Bridgwater http://www.developerfusion.com/media/113715/managing-browser-history-with-aspnet-ajax-and-the-aspnet-35-extensions-preview/ Managing Browser History with ASP.NET AJAX and the ASP.NET 3.5 Extensions Preview 2011-06-07T14:04:37.00Z AJAX applications offer many benefits but one side-effect is the lost of user navigation using the browser's back/forward buttons. The ASP.NET 3.5 Extensions Preview extends ASP.NET AJAX with Browser history support in for ASP.NET AJAX applications. James Crowley http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ Lessons learned writing AJAX applications 2011-06-07T14:04:37.00Z We’re all familiar these days with the Ajax buzz word – but while it’s relatively simple to use these browser technologies to implement a specific feature in an individual page, it is much more complex to build an entire application according to the Ajax paradigm. This article offers a brief overview of a few aspects you might want to take into account for building successful applications. Dino Esposito http://www.developerfusion.com/book/11224/aspnet-35-ajax-unleashed/ ASP.NET 3.5 AJAX Unleashed 2011-03-19T00:41:30.00Z As the Internet user experience (UX) progresses, more users are demanding and expecting their custom-built business applications to provide the same UX that they see on the Internet every day. ASP.NET 3.5 AJAX Unleashed empowers ASP.NET developers to easily provide this type of experience with minimal code. Author Rob Foster has built AJAX-enabled web applications for a number of major corporations and uses the experience he has gained there to explain concisely, clearly, and completely what ASP Robert Foster http://www.developerfusion.com/news/114682/dxperience-vol-3-and-a-free-coderush/ DXperience Vol 3 and a free CodeRush 2011-03-19T00:41:29.00Z DXperience now includes an ASP.NET AJAX gauge control for the inclusion of digital dashboards in web-based applications. Mike James http://www.developerfusion.com/book/9423/developing-serviceoriented-ajax-applications/ Developing Service-Oriented AJAX Applications 2011-02-09T18:07:58.00Z Delve into the fundamental architectural principles and techniques for developing service-oriented AJAX applications for the enterprise. This guide offers a code-heavy, example-based approach to learning how to write a modern services API and an AJAX front end that can easily be extended, reused, and integrated by third parties. Focusing on Microsoft technologies and enterprise servers, including Microsoft SharePoint(r) Server 2007, ASP.NET AJAX, and Microsoft .NET Frameworks 2.0, 3.0, and 3.5, Daniel Larson http://www.developerfusion.com/news/8168/jquery-to-ship-with-visual-studio/ JQuery to ship with Visual Studio 2011-02-09T18:07:57.00Z ASP.NET AJAX to build on top of JQuery rather than re-invent it James Crowley http://www.developerfusion.com/article/7437/inside-aspnet-ajax-back-end-services/ Inside ASP.NET AJAX back end services 2011-02-09T18:07:57.00Z Most of the emphasis with AJAX is on how to perform an asynchronous update at the client. Dino Esposito considers the other end of the connection – how exactly does the server provide the data that the client needs? Dino Esposito http://www.developerfusion.com/code/5340/building-an-ajax-progressbar-in-atlas/ Building an 'AJAX' ProgressBar in Atlas 2011-02-09T18:07:56.00Z Learn how to write a basic, client-side Atlas progress bar, and download the source code. Wilco Bauwer http://www.developerfusion.com/article/4704/implementing-ajax-in-aspnet/ Implementing AJAX in ASP.NET 2011-02-09T18:07:56.00Z Asynchronous JavaScript and XML (AJAX) has recently become the craze thanks, in no small part, to Google’s usage of it in Google Suggest as well as Google Maps. Karl looks at how it works, and how we can implement it in ASP.NET using a free AJAX.NET wrapper. Karl Seguin