Top "Wcf" questions

Windows Communication Foundation is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.

Simple Automapper Example

I am having a hard time to understand how to map certain objects. Please answer some questions about this simple …

c# wcf linq-to-entities automapper
How to get working path of a wcf application?

I want to get the working folder of a WCF application. How can I get it? If I try HttpContext.…

wcf path httpcontext
WCF Error - The maximum message size quota for incoming messages (65536) has been exceeded

My Setup: ASP.NET client hosted in IIS Express WCF Service hosted in Console Application Running Visual Studio.NET 2012 in …

c# wcf configuration-files
What replaces WCF in .Net Core?

I am used to creating a .Net Framework console application and exposing a Add(int x, int y) function via …

c# .net wcf service .net-core
How can I set an HTTP Proxy (WebProxy) on a WCF client-side Service proxy?

How can I set the HTTP proxy programmatically, on a WCF client, without using the default proxy? Proxies, proxies, proxies. …

wcf http proxy webproxy
Can we create custom HTTP Status codes?

I have a REST and WCF service and want to send a custom status code based on the operation. For …

c# asp.net wcf http wcf-rest
What does this WCF error mean: "Custom tool warning: Cannot import wsdl:portType"

I created a WCF service library project in my solution, and have service references to this. I use the services …

wpf wcf service-reference
Correct way communicate WSSE Usernametoken for SOAP webservice

I am attempting to consume a web service through its corresponding wsdl. This service is dependent upon authentication conforming to …

c# wcf visual-studio-2010 wcf-security ws-security
HTTP Error 404.3 - Not Found" while browsing wcf service on Windows Server 2008(64bit)

I am developing an application based on .Net Framework 3.5 sp1 and hosted on windows server 2008(64bit). While browsing wcf service (.…

wcf