ASP.NET AJAX 1.0 released

February 28, 2007 at 3:34 pm (.NET, ASP.NET AJAX, Web)

OK, first article..

http://ajax.asp.net/

This should be your first port of call on the way to adding ASP.NET AJAX to your existing ASP.NET sites. I’m pretty sold on ASP.NET AJAX (though not the name… Atlas was nicer) for several reasons: -

  1. The UpdatePanel - AJAX your page in 3 seconds flat
  2. The open-source control library - some very nice controls in the first release, more on the way
  3. The Javascript extensions - not played too much with this except calling a webservice from JS - looks very powerful, most definitely worth further investigation
  4. Writing your own controls
  5. It’s going to be part of ASP.NET 3.0 - which means MS are serious about it
  6. ScottGu’s blog and the rest of the community - http://weblogs.asp.net/scottgu/ - check it out

I’ll be writing more in-depth .NET AJAX articles in the very near future, but this should give you something to get started with if you haven’t already.

 Oh, and welcome to my blog !

2 Comments

  1. David Castree said,

    March 5, 2007 at 8:10 pm

    For the uniniatied, I would love to know what .Net Ajax can deliver from a business value perspective - the only stuff I can seem to find on AJAX is all high level hoopla. I would love to know what a techie thinks the value is.

  2. Nei Phillips said,

    March 7, 2007 at 9:49 am

    I for one want to see AJAX in MOSS..

    As far as business value is concerned, I’d put (good) AJAX under the usability heading, implemented well it really does narrow the gap between user and product.

Post a Comment