views:

620

answers:

3

Hi

ADO.NET Data Services looks very cool, and I would love to use it with a jQuery backed ajax website.

Do any of you great people here on StackOverflow know of a jQuery plugin that will ease the CRUD operations against an ADO.NET Data Service?

Regards, Egil.

UPDATE: It turns out that the ASP.NET AJAX 4.0 (currently in preview 4) has very nice support for ADO.NET Data Services, and it looks like it works pretty well with jQuery.

+1  A: 

The out of the box getJSON method of jQuery works just fine with ADO.NET Data Services. Just remember to set the content type correct as shown here

Robert MacLean
A: 

It turns out that the ASP.NET AJAX 4.0 (currently in preview 4) has very nice support for ADO.NET Data Services, and it looks like it works pretty well with jQuery.

Egil Hansen
A: 

Also check this video it may help:

ADO.NET Data Services with ASP.NET AJAX Support

Amr ElGarhy