Welcome to Microsoft .NET Framework 3.0 Community (NetFx3)

The .NET Framework is Microsoft's managed code programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes.

Learn More...

WF Community Bloggers

Browse by Tags

All Tags » Custom Activity   (RSS)

  • Sample SMO Activities

    I uploaded a WF custom activity library , which contains two activities: BackupDatabase : Performs a full or incremental backup of a database RestoreDatabase : Performs a restore of a database Both activities leverage the SQL Server 2005 System Management Objects (SMO). For details on the file contents, please refer to our downloads folder. This sample illustrates a couple of interesting concepts, specifically: Implementing a validator for a custom activity. Developing a custom Designer for an activity. Leveraging inheritance to develop custom activities. Leveraging a custom WorkflowRuntimeService to provide feedback about long-running operations to the hosting application. I am planning on writing a number of follow-up posts, which will highlight some of the more interesting aspects of these activities, so stay tuned! Read More...

Copyright © 2007 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us