Books
-
Recent Posts
Archives
Categories
- .NET Core (1)
- ActivityDesigner (5)
- AngularJs (7)
- Architecture Features (1)
- ASP.Net (24)
- Entity Framework (3)
- ASP.Net 4.5 (6)
- Azure (16)
- Book (6)
- C# (22)
- C# 4.0 (4)
- Cognitive Services (1)
- Contest (5)
- DevOps (1)
- EnvDTE (3)
- feature Builder (1)
- General (8)
- Google (3)
- HTML5 (20)
- IDE (3)
- IE (3)
- IIS (1)
- jQuery (3)
- LightSwitch (1)
- LINQ (2)
- Load Test (5)
- Lync Server 2010 (2)
- Microsoft (21)
- MVC (7)
- Node (2)
- Office (5)
- Open XML (1)
- performance Test (6)
- Pex and Moles (3)
- Site Review (2)
- SQL (6)
- TFS (18)
- Tools (6)
- UI (1)
- Uncategorized (26)
- Visual Studio (18)
- Visual Studio 2015 (12)
- Visual Studio 2010 (15)
- WCF (1)
- Visual Studio 2011 (4)
- Metro App (1)
- Visual Studio 2012 (14)
- Visual Studio 2013 (5)
- VSTS 2010 (12)
- LightSwitch (1)
- VSTS 2011 (3)
- WebMatrix (2)
- WF (9)
- WF4 (20)
- Windows (11)
- Windows 8 App (8)
- Windows Phone 7 (1)
- WPF (9)
Meta
Blog Stats
- 165,849 hits
Category Archives: WF
Book Publish: Customizing Windows Workflow Foundation 4.5
I have been an author for various sites for a long time. I used to write about various technologies. This time I have taken the challenge to publish one Book on Windows Workflow Foundation(WF) 4.5. I have published the 30% completed … Continue reading
PropertyValueEditor with Slider
Here, we will create a new PropertyValueEditor, which will allow us to slide the slider to chnage the property value. If your property is a double type with specified minimum and maximum boundaries, we can use the slider propertyvalueeditor for … Continue reading
Workflow Foundation 4.0 – WorkflowApplication Actions
Workflow Foundation 4.0 is introduced a significant amount of changes from the previous versions of the technology. We already discussed about various features of Workflow, data model and persistence. In this article we will discuss more about the host application, … Continue reading
Workflow Foundation 4.0 – Type Converter
Workflow Foundation 4.0 is introduced a significant amount of change in the Activity Designer. In WF4.0, Activity Designers are defined using WPF. Property management and display is one of the important aspects of a custom Activity Designer For more details … Continue reading
WF4: How to get ActivityDesigner from an Activity
I have an Activity called CustomActivity with a Property Source to hold another activity. For getting the reference to the ActivityDesigner of teh Activity referenced by teh Source porperty, I can use the following code (cusomActivityModelItem.Properties[“Source”].Value).View cusomActivityModelItem => refers to … Continue reading
Posted in WF, WF4
Leave a comment