views:

221

answers:

1

Does anyone know where you can find online documentation for the AJAX used in ASP.NET MVC Framework Beta? I can't seem to find it. I've been looking at the quickstarts for some information and googling for it but seems to be very difficult to find.

It seems somewhat limited as it is now. Do people use this or do it in combination with other AJAX frameworks such as script.aculo.us?

+4  A: 

With MVC, jQuery would be the first choice (IMO). This has intellisense in VS2008, and is very widely used, so easy to get samples, and fairly well documented.

You might also be interested in:

Marc Gravell
Oh, there is a free sample chapter on AJAX in ASP.NET MVC at the second link. Thanks!
Spoike