|
|
Self-hosting WCF services
Category: Languages > .net
Posted: 08 Mar 09
Learn how to host WCF services in your own applications. You'll see how to create and manage a ServiceHost instance for self-hosting a WCF service with...
|
|
Hosting WCF services in IIS
Category: Languages > .net
Posted: 08 Mar 09
Learn how to host WCF services within IIS. You see how to create an .svc file for your service, configure the service within Web.config, and test your ...
|
|
|
Creating your first WCF service
Category: Languages > .net
Posted: 08 Mar 09
Learn how to create your first WCF service in just minutes. You'll see how to create a data contract, a service contract, and a service implementation,...
|
|