If you have experimented with Workflow Services you might be wondering how you can authorize access to these. Recently somebody asked me that very question. We put together this sample app and video to show you a simple way you can provide a ServiceAuthorizationManager
to do the…
On this episode I'm doing a little spike project to prototype a web app that uses a workflow to manage email verification when registering a user for a web site. You will see how you can
- Create a SendMail custom activity
- Unit test the SendMail custom activity
- Consider a new way for…
In this short video,
Ben Dewey, from twentysix New York, looks at the code for implementing the CourseFeed service in the
LitWare Training sample mashup app, which is implemented as an AtomPub feed using
WCF REST Starter Kit Preview 2.
For additional information on WCF REST…
In this short video,
Ben Dewey, from twentysix New York, gives an overview of the functionality in the
LitWare Training sample mashup app built with
WCF REST Starter Kit Preview 2. Later videos will drill into specific features and the code.
For additional information on WCF REST…
When people ask about new things for WCF in .NET 4 there are several but two of the big ones are discovery and routing. Last time we covered discovery. On this episode we are going to talk about routing. Suppose for example you want to do something
simple like create a backup URI…
WCF in .NET 4 includes an implementation of the WS-Discovery protocol. Sounds exciting right? Actually it is very cool because it allows you to build applications and services that can discover other services using UDP multicast messages or via a discovery
proxy. In this episode…
In this dual-podcast episode of endpoint.tv and 10-4 we build a "Hello Workflow 4" application. You might have heard that .NET 4 includes an all new Workflow engine - learn how you can not only use Workflow but also do test first style development with
it.
endpoint.tvMar 30, 2009 at 8:00 AM0
Cliff Simpkins
Avg Rating: 5
(2)
In this short video, CSD MVP Aaron Skonnard from PluralSight guides
the viewer through different techniques for processing messages using the new HttpClient class that ships with the new WCF REST Starter Kit Preview 2.
In this screencast, Aaron builds on the simple Twitter…
The WCF REST Starter Kit includes a new REST Collection Template. In this lab we will build a service based on this template.
You can download the lab docs and code from
http://code.msdn.microsoft.com/wcfrestlabs.
endpoint.tvMar 23, 2009 at 8:00 AM0
Cliff Simpkins
Avg Rating: 0
In this short video, CSD MVP Aaron Skonnard from PluralSight guides
the viewer on how to manage query string and form input while consuming REST services.
In this screencast, Aaron builds on the simple Twitter command shell application
presented in the previous HttpClient…