Tagged Questions
The ado.net-data-services tag has no wiki summary.
12
votes
5answers
495 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 ...
9
votes
1answer
3k views
ADO.NET Data Services with Linq-to-SQL
I am encountering a weird error when using linq-to-sql with ado.net data services. I have a simple silverlight application that connects to a remote database. I first added the linq-to-sql class and ...
8
votes
1answer
3k views
WCF Data Service - How To Diagnose Request Error?
I have an application which will use WCF to serve up various chunks of data to clients. However, due to the size of some of the sets of data that will be returned (and that's because the client app ...
8
votes
3answers
3k 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 ...
7
votes
4answers
2k 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 ...
7
votes
3answers
4k 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 ...
7
votes
5answers
7k views
WCF REST vs. ADO.NET Data Services
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 give a bit ...
7
votes
2answers
3k 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 ...
6
votes
3answers
2k views
WCF Data Services implementation strategies
Microsoft has done a savvy job of not outlining the actual place for data services in the wonderful world of SOA/Web dev.
So my question is are WCF Data Services designed to be used via external ...
6
votes
4answers
2k views
Why is my ServiceOperation method missing from my WCF Data Services client proxy code?
I have a simple WCF Data Services service and I want to expose a Service Operation as follows:
[System.ServiceModel.ServiceBehavior(IncludeExceptionDetailInFaults = true)]
public class ...
6
votes
3answers
690 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
4answers
6k views
Problem rolling out ADO.Net Data Service application to IIS
I am adding a ADO.Net Data Service lookup feature to an existing web page. Everything works great when running from visual studio, but when I roll it out to IIS, I get the following error:
...
5
votes
1answer
561 views
Multiple/Single *.edmx files per database
I have a project that interacts with a database through ADO.net Data Services. The database is large (almost 150 tables with dependencies). The project started a few years ago and there were DataSets ...
5
votes
2answers
371 views
Reuse existing types with ADO.NET Data Services
I have an application which consumes both a WCF service and an ADO.NET Data Service. Types are shared between the server and client using a shared class library.
When I configure the service ...
5
votes
1answer
343 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 ...
5
votes
1answer
1k views
Exposing enum typed properties for entity framework entities fields in ADO.NET Data Service client context
I have an entity with fields that are typed int
and i want to exposed those fields as properties which get and recieve enum type values for working strongly typed.
so i've created a new partial ...
5
votes
2answers
3k 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 '$' ...
4
votes
4answers
132 views
getting rid of wcf data service tight coupling
I have a WCF Data Service that exposes my database over HTTP.
I realized that in the future, if my database changes, the clients will need to be updated as well, meaning that I have tightly coupled ...
4
votes
3answers
1k views
Libraries for ADO.NET to rapidly bulk insert data into a database from a .csv file?
I'd like to know if you can recommend any advanced ADO.NET libraries for working with databases.
I've discovered that LINQ-to-Entities is great for pulling data out of databases, but not at all ...
4
votes
1answer
473 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 ...
4
votes
3answers
372 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 ...
4
votes
1answer
819 views
Hitting a ADO.NET Data Services from WPF client, forms authentication
There are a number of questiosn on StackOverflow that ALMOST hit this topic head on, but they are either for other technologies, reference obsolets information or don;t supply an answer that I can ...
4
votes
2answers
727 views
HTTP 401.3 when PUT, DELETE to ADO.NET Data Service (.svc)
I have an ADO.NET Data Service (we'll call it service.svc). When I deploy it to an IIS 6 site with Integrated Windows Authentication turned on, all requests (GET, POST, PUT, and DELETE) work fine for ...
4
votes
3answers
7k views
ADO.Net Entity Framework across multiple databases
In Linq2Sql you can connect a data context to multiple databases by just adding the database name to the source.
Is there a way to achieve this in Linq 2 Entities / ADO.net Entity Framework? Can the ...
4
votes
3answers
3k views
What are the alternatives to using Expand in a LINQ to ADO.net Data Service Query?
I am wondering if there are any alternatives to using the Expand key word when performing an LINQ to ADO.net Data Services query. The expand method does get me the data I am interested in, but it ...
3
votes
1answer
131 views
applying transaction with WCF data service
I'm facing a situation with using WCF data service (ADO.NET data service) . In the client side if I make an operation lets say , adding new user , and the operation failed for some reason , then if I ...
3
votes
1answer
698 views
Using non primitive types in ServiceOperation for WCF Data Service (3.5SP1)
Is there any way at all to create a "mock" entity type for use in a WCF Service Operation?
We have some queries we do that we need to optimize by exposing as a ServiceOperation. The problem is in ...
3
votes
2answers
1k views
Consume ado.net data service from android 2.1
I have a ado.net data service created using VS 2008 sp 1 that is hosted that I want to consume via HTTP and JSON from Android 2.1? Does anyone have sample code on how to do CRUD operations easily do ...
3
votes
2answers
660 views
WCF, Web services or ADO.NET data services: What shall I use?
For a project I have to implement a communication between a database hosted on a web server and several clients out there in the internet.
After reading a bit and watching a few introductory videos ...
3
votes
2answers
121 views
Can I (safely) use the ThreadStatic attribute in ADO.NET Data Services?
I want to store per-thread data in an ADO.NET Data Service. Is it safe to use the ThreadStatic attribute on my thread-specific static variable, or will I run into problems? My concern is that my ...
3
votes
5answers
945 views
Where can I find information on creating a WCF Data Services Custom Data Service Provider?
Our team is evaluating using WCF Data Services (formerly ADO.NET Data Services), and have determined we'll have to create a Custom Data Service Provider. Where can we find a sample implementation of ...
3
votes
1answer
930 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 ...
3
votes
2answers
109 views
ADO.NET data services or Entity framework - Which one to learn?
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 development,for ...
3
votes
5answers
908 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
5answers
4k views
ADO.NET DataService: Passing parameter to [WebInvoke] Method
Consider following example :
public class SomeBusinessLayerService : DataService<MyEntityContainer>
{
[WebInvoke]
void DoSomething(string someParam)
{
}
}
I can not find example or any ...
3
votes
4answers
686 views
Does LINQ Support Composable “OR Queries”?
In another posting: Does Linq-To-Sql support composable queries there was discussion on how to compose/concat where clauses dynamically. This appears to be done with an "AND" (i.e. the first where ...
3
votes
4answers
264 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 ...
3
votes
2answers
2k views
In ADO.Net Data Services how do I check if an entity is already in the context?
I have an ADO.Net Data Service that I am using to do a data import. There are a number of entities that are linked to by most entities. To do that during import I create those entities first, save ...
2
votes
1answer
316 views
OData and inserting (AddLink) many-to-many relationships
Ok guys, this is driving me nuts. I got the following (odata) entity which represents a page structure in which every page can have any children and any parents. (basically a graph in which all nodes ...
2
votes
1answer
249 views
Good opensource WPF applications
I have experience with Silverlight + MVVM + WCF RIA. My next project will be developing by WPF and its architecture is 3-tiers. I want to know are there good example for this kind of project?
2
votes
2answers
952 views
Project setup for an ADO.NET/WCF DataService
I'd like to implement a ADO.NET/WCF DataService and I am wondering what's the best way to setup a project in VS2008 SP1 for this purpose.
Currently I have an ASP.NET web application project (not of ...
2
votes
1answer
2k views
How to disable authentication schemes for WCF Data Services
When I deployed my WCF Data Services to production hosting I started to get the following error (or similar depending on which auth schemes are active):
IIS specified authentication schemes
...
2
votes
1answer
1k views
How to use “SelectMany” with DataServiceQuery<>
I have the following DataServiceQuery running agaist an ADO Data Service (with the update installed to make it run like .net 4):
DataServiceQuery<Account> q = (_gsc.Users
.Where(c ...
2
votes
2answers
460 views
Data inserted successful but jquery still returning error
I used following jQuery to insert a data via Data Service.
Event though I got 201 status response and the data is successfully inserted into my database, the system still regard it as a error and give ...
2
votes
2answers
462 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 ...
2
votes
1answer
638 views
ADO.Net Data Service Operation: Array of integers as a parameter
This question is a bit of a two parter for .Net data services. This is the function signature I'm trying to achieve:
/// <summary>
/// Returns Descriptions for any asset in the given assetIDs.
...
2
votes
2answers
895 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
211 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
780 views
Creating Enums from Entities
I have tables named Events and Log. The Events table comprises of ID, Event description and type. And, the Log contains LogID, EventID(refers to ID from Event table), and timstamp.
I am using ...
2
votes
2answers
1k views
ado.net data service advantages/disadvantages over WCF service
For me I have a WCF service which acts as DAL and does all the CRUD operations
I just came to know regarding the new ADO.Net Data Service, just read somewhat but not actually sure when & where to ...