Sign in
Ron Jacobs
.NET 4 WCF / WF / AppFabric Evangelist
Options
About
Email Blog Author
RSS for Posts
Atom
RSS for Comments
OK
endpoint.tv
RSS
http://channel9.msdn.com/shows/Endpoint/
Blog - Link List
Favorites
patterns & practices
Windows Server AppFabric Customer Advisory Team
Technical guidance & best practices from AppFabric, BizTalk, WCF, WF, SQL Data Modeling & StreamInsight technology experts
MSDN Workflow Developer Center
MSDN WCF Developer Center
MSDN AppFabric Developer Center
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Search
Tags
.NET 4
AppFabric
AppFabric Cache
ARCast
Aspiring Architect
Case Study
CodeContracts
endpoint.tv
OData
PowerShell
REST
SaaS
SOA Patterns
Solutions Architects
TDD
Video Case Study
VS2010
WCF
WCF Data Service
WCF Data Services
WCF4
WF TDD
WF4
Windows Server AppFabric
Workflow Services
Archive
Archives
September 2010
(1)
August 2010
(3)
July 2010
(7)
June 2010
(22)
May 2010
(9)
April 2010
(16)
March 2010
(4)
February 2010
(8)
January 2010
(2)
December 2009
(5)
November 2009
(1)
September 2009
(4)
July 2009
(2)
June 2009
(4)
May 2009
(1)
April 2009
(1)
March 2009
(7)
February 2009
(4)
January 2009
(8)
November 2008
(6)
October 2008
(6)
September 2008
(1)
August 2008
(6)
July 2008
(4)
June 2008
(4)
May 2008
(3)
April 2008
(6)
March 2008
(6)
February 2008
(2)
January 2008
(2)
October 2007
(3)
August 2007
(1)
July 2007
(2)
June 2007
(2)
April 2007
(3)
March 2007
(1)
February 2007
(1)
January 2007
(3)
December 2006
(3)
November 2006
(11)
October 2006
(5)
September 2006
(3)
August 2006
(1)
July 2006
(2)
March 2006
(1)
February 2006
(2)
January 2006
(1)
December 2005
(2)
September 2005
(3)
July 2005
(1)
June 2005
(1)
May 2005
(2)
April 2005
(3)
March 2005
(5)
February 2005
(2)
January 2005
(2)
December 2004
(1)
October 2004
(3)
June 2004
(2)
May 2004
(1)
April 2004
(1)
February 2004
(4)
MSDN Blogs
>
Ron Jacobs
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ron Jacobs
How to make the WF4 Batch Worker Autostart
Posted
Wed, Sep 1 2010
by
ronjacobs
2
Comments
Today on endpoint.tv I showed how to create a workflow service that can do background work on a scheduled basis (The sample code is posted here ). In the example I showed a web UI that allows you to start the job by clicking on a submit button. Somebody...
Ron Jacobs
The Problem of Versioning
Posted
Mon, Aug 30 2010
by
ronjacobs
0
Comments
The voting on our site What do you want to see on endpoint.tv is moving along nicely. Yes we are going to do something about OAuth with the HttpClient but today I want to think about the #2 issue which is versioning with workflows. This post...
Ron Jacobs
What do you want to see on endpoint.tv?
Posted
Tue, Aug 24 2010
by
ronjacobs
6
Comments
This morning I awoke to a bright sunny day and thought to myself… What shall I do today? Unlike most people I have a great deal of freedom to be as creative as possible at helping people to build great applications with .NET using WCF, WF4 and...
Ron Jacobs
AppFabric WCF DataService (C#)
Posted
Mon, Aug 23 2010
by
ronjacobs
0
Comments
Today I’m happy to announce the availability of a new Feature Builder based template for Windows Server AppFabric and WCF Data Services. This template is an evolution of the previous AppFabric-enabled WCF Data Service (C#) template. WCF Data Services...
Ron Jacobs
How to make a WorkflowService implement a contract
Posted
Fri, Jul 30 2010
by
ronjacobs
2
Comments
You may have noticed that WorkflowServices have two ways of operating. One way is to pass message content and the other way is to use message parameters. I have always used message content because it seemed like the easiest thing to do. Download...
Ron Jacobs
Testing a WorkflowService .xamlx file with Visual Studio
Posted
Thu, Jul 29 2010
by
ronjacobs
2
Comments
One thing I have not tackled until today was how to test a Workflow Service in a .xamlx file. When I started out this morning working on it I realized that there isn’t a great deal of information about how to do this available anywhere. Update 7...
Ron Jacobs
The Canonical REST Entity Service
Posted
Fri, Jul 23 2010
by
ronjacobs
13
Comments
Recently I was doing a review of some .NET 3.5 WCF REST code based on the REST Starter Kit to see what it would take to move it to .NET 4. The more I looked at the code and thought about it deeply I realized that the mechanics of exposing a service over...
Ron Jacobs
New Hands On Lab - Introduction to WF4
Posted
Wed, Jul 21 2010
by
ronjacobs
1
Comments
A couple of weeks ago I ran across a very interesting tool called Feature Builder . As I watched the videos about this tool I realized that it represented an opportunity to deliver Hands on Labs (along with other interesting things) directly inside...
Ron Jacobs
WF4 Activities Best Practices
Posted
Sat, Jul 17 2010
by
ronjacobs
0
Comments
Lately on http://endpoint.tv we have been doing a series called WF4 Activities Best Practices with Leon Welicki. Many of you wrote in asking for the sample code so I’ve published on MSDN Code Gallery - WF4 Activity Best Practices Sample . Be sure...
Ron Jacobs
Stepping Through .NET Source with VS2010 and .NET 4
Posted
Sun, Jul 4 2010
by
ronjacobs
4
Comments
This morning I stumbled across something so cool… I had no idea it existed (I know some of you are saying… “What he didn’t know about this?) How many times have you wanted to debug right into the source of .NET? The feature is there, just turn it...
Ron Jacobs
WF Tip: Use a StringWriter to capture WriteLine Activity output when testing
Posted
Thu, Jul 1 2010
by
ronjacobs
0
Comments
Question: Suppose you want to test an activity that uses WriteLine and you want to verify the output. How do you do it? Answer: Add a StringWriter to the Extensions collection before running your test Testing this activity Use this test [TestMethod] public...
Ron Jacobs
System.Web.Routing RouteTable not working with IIS?
Posted
Wed, Jun 30 2010
by
ronjacobs
6
Comments
Most of the time I write simple apps that run in the local ASP.NET development server. I noticed when I started working with IIS more because of Windows Server AppFabric that my routes were not working when the web application is deployed in IIS. For...
Ron Jacobs
AppFabric-enabled WCF Data Service Walkthrough (C#)
Posted
Wed, Jun 30 2010
by
ronjacobs
0
Comments
In this walkthrough I’ll show you how to use the AppFabric-enabled WCF Data Service (C#) template for Visual Studio 2010 to enhance your WCF Data Services by providing Monitoring events and errors to the AppFabric Data Store Eliminating the need...
Ron Jacobs
AppFabric-enabled WCF Data Service Walkthrough (VB)
Posted
Wed, Jun 30 2010
by
ronjacobs
0
Comments
In this walkthrough I’ll show you how to use the AppFabric-enabled WCF Data Service (VB) template for Visual Studio 2010 to enhance your WCF Data Services by providing Monitoring events and errors to the AppFabric Data Store Eliminating the need to use...
Ron Jacobs
AppFabric-enabled WCF Data Service Templates (C#/VB)
Posted
Tue, Jun 29 2010
by
ronjacobs
0
Comments
After working out how to do the right thing when using WCF Data Services with Windows Server AppFabric I’ve now created a template you can use directly from Visual Studio. The templates are available from Visual Studio Gallery or directly from within...
Ron Jacobs
Make WCF Simpler
Posted
Tue, Jun 29 2010
by
ronjacobs
0
Comments
If there is one thing I hear from people over and over again it is this. Please make WCF simpler, easier to understand and use. I totally agree with this sentiment. In fact, in .NET 4 we made it much easier but we still have a long way to go. Once in...
Ron Jacobs
endpoint.tv - Workflow Messaging Architecture with Dave Cliffe
Posted
Mon, Jun 28 2010
by
ronjacobs
0
Comments
In this episode, Dave Cliffe, Program Manager for Workflow Services, describes the architecture of the Workflow Services infrastructure. For more information, see the Workflow Foundation developer center on MSDN .
Ron Jacobs
Watch Out! Overloading Constructors on XAML based Activities
Posted
Sat, Jun 26 2010
by
ronjacobs
0
Comments
This morning I was refactoring some code and I decided to create a partial class with an overloaded constructor. When I did this, suddenly everything quit working. My tests were failing as though the workflow didn’t even run but no exceptions were...
Ron Jacobs
Need Help Moving from WF 3.5 to WF 4?
Posted
Thu, Jun 24 2010
by
ronjacobs
0
Comments
Here are some helpful resources Windows Workflow Foundation (WF) Migration Guidance for WF 4 This Code Gallery project contains the code samples to help .NET developers better understand and evaluate Windows Workflow Foundation (WF) in the Microsoft ...
Ron Jacobs
Designers for Custom Activities
Posted
Mon, Jun 21 2010
by
ronjacobs
0
Comments
Morgan Skinner created a great post describing how you can associate designers with custom activities. Check it out here .
Ron Jacobs
Ron Jacobs Tech-Ed North America Sessions
Posted
Mon, Jun 21 2010
by
ronjacobs
1
Comments
My Tech-Ed (or is it TechEd?) sessions are now available The Total Noob’s Guide Windows Workflow Foundation 4 Don’t know a thing about Windows Workflow Foundation (WF4) in Microsoft .NET Framework 4, but want to learn? No problem. Join us for this session...
Ron Jacobs
Working with OutArgument<T> in Workflow
Posted
Mon, Jun 21 2010
by
ronjacobs
0
Comments
If you want to assign a value to an OutArgument in your workflow here is something you need to keep in mind. If your OutArgument is something simple like a value type or a string you can simply write to it directly If your OutArgument is something more...
Ron Jacobs
New Native Activity Item Templates for Visual Studio 2010
Posted
Sun, Jun 20 2010
by
ronjacobs
1
Comments
I’ve been creating a lot of Native Activities lately and to do it I would add a new item to my project using the Code Activity template. I kept wishing for a Native Activity template so now I’ve created one. Install the Native Activity Template...
Ron Jacobs
First Wave of AppFabric Patches
Posted
Sun, Jun 20 2010
by
ronjacobs
0
Comments
Thanks to Damir Dobric You might want to pick up these patches KB980423 FIX: You experience several issues when you use Powershell cmdlets or AppFabric features in IIS 7.0 or IIS 7.5 KB983484 Some services are preloaded unexpectedly when you start a website...
Ron Jacobs
CancellationScope Activity Updated for .NET 4 RTM
Posted
Fri, Jun 18 2010
by
ronjacobs
1
Comments
Update: 6/24 – updated sample to show how unhandled exceptions and the UnhandledException delegate impact this activity Nearly a year ago I created a CancellationScope Activity sample and posted it on CodeGallery for .NET 4 Beta 1. I went...
Page 1 of 10 (233 items)
1
2
3
4
5
»