Sign in
Ron Jacobs
Windows Workflow Foundation
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET 4
AppFabric
AppFabric Cache
ARCast
Aspiring Architect
Case Study
CodeContracts
endpoint.tv
MVC
OData
Platform Update 1
PowerShell
REST
SaaS
Silverlight
SOA Patterns
Software As A Service
Solutions Architects
TDD
Tools
Unit Testing
UnitTest
Versioning
Video Case Study
VS2010
WCF
WCF Data Service
WCF Data Services
WCF4
WF TDD
WF4
WFNews
Windows Server AppFabric
Workflow Services
Browse by Tags
MSDN Blogs
>
Ron Jacobs
>
All Tags
>
appfabric
Tagged Content List
Blog Post:
WCF and AppFabric Auto-Start
Ron Jacobs
Auto-start is a really cool feature of Windows Server AppFabric. Recently I was asked about how you can do some kind of process initialization in your code with Auto-start (which the documentation implies that you can do). This led to a discussion with a number of questions that we want to address ...
on
9 Dec 2010
Blog Post:
AppFabric WCF DataService (C#)
Ron Jacobs
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 enables the creation and consumption...
on
23 Aug 2010
Blog Post:
AppFabric-enabled WCF Data Service Walkthrough (C#)
Ron Jacobs
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 to use the .svc extension in your URI ...
on
30 Jun 2010
Blog Post:
Need Help Moving from WF 3.5 to WF 4?
Ron Jacobs
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 .NET Framework 4. The code accompanies a collection...
on
24 Jun 2010
Blog Post:
endpoint.tv - Windows Server AppFabric Local Security
Ron Jacobs
In this episode, Michael McKeown describes the security model used in Windows Server AppFabric, which spans Windows Security Groups and SQL Server Database Roles.
on
17 Jun 2010
Blog Post:
Monitoring WCF Data Service Exceptions with Windows Server AppFabric
Ron Jacobs
After my previous post about how you can monitor service calls with AppFabric, several people asked about how you can capture errors with AppFabric. Unfortunately, the default error handling behavior of WCF Data Services does not work well with AppFabric. Though it does return HTTP status codes to the...
on
11 Jun 2010
Blog Post:
How to detect if Windows Server AppFabric is installed
Ron Jacobs
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" ) {$ true } else {$ false } } IsWindowsServerAppFabricInstalled
on
14 May 2010
Blog Post:
DataCache.Put with Regions
Ron Jacobs
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 by doing this. Consider this method DataCache...
on
7 May 2010
Blog Post:
Setting Up Windows Server AppFabric – order matters
Ron Jacobs
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” menu option. This has happened to me before...
on
4 May 2010
Blog Post:
endpoint.tv – Developing Services with IIS/Windows Server AppFabric
Ron Jacobs
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/Windows Server AppFabric it is possible to work with...
on
19 Apr 2010
Blog Post:
How to clear and reinitialize Windows Server AppFabric Persistence and Monitoring databases
Ron Jacobs
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. To make it really simple I’ve got a script...
on
14 Apr 2010
Blog Post:
Developing Web Services on IIS with Windows Server AppFabric
Ron Jacobs
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 may be cases where you want to use IIS/AppFabric...
on
14 Apr 2010
Blog Post:
Windows Server AppFabric Beta 2 and Visual Studio 2010 / .NET 4 RTM
Ron Jacobs
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 on the .NET 4.0 Framework RC. Is there a build...
on
14 Apr 2010
Blog Post:
MIX10 – AppFabric Caching (“Velocity”) and REST
Ron Jacobs
I just got back from MIX10 in Las Vegas where I had a great time meeting a lot of people and speaking at the event. I have to say that normally I’m prepared for the event way ahead of time and I submit my slides early so that they will be on the conference web site. Unfortunately for MIX10...
on
18 Mar 2010
Blog Post:
How to add a reference to Microsoft.ApplicationServer.Caching.Client
Ron Jacobs
If you are ready to test out the new caching capabilities in Windows Server AppFabric beta 2 you will have to write some code and you will need a reference to the caching client libraries. No problem, just select Add Reference and browse away right? Wrong! Turns out that the way the stuff...
on
4 Mar 2010
Blog Post:
Installing Windows Server AppFabric with the Web Platform Installler
Ron Jacobs
If you want to setup Windows Server AppFabric Beta 2 on a Development Workstation your best option is to use the Microsoft Web Platform Installer . When you launch it you will immediately have a question… Where is AppFabric? If you saw the video on Channel 9 endpoint.tv - Announcing Windows Server...
on
4 Mar 2010
Page 1 of 1 (16 items)