Matlus
Internet Technology & Software Engineering

Tagged With: Proxy

WCF 4.0 Getting Started

In this post we'll be looking at build a simple WCF client and WCF service application. You'll be up and running in no time guaranteed. In WCF 4.0 (in contrast to earlier versions), things have gotten a lot easier in as far a configuration is concerned. WCF 4.0 stresses convention over configuration. So we'll first get our client and service up and running using conventions (no configuration at all) and then we'll take a look at how we would configure things if we need to. But rather than using the config file we'll programmatically configure things[...]