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.
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.
Are you new to REST? New to WCF? No worries. In this simple lab we will build a "Hello World" SOAP service and then convert it to a REST service.
This screencast is a walkthrough of the WCF REST Starter Kit Hands On Lab 1 - Hello REST.
You can download the lab from…
endpoint.tvMar 17, 2009 at 8:00 AM0
Cliff Simpkins
Avg Rating: 0
In this short video, CSD MVP Aaron Skonnard from PluralSight guides
the viewer through the Preview 2 release of the WCF REST Starter Kit.
Aaron downloads and installs the kit, and discusses the new features and capabilities in the second preview release. Aaron discusses the new…