Asynchronous question - Ajax or .NET 2.0?
I finally get some time to start writing some code with .NET 2.0. One thing I was starting recently to use was to implement asynchronous programming AJAX.
Really nice work, but a lot of code client and server side included. Just wondering if it doesn't worth to do the same using the new asynchronous features of ASP.NET 2.0?
Otherwise, what are the main differences between AJAX and .NET 2.0, anf if I choose the first, can my web application be compatible with the latter?