Tagged Questions

6
votes
6answers
287 views

What problem is Microsoft trying to solve with all of these data access strategies?

There seems to be many different data access strategies coming out of Microsoft. There’s ‘classic’ ADO.NET, Linq2Sql, ADO.NET Entity Framework, ADO.NET Data Services, ADO.NET Dynamic Data. I’m sure …
6
votes
3answers
209 views

Deployment of ADO.NET Data Service

What is the best way to secure ADO.NET data services? Has anyone used this in production, if yes what security options have you used?
6
votes
3answers
804 views

What is the best way to use the .SaveChanges() method in ADO.Net Data Services?

Does anyone have some good information on the usage of the .SaveChanges() method? I am experiencing a variety of issues when attempting to use the .SaveChanges() method on my data context object. I …
5
votes
2answers
896 views

RIA Services vs ADO.NET Data Services

I'm currently in the process of creating a Silverlight 3 data driven application. To access the database, 2 common approaches are used: RIA Services and ADO.NET Data Services. Does anyone have any …
4
votes
3answers
539 views

ASP.Net MVC with web service as model?

Does anyone have advice or tips on using a web service as the model in an ASP.Net MVC application? I haven't seen anyone writing about doing this. I'd like to build an MVC app, but not tie it to using …
4
votes
5answers
337 views

What is the best way to implement REST based Web Services in .NET?

So far my options are ADO.Net data services, WCF REST Starter Kit(not sure if I can use it, as their EULA is hard to comprehend and confusing), ASP.NET MVC. There are quite a few posts, but I want to …
3
votes
3answers
127 views

What should I know about working with ADO.Net Data Services? (FAQ)

I've been learning by doing with ADO.Net Data Services (Astoria) for the last couple of months, and while I like the technology the learning has been a real trial. Information that you need to use …
3
votes
5answers
153 views

ADO.NET Data Service — non .NET consumers

Has anyone come across an example of a non .Net consumer of an ADO.NET Data Service? I am on the second day of looking at what Astoria is and how it can be used. I am also trying to answer why would I …
2
votes
1answer
81 views

Consuming Service Operations of an ADO.NET Data Service from a .NET Client

I am trying to build an ADO.NET Data Service with lots of entities and a few service operations. On one side I created a ASP.NET Web Application, in which an ADO.NET Entity Data Model and an ADO.NET …
2
votes
1answer
97 views

Mocking a DataServiceQuery<TElement>

How can I mock a DataServiceQuery for unit testing purpose? Long Details follow: Imagine an ASP.NET MVC application, where the controller talks to an ADO.NET DataService that encapsulates the storage …
2
votes
2answers
80 views

Where does ADO.net Data Services fit in an N-Layer Arch ??

I dont like accesssing data directly from the UI layer. I am somehow failing to understand where to use a ADO.net data service in an N-Layer arch software. EDIT: I am struggling with the concept of a …
2
votes
2answers
60 views

ADO.NET data services or Entity framework - Which one to learn?

Hi, I am having a bit of a free time and i am planning to catch up on some new technology. I started of my .NET development career as a ASP.NET developer. Presently I am done with ASP.NET …
2
votes
3answers
329 views

Is there a ADO.NET Data Services jQuery plugin?

Hi ADO.NET Data Services looks very cool, and I would love to use it with a jQuery backed ajax website. Do any of you great people here on StackOverflow know of a jQuery plugin that will ease the …
2
votes
2answers
459 views

ADO.NET Data Services - format parameter - xml / json

Has the $format parameter been removed with the VS2008 SP1 release of ADO.NET Data Services. I try to use it and I get the error: The query parameter '$format' begins with a system-reserved '$' …
2
votes
2answers
2k views

WCF REST vs. ADO.NET Data Services

Hi there, Could someone compare and contrast on WCF Rest services vs. ADO.NET Data Services? What is the difference and when to use which? Thanks, Ray. Edit: thanks to the first answer, just to …

1 2 3 4 5 8 next
15 30 50 per page