tags:

views:

57

answers:

1

Just want to know if there other optional wrapper framework available that generate client side proxy js code for web methods.

I am starting development for a new website and want to evaluate a few frameworks before picking on one.

I saw AjaxPro does that , want to compare this with a few other options ( if any ) http://www.codeplex.com/AjaxPro

+1  A: 

You might want to consider ADO.Net Data Services (Astoria). This is not an AJAX framework, but it will allow you to accomplish much of what you want, and has the benefit of full framework support.

It also gives you the flexibility to use either the built in JavaScript proxy object, or you can use your own custom built stuff of your choosing, like say JQuery!

AjaxPro is nice, but it will never have the same level of support that either of the two aforementioned technologies will have.

Josh

related questions