|
|
|
by Scott Allen on
7/1/2009
[00:12:23]
This screencast demonstrates three essential concepts you should know to host web applications in Windows Internet Information Services.
|
|
|
|
|
by Dan Sullivan on
6/15/2009
[00:30:38]
This screencast shows how to create extension methods for XLinq that allow XPath to be used to build XLinq queries.
|
|
|
|
|
by Matt Milner on
5/5/2009
[00:17:38]
.NET 3.5 supports managing context in a SOAP header or HTTP cookie, but that may not be where your context information lives. In this screencast I show an example of a custom channel that enables the context information to be passed in a URL to enable operation invocation from a link in an email.
|
|
|
|
|
by Matt Milner on
5/4/2009
[00:12:40]
Conversations are special cases of context management in workflow services requiring extra information to correctly route messages. In this screencast, I show you when you need to think about conversations and how to properly write your workflows and clients to deal with them.
|
|
|
|
|
by Matt Milner on
5/1/2009
[00:08:21]
When using workflows as clients to workflow services, the Send activity is used to manage context on the client. This screencast covers how to configure the send activity correctly with respect to context and how to manage the context manually.
|
|
|
|
|
by Matt Milner on
5/1/2009
[00:11:50]
This screencast shows how to manage context in .NET applications to enable multiple calls on the same proxy for different workflow instances, or to make calls to an existing workflow instance with a new proxy/channel.
|
|
|
|
|
by Matt Milner on
4/30/2009
[00:12:12]
Microsoft ships several bindings that support context management, but they cannot possibly cover all of the scenarios you might need. In this screencast, I'll show you how to build your own custom context binding using a netNamedPipesContextBinding as an example.
|
|
|
|
|
by Matt Milner on
4/30/2009
[00:11:00]
This screencast walks through the basic ideas of managing context in workflow services and introduces several concepts that will be used for deeper exploration in other screencasts in the series.
|
|
|
|
|
by Fritz Onion on
4/7/2009
[00:18:01]
This screencast shows you how to use the new DataView component in ASP.NET Ajax 4.0 to perform client-side data binding against an Ajax-enabled WCF endpoint.
|
|
|
|
|
by Aaron Skonnard on
3/13/2009
[00:19:40]
This screencast shows you how to process different types of messages that you might get back from RESTful services on the Web. It shows how to use XLinq, DataContractSerializer, and XmlSerializer, and it shows how to process XML, Atom, and JSON messages.
|