简体   繁体   中英

AJAX Frameworks for C#

I am building a new app in .NET3.5. This app is heavily geared at retreival of information from backend web services, and so I would like to use AJAX to 'nicely' call my C# web services. What's the best way/framework/toolkit to use AJAX in VS2008?

Are you aware of the official library? Despite being in beta, it is robust and reliable.

ASP.net AJAX: http://www.asp.net/ajax/

I believe that jQuery is the best solution. It is not specifically targeted to .NET, but it is easy to learn and very powerful. There are thousands plug-ins available. And VS2008 has intellisense support for it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM