WF

Upcoming Event: WF 4.5 Lecture

Upcoming Event: WF 4.5 Lecture

Windows Workflow Foundation (WF) is Microsoft’s .NET implementation of a Workflow authoring and hosting environment. With WF 4.5 developers can easily author workflows using the Visual-Studio built-in WF designer, host them in multiple application environments using the provided runtime engine and even expose them as services for the outside world to consume. Oh, and it’s…

VS2012 WF Designer Issues with High DPI Settings

Windows Workflow Foundation (WF) is a core .NET technology for authoring long-running, scalable & integrated business processes. The WF designer that ships with VS2012 is the main tool of choice for declaratively creating workflows in .NET 4.5, however, unfortunately, it has an issue with high Dots-Per-Pixel (DPI) settings. Introducing the Windows DPI Settings As computer…

PDC 2009 Day 3: Application Server Extensibility with .NET 4.0 and Windows Server AppFabric

In this PDC session, Nicholas Allen, Program Manager at Microsoft Corporation, reviewed various extensibility points in Windows Serer AppFabric workflow hosting . Hosting Workflows AppFabric ships with three out-of-the-box extensible workflow hosts: Workflow Driven Application – A host for workflows which are used as an execution engine and which do not require WCF interaction to…

PDC 2009 Day 3: Workflow Services and Windows Server AppFabric

In this PDC session, Mark Fussel, Program Manager at Microsoft, spoke of creating Workflow Services in .NET 4.0, and hosting and deploying them on Windows Server AppFabric. AppFabric AppFabric provides a set of features for hosting, managing and deploying workflow services: A set of runtime databases for persisting and monitoring the running instances. Persistence services….

PDC 2009 Day 2: WF 4.0

Today at the PDC, I attended two sessions on WF 4.0 – “Spice Up Your Applications with Windows Workflow Foundation 4” and “Windows Workflow Foundation 4 from the Inside Out”. I didn’t blog live about these sessions as their main punch was delivered via code examples and usage of WF designer which in my opinion…

PDC 2009 Day 1: Microsoft Application Server Technologies: Present and Future

In this PDC session, Anil Nori, Distinguished Engineer in Microsoft’s server application group, presented an overview of the upcoming server technologies coming from Microsoft. 2010 Wave Initially, Anil spoke of the application serer technologies which are due to be released during 2010. .NET 4.0 – WCF & WF .NET 4.0 contains many WCF productivity enhancements,…