Learn how to consume a WCF Service
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will walk you though step by step on how to setup your .net application to consume as WCF service.
We will show you how you can Visual Studio to create your service proxy as well as how to use SvcUtil to create the proxy.
|
|
Setting up a Project for Source Control
Category: Languages > .net
Posted: 25 Mar 09
In this episode we will walk you though the setting up your project to be added to a source control system.
You will also learn how tricks and techniques that allows anyone to do a pull at anytime and compile on the first try.
|
|
How to Link/Share files between projects in Visual Studio
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will learn how to use Visual Studio to link/share common files between projects.
By linking/sharing common files you can reduce the amount of effort needed to make common changes. This can also reduce the chance of errors due to missing a file or two
|
|
Creating Templates in Visual Studio
Category: Languages > .net
Posted: 18 Mar 09
In this episode we will learn how to use Visual Studio to create both file and project templates.
Creating template will allow us to quickly create either files or projects that are setup and laid out in a common way. They can also reduce the amount of friction that is needed to get codi...
|
|
Ajax-enabling your WCF services
Category: Languages > .net
Posted: 09 Mar 09
This screencast guides the viewer through the process of Ajax-enabling your WCF services, allowing you to easily consume them from within your Ajax cli...
|
|
Calling RESTful Services with WCF
Category: Languages > .net
Posted: 09 Mar 09
This screencast introduces developers to the client-side experience for using WCF to consume RESTful services. You'll see how to use the new WebChannel...
|
|
Handling faults in Windows WF
Category: Languages > .net
Posted: 09 Mar 09
This screencast introduces developers to the fault handling activities in Windows WF. Discussion covers basic concepts of how to catch and handle fault...
|
|
Using the Listen activity in WF
Category: Languages > .net
Posted: 09 Mar 09
This screencast shows how to use the listen activity to wait for multiple events at the same time. This activity is important in many application scena...
|
|
|
|
Using transactions in Windows WF
Category: Languages > .net
Posted: 09 Mar 09
Transactions are the cornerstone of consistency and this screencast shows you how to add transactions to your workflow. In addition to showing the basi...
|
|
Using the Replicator Activity
Category: Languages > .net
Posted: 09 Mar 09
This screencast shows how to use one of the most powerful control flow activities in Windows WF: the Replicator activity. The samples shows the data-dr...
|
|
|