ASP.NET AJAX vs jQuery in ASP.NET MVC

后端 未结 10 1007
日久生厌
日久生厌 2020-12-07 19:08

Which one is better to use in ASP.NET MVC?

10条回答
  •  春和景丽
    2020-12-07 19:46

    Instead of making a recommendation I suggest you read Dave Ward's blog Encosia that has a series of posts on MS Ajax/ Update Panel vs. jQuery post mechanism. Dave maintains that the performance of jQuery is vastly superior as it cuts out approximately 100K from the transmission to and from the server.

提交回复
热议问题