TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
WF
Tagged Content List
Wiki Page:
AppFabric Architecture Guide Intro
Maheshkumar S Tiwari
Windows Server AppFabric Architecture Guide The purpose of this guide is to provide guidance on how to optimize the architecture of a Windows Server AppFabric system. It does not discuss the topic of AppFabric Caching. This guide is meant to complement the existing documentation on the features...
on
13 Sep 2013
Wiki Page:
Business Rules: Decision Services for Business Applications
Maheshkumar S Tiwari
Experience in the use of BRS shows that little regard was paid to the encapsulation of business logic in the architecture of applications in use today, irrespective of whether these are host systems or server based systems. Business rules are for the most part closely interwoven with the technical...
on
10 Sep 2013
Wiki Page:
How to Programmatically Add a Workflow Variable when Rehosting the Workflow Designer
Maheshkumar S Tiwari
When creating workflows programmatically, variables can be added to an activity by adding them to the activity's variable collection, like this. Variable< int > n = new Variable< int >( "n" , 1); Sequence s = GetSequenceActivityFromSomewhere(); s.Variables.Add...
on
10 Sep 2013
Wiki Page:
Whether or Not to Use BizTalk Server or AppFabric to Host .NET 4 WCF/WF Services
Steef-Jan Wiggers
You can simply view Windows Server AppFabric as a hosting environment for NET 4 services using Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). In more detail, it extends Windows Server to provide enhanced hosting, management, and caching capabilities for Web applications...
on
7 Aug 2013
Wiki Page:
Passing Arguments to an ActivityAction (WF)
Carsten Siemens
Activity delegates enable activity authors to expose callbacks with specific signatures, for which users of the activity can provide activity-based handlers. Two types of activity delegates are available: ActivityAction is used to define activity delegates that do not have a return value, and ActivityFunc...
on
4 Jun 2013
Wiki Page:
Windows Workflow Foundation (WF) FAQ
Carsten Siemens
This page contains links to Frequently Asked Question related to Windows Workflow Foundation. Windows Workflow Foundation is too long to type everytime I want to refer to it. What is an acceptable abbreviation? WF is an acceptable abbreviation for Windows Workflow Foundation. WWF is not acceptable...
on
4 Jun 2013
Wiki Page:
Windows Workflow Foundation (WF) Überblick (de-DE)
Carsten Siemens
Table of Contents Einstieg in WF WF Community Ressourcen Foren Blogs Screencasts WF Wiki-Seiten Siehe auch Andere Sprachen English (en-US) Windows Workflow Foundation (WF) bietet ein Programmiermodell mit eigener Workflow-Engine und wiederhostbaren Designer damit langläufige Prozesse als Workflows...
on
4 Jun 2013
Wiki Page:
Serviceentwicklung für Windows Server AppFabric (de-DE)
Carsten Siemens
Beachte : Ein Teil der verlinkten Artikel sind nur auf Englisch verfügbar. Table of Contents Einführung in AppFabric Erstellung von WF-Diensten Siehe auch Andere Sprachen English (en-US) AppFabric erweitert die existierenden Serverfähigkeiten des Windows Server und macht es einfacher Web-...
on
31 May 2013
Wiki Page:
Developing Services for Windows Server AppFabric
Carsten Siemens
Table of Contents Introduction to AppFabric Developing WF Services See Also Other Languages Deutsch (de-DE) AppFabric evolves the existing application server capabilities of Windows Server to make it easier to build, scale and manage Web and composite applications that run on Internet Information...
on
31 May 2013
Wiki Page:
How to Determine the Arguments of an Arbitrary Activity (WF)
Richard Mueller
Your application may need to interact with an arbitrary activity at design-time or run-time, such as when an activity is dropped into a rehosted workflow designer. In this case, you may want to determine the arguments that the activity is expecting. Since an activity's arguments are exposed as...
on
24 Apr 2013
Wiki Page:
Using ReceiveAndSendReply Inside a Pick Activity (WF)
Yagmoth555
The ReceiveAndSendReply activity template is used in a workflow service to implement a two-way operation. When this activity template is dragged onto the workflow designer, a Sequence activity containing a Receive activity followed by SendReply activity is added to the workflow. The ReceiveAndSendReply...
on
9 Apr 2013
Wiki Page:
Workflow Foundation (WF4)
Hani Khoshdel-Nikkhoo
General Q: Where can I find some good resources to learn about Windows Workflow Foundation? A: Here are some external resources you might find useful. Windows Workflow Foundation (Dev Center) Hands On Lab: Introduction To WF4 Visual Studio 2010 Training Kit Hands On Labs Windows Communication...
on
27 Mar 2013
Wiki Page:
Workflow Foundation (WF4) (de-DE)
Andrielle Azevedo
Allgemein Q: Wo finde ich gute Quellen um Windows Workflow Foundation zu lernen? A: Hier sind ein paar nützliche Quellen. Hands On Lab: Introduction To WF4 Visual Studio 2010 Training Kit Hands On Labs Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) Samples...
on
27 Feb 2013
Wiki Page:
You May Receive False Errors in the Error List in Visual Studio 2012 When Creating a New C# Workflow Service Project
Ed Price - MSFT
When you create a new C# WCF Workflow Service Application in Visual Studio 2012 that targets .NET Framework 4.5, you may notice errors similar to the following in the Error List when the project is first created or opened: Error 1 The type or namespace name 'Data' does not exist in the...
on
21 Feb 2013
Wiki Page:
Building a WCF/WF4 Workflow Service Project Might Fail if There Is a ";" in the Path
Ed Price - MSFT
If you are building a WCF Workflow Service in Visual Studio 2010 the build may fail with one of two errors if there is a ; (semicolon) character in the path. The error that you get may be one of the following: Unable to delete file "C:\WFProjects\Valid;Path\WorkflowConsoleApplication1...
on
19 Feb 2013
Wiki Page:
AppFabric FAQ: Development
Ed Price - MSFT
General Development Q: What do I need to do to my WF or WCF applications to have then work in AppFabric? A: There are no special requirements for creating an application beyond ensuring that the application can be hosted in the WAS hosting environment. The default project templates in Visual...
on
19 Feb 2013
Wiki Page:
Windows Workflow Foundation (WF) Overview
Andrielle Azevedo
Table of Contents Getting Started with WF WF Community Resources Forums Blogs Screencasts WF Wiki Pages See Also Other Languages Deutsch (de-DE) Windows Workflow Foundation (WF) provides a programming model, in-process workflow engine and rehostable designer to implement long-running processes as...
on
18 Feb 2013
Wiki Page:
Hands-On-Lab: Introduction to Workflow Services using .NET Framework 4
Yagmoth555
Hands-On Labs I ntroduction to Workflow Services using .NET Framework 4 Contents Overview .. Setup Task 1 – Installing the Web Platform, Visual Studio and Windows Server AppFabric Task 2 – Creating the Databases Task 3 – Installing and Configuring...
on
8 Feb 2013
Wiki Page:
Hands-on Lab: Introduction to Windows Workflow Foundation in .NET Framework 4
Yagmoth555
Hands-On Lab Introduction To Windows Workflow Introduction to Windows Workflow Foundation in .NET Framework 4 Contents Table of Contents Overview Exercise 1: Hello Workflow Task 1 – Creating a Simple Hello Workflow Application . Exercise 1 Verification ...
on
7 Feb 2013
Wiki Page:
Installing Service Bus Server 1.0
Damir Dobric
In July 2012 Microsoft has for the first time published a peace of Windows Azure which is installable locally (On-Premise). It is Service Bus (currentlly in Version 1 - BETA) which is slightly adapted version of Windows Azure Service Bus. If you are aware of this product this post will help you to...
on
4 Jan 2013
Wiki Page:
Domande frequenti su AppFabric: sviluppo (it-IT)
Luigi Bruno
NOTA: le risorse elencate nel presente articolo sono disponibili solo in lingua Inglese. Sviluppo in generale D: Cosa devo fare con le mie applicazioni WF o WCF applications per far sì che possano lavorare in AppFabric? R: Non ci sono requisiti speciali per la creazione di un'applicazione...
on
25 Nov 2012
Wiki Page:
WF projects that use new .NET 4.5 features fail to build when re-targeted to .NET Framework 4
dplotnikov - mvp
Windows Workflow Foundation (WF) in .NET Framework 4.5 introduces many new features, such as new activities, designer capabilities, and workflow development models. These features are described in What's New in Windows Workflow Foundation in .NET 4.5 . These new WF features are not available for...
on
31 Aug 2012
Wiki Page:
Using Persistence Participants in .NET Framework 4 Workflows
Fernando Lugão Veltem
When authoring workflow applications using .NET Framework 3.0 and 3.5, developers could use the IPendingWork interface to perform transactional work as a part of the persistence transaction of the workflow. In .NET Framework 4 workflows, there are two classes that can be used to achieve similar functionality...
on
21 May 2012
Wiki Page:
Passing arguments to activities scheduled by NativeActivity (WF)
Fernando Lugão Veltem
When scheduling activities using the NativeActivityContext.ScheduleActivity method, it isn't immediately obvious how to flow arguments into that activity. Since the scheduled activity doesn't have access to the parent activity's arguments (as a child activity would), it's necessary to...
on
21 May 2012
Wiki Page:
AppFabric FAQ: Entwicklung (de-DE)
Horizon_Net
Allgemeine Entwicklung F: Was benötige ich um meine WF- oder WCF-Applikation in der AppFabric zum laufen zu bringen? A: Es gibt keine besonderen Anforderungen um Applikation zu erstellen außer dass die Applikation in einer WAS-Umgebung gehostet werden kann. Die Standardprojektvorlage...
on
17 Mar 2012
Page 1 of 2 (26 items)
1
2
Can't find it? Write it!
Post an Article