2
votes
2answers
52 views
Are “WCF Data Services” going in the right direction?
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 what …
0
votes
1answer
28 views
Data Services Update for .NET 3.5 SP1 breaks clients, any ideas on rollback?
Ok... serious problem.
I did the update, thinking that I could continue to use the CTP2 version of Microsoft.Data.Services.Client the library to connect till they updated the Silverlight bits. No go. …
0
votes
1answer
28 views
Load a property in a batch in ADO.Net Data Services in Silverlight
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 the …
0
votes
1answer
32 views
Using Generic Methods with a WebService like WCF or ADO.NET Data Services
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 ADO.NET DS?
0
votes
0answers
18 views
ADO.NET Data Service API Versioning
Hi guys,
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 …
0
votes
1answer
39 views
AtomPub - What’s your recommendation?
I'm looking to create a service (based on .NET Fx 3.5 or 4.0) that exposes data via Atom and enables AtomPub (so that I can update using Windows Live Writer).
There looks to be two options:
Use …
1
vote
2answers
620 views
Resource not found for segment ‘Property’
When using ADO.Net Data Services client to refresh an entity by calling the LoadProperty:
ctx.BeginLoadProperty(this, "Owner", (IAsyncResult ar) => ...
It throws an error on the server if the …
0
votes
0answers
38 views
S#harp architecture mapping many to many and ado.net data services: A single resource was expected for the result, but multiple resources were found.
Hi, 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 …
1
vote
2answers
42 views
ADO.NET Data Services - Uploading files
I am trying to write REST web service through which our clients can upload a file on our file server. IS there an example or any useful links which I can refer for any guidance?
I haven't seen many …
0
votes
2answers
48 views
How to make apps access my model without have to spread my model DLLS through them
I have an architectural question. We have many applications in our company and we are planning to use ASP.NET MVC and Entity Framework in our future projects. The next project that we need to …
0
votes
1answer
50 views
Ado.Net Entity Framework Code-Only with Ado.Net Data Service
Im using the pre release of Ado.Net and can't understand how I use that with Ado.Net Data Service.
The code for the ObjectContext
public class TradingContext : ObjectContext
{
private …
0
votes
1answer
40 views
What are the steps to read an object from an ADO.net data service?
Hi, 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 the …
0
votes
0answers
26 views
ADO .net Data Service error ‘undefined’ is not a supported HTTP method in IE8
Edit1:This error is caused by this bug and solved.
I am using ASP .net Ajax Library and their CDN.
The code is like this
var dataContext;
Sys.require([Sys.scripts.Templates, …
0
votes
0answers
38 views
Reusing Types between ADO.NET Data Services and WCF service in Silverlight
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 …
0
votes
2answers
40 views
Returning Entities + Extra Data with ADO.NET Data Services
Trying to figure out the best way to accomplish this. So I have a table of Stores with properties:
StoreID, Name, Latitude, Longitude, etc.
I'm using ADO.NET Data Services (Astoria) to create a web …
