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.
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
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
I have a WCF service hosted under IIS. I have the following configuration: <services> <service name=\"BillboardServices.LoginService\" behaviorConfiguration=\"LoginServiceBehavior\">
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..
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
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
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:
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:
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