Sign In
Ron Jacobs
Windows Workflow Foundation
Windows Workflow Foundation
Follow Me
Facebook
Twitter
YouTube
Workflow TV
RSS
http://channel9.msdn.com/Shows/Workflow-TV
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
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
Tags
.NET 4
AppFabric
AppFabric Cache
ARCast
Aspiring Architect
Case Study
CodeContracts
endpoint.tv
MVC
OData
Platform Update 1
PowerShell
REST
SOA Patterns
TDD
Unit Testing
Versioning
Video Case Study
VS2010
WCF
WCF Data Services
WCF4
WF4
WFNews
Workflow Services
Archive
Archives
May 2012
(1)
December 2011
(3)
October 2011
(1)
September 2011
(2)
August 2011
(3)
July 2011
(3)
June 2011
(9)
May 2011
(13)
April 2011
(8)
March 2011
(7)
February 2011
(2)
January 2011
(13)
December 2010
(5)
November 2010
(3)
October 2010
(6)
September 2010
(6)
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)
May, 2010
MSDN Blogs
>
Ron Jacobs
>
May, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ron Jacobs
Fixing the PrePostSequence custom activity in Introduction to Workflow Hands On Lab
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
Way back before .NET 4 Beta 1 shipped I created a hands on lab called Introduction to Workflow in .NET 4. After several evolutions, this lab eventually ended up in the Visual Studio 2010 Training Kit . Last week when I was teaching a workshop in...
Ron Jacobs
How to detect if Windows Server AppFabric is installed
Posted
over 2 years ago
by
Ron Jacobs
2
Comments
Here is a little PowerShell script that will tell you if Windows Server AppFabric is installed edit 6/29 – thanks for the comments – this is a much cleaner script - Ron function IsWindowsServerAppFabricInstalled() { if (Get-HotFix -Id "KB970622"...
Ron Jacobs
CodeContracts – Amazing… simply amazing
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
Look at this code… looks perfectly normal right? In a code review, you wouldn’t notice anything amiss. var tags = new List<DataCacheTagContract>(); tags.Add( new DataCacheTagContract() { Tag = "tag" }); tags.Add( new DataCacheTagContract...
Ron Jacobs
Visual Studio 2010 – Multi-Monitor Goodness!
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
After months of using Visual Studio 2010 – today I finally realized that I had never taken advantage of the Multi-Monitor support. I’ve been writing tests all day and what a great tool. I can have the class that I’m testing open on one monitor...
Ron Jacobs
DataCache.Put with Regions
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
If you really want to understand how something works. Try creating an interface and then creating a stubbed implementation that behaves exactly the same way. It’s a big job but wow – I’m learning so much about Windows Server AppFabric Caching...
Ron Jacobs
I Love TDD and Code Contracts
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
After spending a few days writing a ton of code and heavily refactoring using TDD and Code Contracts I have to say… Wow! I know people like to debate the value of TDD, test first etc. I don’t care what they say – this method rocks. I found...
Ron Jacobs
The specified module 'DistributedCacheAdministration' was not loaded because no valid module file was found in any module directory.
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
What to do if you get this error when unit testing Windows Server AppFabric Caching Being new to unit testing code that invokes PowerShell I ran into this problem when trying to test code that was using the Windows Server AppFabric Caching cmdlets. System...
Ron Jacobs
Setting Up Windows Server AppFabric – order matters
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
What to do if your IIS Manager has no Deploy menu item Over the weekend I setup a new machine. When everything was installed I opened the IIS manager and right clicked on the default website so I could deploy a package and… there was no “Deploy...
Ron Jacobs
Using Moq with Windows Server AppFabric Caching
Posted
over 2 years ago
by
Ron Jacobs
1
Comments
Last week I tried doing TDD with Windows Server AppFabric. In my previous post I shared with you my conclusions. To sum it up, doing TDD with AppFabric caching is painful; even more painful than using a database in your unit tests. Over the...
Page 1 of 1 (9 items)