wcf-data-services
Can we use msmq messaging with wcf data service
I have a Wcf Data service exposing entities from Ado.net entity framework. I would like to know whethere I can use msmq messaging with my data service.[详细]
2023-02-27 18:36 分类:问答How do I specify multiple keys in DataServiceKey attribute for WCF Data Service data context object
I am using Reflection provider for my WCF Data Servi开发者_开发知识库ce and my Data Context object has two key members, say EmpId and DeptId.[详细]
2023-02-27 15:57 分类:问答Linq query error
I am using following Linq query: from p in People where p.Name == \"George Luc开发者_开发技巧as\"[详细]
2023-02-27 10:31 分类:问答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 m[详细]
2023-02-26 21:16 分类:问答Change max message size in DataServiceContext
I am using DataServiceContext to get data from a wcf service which is hosting a dbml. It works fine in general but queries that return large amounts of data (e.g. binary files) create the usual WCF er[详细]
2023-02-26 18:21 分类:问答WCF DataService "Time" datatype problem
I\'m trying to expose data from SQL Server database by Entity Framework plus WCF DataService. All is ok as lon开发者_开发知识库g as I don\'t add a table with a field of \"Time\" datatype to the EF mod[详细]
2023-02-25 23:45 分类:问答Why can't we use SetEntitySetPageSize and MaxResultsPerCollection together?
I\'m developing an WCF Data Service and I wanted to use the SetEntitySetPageSize (allows server paging) and the MaxResultsPerCollection (sets the max # of rows returned) 开发者_如何学JAVAtogether.[详细]
2023-02-25 17:36 分类:问答Convert OData Uri to his equivalent Linq expression
I\'m creating a WCF service whose result is not a strict OData feed (for complicated reasons, business strategy, etc). In addition, the format of the URL is slightly different from OData although most[详细]
2023-02-25 10:14 分类:问答Dynamic Entity Model for WCF Data Service
I want to expose the contents of a SQL database as an OData feed using WCF Data Service. Everything works well as long as the SQL database schema is unchanged. Once a database table is added or alter[详细]
2023-02-24 23:20 分类:问答What is the difference between ado.net data services and WCF data services?
开发者_JAVA百科I understand it\'s the same thing. Do you concur?Same thing. WCF Data Services were previously known as ADO .NET Data Services.[详细]
2023-02-24 11:25 分类:问答