Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Astoria   (RSS)
Tip 38 – How to use CodeOnly with Astoria
The normal way that you create an ADO.NET Data Services (aka Astoria) Service is by creating a class that derives from DataService<T>. public class BloggingService : DataService<BloggingEntities> And if you want to use Entity Framework under Read More...
And while you are at it… why can’t I compose REST calls?
In my last post I asked why you can’t compose SOA method calls efficiently. With REST services like ADO.NET Data Services having nice uniform URLs too, and a model (aka EDM) why can’t I compose those with my SOA methods too: i.e. expounding on my earlier Read More...
Page view tracker