Creating your first sequential workflow
Category: Languages > .net      Posted: 08 Mar 09

Learn how to create your first WF sequential workflow in Visual Studio 2008. You'll see how to create the workflow, define business logic and flow cont...

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 ...

Configuring services with endpoints
Category: Languages > .net      Posted: 08 Mar 09

Learn how to configure WCF services with a variety of different endpoints. You'll see how to use the WCF Configuration Editor in Visual Studio 2008 to ...

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,...