I am working with a SQL data source that has duplicate data in multiple tables. I have no control over the database. For my project, I\'ve created an EF model and an ADO.NET data service (using VS 200
I\'m using .net 4.0 (Visual Studio 2008). We are using WCF DataService, through this we are able to update the data. While calling UpdateObject(..) method its working fine and its been updated to data
I\'m finding that my svc I\'ve created to use the latest paging u开发者_JAVA百科pdate from the ADO.NET update for .NET Framework 3.5 SP1 doesn\'t seem to work properly and think that it might be that
I am trying to build a proof-of-concept on ADO.Net data services for my team, but I seem to be running into issues with my web server\'s medium trust settings.T开发者_StackOverflow社区he data service
I\'ve got a silverlight application where I\'m using the MVVM approach and retriving data from an oData service. What I\'m wanting to do is use the built in data grid and data pager controls to displa
I have a very simple WCF Data Services application and I am doing some basic CRUD operations. I have a ChangeInterceptor on the entity set that is changing, but the object in the ChangeInterceptor is
If I have a new object, that is not context.Saved() in ADO.NET, how can I tell that apart from another object that hasn\'t been saved?
I have a web project that has Anonymous access and Integrated Windows authentication enabled. I built a WCF 开发者_高级运维Data Service and since it allows only one authentication, I enabled Integrate
I\'m on the process of creating an API in much the same way Hanselman showed it could be done for Stackoverflow. I have a bunch EntityObject Entity Framework generated classes and a DataService thingy
In my DataService derrived class I have overriden the HandleException method in order to do custom exception handling (simplified example):