Resources for what and how NOT to use ASP.NET AJAX?

It is very easy to install UpdatePanel and AJAX to work. I am looking for resources on how to best use ASP.NET AJAX for maximum performance and security. Resources for best practices, tutorials, design patterns, getachas, pitfalls when using ASP.NET AJAX.

I am not looking for books on ASP.NET AJAX. Amazon lists them.

+2


source to share


3 answers


I really like Dave Ward 's material on using jQuery and Asp.Net Ajax in unison. Especially his article on Why Ajax refresh panels for Asp.Net are dangerous .



+2


source


From the ultimate performance perspective, take a look at ASP.NET Ajax Under-the-hood Secrets at Codeproject.com.

Subtitled "Performance Tips and Hard Key Tricks That Change the Core Time Series, Not the Weak Advantages and Disadvantages of Batch Calls, Ajax Call Timeouts, Browser Clearance Issues, ASP.NET 2.0 Bug in Web Caching -services, etc. "



This is a little over my head, but it may be relevant to what you are looking for. Since he wrote Omar Al Zabir, the guy who made the Pageflakes , I think we can assume this is solid advice.

+1


source


Dino Esposito's two-part MSDN Magazine article is worth reading, AJAX Application Architecture Part 1 and Part 2 . Covers some interesting topics, including:

  • Optimization Techniques for Partial Rendering
  • Weighing a partial render
  • Service flavors
  • JSON Versus XML
  • Security concerns
0


source







All Articles