Skip to main content

Popular posts from this blog

Recruitment:: Dena Bank

r-onlineinformation.blogspot.com Dena Bank publishes all recruitment announcements in this section of the site. Please note this is for information purpose o nly. Please keep visiting this section to check out latest Job Openings in Dena Bank . Dena Bank invites Applications for Probationary Officers and Specailist Officers - The on-line registrations will commence from 07.12.2010 Dena Bank invites Applications from Indian Citizens for Appointment in Clerical Cadre Post - The on-line registrations will commence from 07.12.2010

Windows Workflow Foundation

>>Windows Workflow Foundation (WF) is a Microsoft technology for defining, executing, and managing workflows . This technology is part of .NET Framework 3.0 which is available natively in the Windows Vista operating system, and can be installed on the Windows XP SP2 and Windows Server 2003 operating systems. Authoring Workflows A new XML -based language XAML is commonly used for declaring the structure of a workflow. However, the workflow may also be expressed in code using any .NET-targeted language ( VB.NET , C# , C++/CLI , etc.). Workflows comprise 'activities'. Developers can write their own domain-specific activities and then use them in workflows. WF also provides a set of general-purpose 'activities' that cover several control flow constructs. Windows Workflow Foundation is supported by a companion set of extensions to Visual Studio 2005. These extensions contain a visual workflow designer which allows users to design workflows, a visual debugger wh...