-
Book Overview & Buying
-
Table Of Contents
Microsoft Windows Server AppFabric Cookbook
By :
Windows Server AppFabric provides an API for implementing custom Instance Store, Query, and Control providers.
In the first recipe of this chapter, we have seen that Windows Server AppFabric provides a default SqlWorkflowInstanceStoreProvider which provides access to .NET Framework's SqlWorkflowInstanceStore. As Windows Sever AppFabric uses provider models we can implement a custom Instance Store provider.
In this recipe, we will focus on developing a custom Instance Store provider.
Start Visual Studio 2010 with administrative privileges and create a new class library project using C#.
We will add a new class named CustomInstanceStoreProvider which will implement an abstract base class called InstanceStoreProvider. We will then add the implementation details accordingly.
CustomInstanceControlProvider.System.Data.dllSystem.Configuration.dllSystem...
Change the font size
Change margin width
Change background colour