show/hide this revision's text 2 deleted 27 characters in body

Peter,

In response to calebjenkins, ADO.Net data services is really nice if you want to create a restful version of your database.

If you want more control over your restful webservice then i would use WCF web services. Or if , like me, you want to store XML documents on your datastore isn't a file systemdatabase, then ADO.NET data service isn't really the right solution. Here is a really nice article which got me started:.

    Post Made Community Wiki by Community
show/hide this revision's text 1

Peter,

In response to calebjenkins, ADO.Net data services is really nice if you want to create a restful version of your database.

If you want more control over your restful webservice then i would use WCF web services. Or if, like me, you want to store XML documents on a file system, then ADO.NET data service isn't really the right solution. Here is a really nice article which got me started: