Library tutorials & articles
Implementing AJAX in ASP.NET
Background
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. In ASP.NET terms, AJAX allows server-side processing to occur without requiring postback, thus enabling clients (browsers) with rich server-side capabilities. In other words it provides a framework for asynchronously dispatching and processing requests and responses from the server. AJAX leverages a number of existing technologies, which aren't particularly new, however fondness for what these technologies have to offer (collectively, they are AJAX) has recently soared.
Enter Michael Schwarz's AJAX .NET wrapper which allows ASP.NET developers to quickly and easily deploy pages capable of easily capitalizing on AJAX. Users should be cautioned that the wrapper is early in development, and as such isn't fully matured.
It should be pointed out that technologies such as AJAX are very likely going to lead to violations of layered architectures (N-Tier). My opinion is that AJAX increases the likelihood that the presentation logic layer (or worse, the business layer) will leak into the presentation layer. Strict architects, like me, might cringe at this notion. I feel that even if AJAX is used in a manor which slightly violates layer boundaries, the payoffs are well worth it. Of course, that's something you'll need to look at for your specific project and environment.
Related articles
Related discussion
-
Enterprise application - DHTML or Silverlight???
by stephanc (3 replies)
-
How to debug classic ASP pages during AJAX calls in ASP.NET website
by andwan0 (0 replies)
-
Drag and drop controls at runtime in ASP.NET
by srikanthakshay (0 replies)
-
how to send javascript enable html page to email using asp.net
by shahid123 (0 replies)
-
AJAX Made Simple - jQuery, jQuery UI, ASP.NET
by tkruvgt (0 replies)
Related podcasts
-
Brad Abrams: .NET Yesterday & Today
Brad Abrams, Group Program Manager for UI Framework and Services, sits down with Craig Shoemaker to discuss some of the origins of the .NET Framework and what's to come from Silverlight, ASP.NET MVC and ASP.NET AJAX.
Events coming up
-
Apr
17
WebTech Conference 2010 - Bulgaria
Veliko Turnovo, Bulgaria
6th edition of WebTech conference will be held. A 2 day conference about : - Web Technologies - Blogs and blogging - Web 3.0 - Open Web - Mobile technologies - Internet Business
Comments
Leave a comment
Sign in or Join us (it's free).