I really like the idea of \"WCF Data Services\" but how does it work in a real life scenario? WCF Data Services provide just a nice way for the client to CRUD the data. However it\'s very limited in w
We created an ADO.NET Services on top of our EDMX file as the main entry point for our central application. In the near future a lot of distinct applications will show up and consume our REST Service.
I\'m using ADO.Net Data Services (Astoria) in Silverlight 3 and I want to delay loading properties on an entity until after the initial load. However, when I\'m ready to load them I\'d like to batch t
Is it possible to use generic methods with WCF or ADO.NET DS? Or is it possible to create a generic WebService Repository with WCF or A开发者_如何学PythonDO.NET DS?The answer is \"mu\".
I\'m developing an application that reads data from a SQL server database (migrated from a legacy DB) with nHibernate and s#arp architecture through ADO.NET Data services. I\'m trying to map a many-to
I\'m new to ADO.net data services (and to .net in general too..), I\'m having this project where I need to setup a data service to read and write to a database with nHibernate, I\'ve created 开发者_如
I\'m implementing several custom Data Service Providers in WCF Data Services: IDataServiceMetadataProvider
I have an ADO.NET Data Service and a regular WCF service. I\'m using both these services in a Silverlight application.The WCF sercvice has an operation which has a parameter of the same type as an ent
I have a many-to-many relationship in my database of objects A to B. When i create a domain service the metadata looks fine. A has a collections of Bs, B has a collection of As. So it is correct. Howe
Trying to figure out the best way to accomplish this.So I have a table of Stores with properties: StoreID, Name, Latitude, Longitude, etc.