wcf
Best way to expose service on MVC3
Well, seems I\'ve made the wrong question on this and will try again in a different way since nobody got interested on helping me.[详细]
2023-04-12 20:13 分类:问答WPF/WCF application cause blue screen when PC is undocked
I am trying to solve a blue screen problem. We have a .Net 4.0 WPF PRISM application. One specialthing about this application is that it hosts a WCF Service, which we use to communicate with the clie[详细]
2023-04-12 18:42 分类:问答Error with WCF REST (POX) Client when 201 Created and No Response Content
I am creating a WCF POX proxy using the generic ClientBase base class against a fixed specification. The specification has items created with a POST call to an endpoint.With no body response packet a[详细]
2023-04-12 17:03 分类:问答wcf service hosted under IIS address
I have a WCF service hosted under IIS. I have the following configuration: <services> <service name=\"BillboardServices.LoginService\" behaviorConfiguration=\"LoginServiceBehavior\">[详细]
2023-04-12 16:18 分类:问答Getting Error : The size necessary to buffer the XML content exceeded the buffer quota
I have developed one console application and from there i have called WCF function after adding as web reference. my console application\'s web.config as per below..[详细]
2023-04-12 15:38 分类:问答Building a Login Server for a WPF desktop application
I\'m starting a pet project to see if I can create a friend list (like AIM/MSN/Skype/Steam) and am only focusing on getting the the online/offline notifications to work. My experience is C#, .NET, and[详细]
2023-04-12 15:26 分类:问答WCF passing a custom object to client and running its methods
This is as much a design as a technical question. I\'m not sure I am doing this right... I have a WCF API which communicates with a DB and passes back a Person object (which is defined in a separate[详细]
2023-04-12 15:18 分类:问答Is there any way to trace all exceptions in WCF?
How can I enable tracing of any exceptions (doesn\'t matter was it handled or unhandled) in WCF? Here is the code that I has configured:[详细]
2023-04-12 13:28 分类:问答Build better WCF service
I\'m building WCF service and I have a question about WCF service design: For example: If I have a data accass layer with two class Person and Product:[详细]
2023-04-12 13:12 分类:问答duplex communication and passing exceptions
I have create开发者_StackOverflow中文版d a WCF web service that connects to an XMPP service with Jabber.net. The idea is that the service will act as a proxy for Silverlight clients to use for messagi[详细]
2023-04-12 13:10 分类:问答