Consuming ADO.NET Data Services from jQuery

Posted by Martyn at 3/10/2009 6:23:28 PM

One thing that has certainly sped up my development time is using ADO.NET Data Services with my AJAX.  Instead of having to build controller actions or a web service to grab the data, i can just consume it from the data service directly.

Read More

Tags: jQuery | DataServices

ADO.NET Data Services

Posted by Martyn at 2/12/2009 6:25:23 PM

Been playing around with ADO.NET Data Services this morning - really cool how you can point it at your (Entity Framework in this case) data model, and it fully exposes it via a web service.

Read More

Tags: WCF | DataServices

Lambda42 © Copyright 2010. All Rights Reserved.