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
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
January 2013
(1)
September 2012
(1)
August 2012
(1)
July 2012
(5)
June 2012
(1)
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)
April, 2010
MSDN Blogs
>
Ron Jacobs
>
April, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ron Jacobs
Developing Web Services on IIS with Windows Server AppFabric
Posted
over 3 years ago
by
Ron Jacobs
1
Comments
Much of the content and samples for AppFabric shows developing your web site and services in Visual Studio with the ASP.NET Development Server and then deploying the solution to IIS and AppFabric. While this works great for many solutions, there...
Ron Jacobs
DataContractSerializer vs. NetDataContractSerializer
Posted
over 3 years ago
by
Ron Jacobs
0
Comments
While browsing through the bowels of MSDN I ran across this page that describes the NetDataContractSerializer . I’ve never really thought much about it but it is useful to learn something new so I ran the sample code which serializes a person object...
Ron Jacobs
Using System.Web.Routing with Data Services (OData)
Posted
over 3 years ago
by
Ron Jacobs
2
Comments
So you like the new OData protocol and the implementation in WCF Data Services… but you hate having a “.SVC” extension in the URI? How do you get rid of the .svc extension with WCF Data Services? Simple… Just use the new ServiceRoute class. For this example...
Ron Jacobs
How to clear and reinitialize Windows Server AppFabric Persistence and Monitoring databases
Posted
over 3 years ago
by
Ron Jacobs
0
Comments
If you are using Windows Server AppFabric in a development or testing environment you will find the need to quickly clear and reinitialize both the persistence and monitoring databases. Fortunately this is easy with the supplied PowerShell cmdlets...
Ron Jacobs
WCF Data Services and ServiceRoute
Posted
over 3 years ago
by
Ron Jacobs
0
Comments
After my previous post where I showed how you can eliminate the .SVC from your URI with WCF Data Services and System.Web.Routing I got a very good question “While this changes the root URI of the service that a user can browse to,does it also change the...
Ron Jacobs
WCF Data Services (OData) and eliminating the .SVC file
Posted
over 3 years ago
by
Ron Jacobs
7
Comments
After my previous post where I showed you how you can eliminate the .SVC extension from your URI someone asked me another good question. When I add the route I can access the service from the route and the path to the SVC file. Can I block the path...
Ron Jacobs
How to create a Workflow Service using a Flowchart
Posted
over 3 years ago
by
Ron Jacobs
0
Comments
The WCF Workflow Service template in Visual Studio 2010 creates a Workflow Service using a Sequence as the container. You might not be aware that you can create a Workflow Service using a Flowchart. To create it do the following Create a Workflow...
Ron Jacobs
Using AppFabric Caching Powershell cmdlets with AppFabric Beta 2 Refresh
Posted
over 3 years ago
by
Ron Jacobs
2
Comments
Finally – I can use Visual Studio 2010 RTM with the new AppFabric Beta 2 Refresh release. I installed it using the Web Platform Installer (still the best way on a dev box). I couldn’t remember the particular cmdlet I was looking for so I...
Ron Jacobs
State Machine Activity Pack and ADO.NET Activity Pack CTP1 Release now Available
Posted
over 3 years ago
by
Ron Jacobs
4
Comments
For the last year I’ve had to say “Sorry we don’t have the State Machine in WF4.” If you are a fan of the state machine I’ve got good news. Today the team is releasing the first CTP of a couple Activity Packs on CodePlex. To give them...
Ron Jacobs
Unit Testing with Windows Server AppFabric Caching
Posted
over 3 years ago
by
Ron Jacobs
3
Comments
I like to do TDD whenever I can. So today I was writing some code that would be using the distributed cache features of Windows Server AppFabric and I decided to write unit tests first and then implement my code. Writing code that uses an external...
Ron Jacobs
Windows Server AppFabric Beta 2 and Visual Studio 2010 / .NET 4 RTM
Posted
over 3 years ago
by
Ron Jacobs
3
Comments
The emails are rolling in… Usually they say something like this. Hi Ron - I installed VS2010 and the .NET 4.0 Framework RTM versions yesterday. I then went to re-install Windows Server AppFabric from the Web Platform Installer, but it has a dependency...
Ron Jacobs
endpoint.tv – Developing Services with IIS/Windows Server AppFabric
Posted
over 3 years ago
by
Ron Jacobs
0
Comments
To those nearly 5000 people who tried to watch this video today… sorry. I forgot to publish the video correctly for Channel 9 and didn’t realize it until a couple of hour ago. As I mentioned previously in my post on Developing Services with IIS...
Ron Jacobs
<localCache> sync attribute changed in Windows Server AppFabric Beta 2 Refresh
Posted
over 3 years ago
by
Ron Jacobs
0
Comments
Surprise! another change hit me this morning. Previously my config files contained this 1: < dataCacheClient > 2: < hosts > 3: < host name ="localhost" cachePort ="22233" /> 4: <...
Ron Jacobs
Visual Studio 2010 Training Kit April 2010 Update Is Released
Posted
over 3 years ago
by
Ron Jacobs
0
Comments
Our latest release of the Visual Studio 2010 Training Kit just went live. The link on the download center is still stale but it should update over the next hour or so. In the meantime you can download the release directly from here . ...
Ron Jacobs
Silicon Valley SQL Server User Group – April 20th
Posted
over 3 years ago
by
Ron Jacobs
0
Comments
I’ll be heading down to my old home in Silicon Valley to present to the Silicon Valley SQL Server User Group about Windows Server AppFabric Caching on April 20th. I thought it was interesting that this group wanted to hear from me. After all...
Ron Jacobs
Today on http://endpoint.tv – AppFabric Dashboard Overview
Posted
over 3 years ago
by
Ron Jacobs
0
Comments
AppFabric has this great new Dashboard that gives you insight into what is happening with your services and workflows. In this video, Senior Programming Writer Michael McKeown shows you what the Dashboard can do for you. Watch it now on endpoint.tv For...
Page 1 of 1 (16 items)