wcf-data-services
Architecting a WPF application with WCF Data Services
Is there any open source p开发者_如何学编程roject that makes use of both the WPF and WCF Data Services technologies and that is well designed so that one might see how to implement a good app using th[详细]
2023-04-01 10:41 分类:问答Problem with WCF Data service exposing custom partial methods of EF4 model
I am exploring the idea of implementing a web service api using WCF Data Services and EF4. Realizing that some operations require complex business logic, I decided to create a partial class the same n[详细]
2023-03-31 22:53 分类:问答Error "An attempt to track an entity or complex type failed because the entity or complex type"
I created an ASP.NET web application (to consume a WCF Data Service) and added a service reference to http://services.odata.org/Northwind/Northwind.svc.Create a web page (.aspx) and added a GridView a[详细]
2023-03-31 19:33 分类:问答Streaming WCF DataService Response
I\'m trying to stream the response of my wcf dataservice to make waiting time more user friendly. The response is in XML format (I use entity framework 4.1)[详细]
2023-03-31 14:57 分类:问答Does DataService implement IDisposable?
Here is an example service: public class MyWcfDataService : DataService<MyEFModel> { [WebGet(ResponseFormat = WebMessageFormat.Json)][详细]
2023-03-31 06:10 分类:问答Entity Framework in an Enterprise Solution
I pitched my service to our governance board today.They had some concerns about Entity Framework (especially the head of the data team).[详细]
2023-03-31 01:02 分类:问答What am I doing wrong? wcf & entity-framework
I just came across WCF today and started learning it. However, once I tried to combine it with the EntityFramework it stopped working. I created a entity model for my database dtcinvoicerdb, turned of[详细]
2023-03-30 07:06 分类:问答WCF Data Services Error - 302 Moved on SaveChanges() related to HTTPS + Load Balancer?
Problem: DataServiceContext.SaveChanges() fails with \"302 - moved\" response. Background/Suspected Cause: Load balancer! - We recently changed our infrastructure so that our web servers now sit beh[详细]
2023-03-30 06:25 分类:问答Got a "401 - Unauthorized" when trying my WCF Data service on IIS
I developed a WCF Data Service, which runs fine, I can do every operation I want through. I developed a small c# client which tests all functions: adding, removing, modifying, retrieving data.[详细]
2023-03-29 11:32 分类:问答Edit data of a WCF Data Service through LINQ
I\'ve created a small WCF Data service, I can Add/retrieve data without any problem. I\'ve a set on this collection \"Household\", with all rights:[详细]
2023-03-28 20:43 分类:问答
加载中,请稍侯......