Browse by Tags

Tagged Content List
  • Wiki Page: AppFabric Architecture Guide Intro

    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...
  • Wiki Page: Business Rules: Decision Services for Business Applications

    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...
  • Wiki Page: How to Programmatically Add a Workflow Variable when Rehosting the Workflow Designer

    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...
  • Wiki Page: Whether or Not to Use BizTalk Server or AppFabric to Host .NET 4 WCF/WF Services

    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...
  • Wiki Page: Passing Arguments to an ActivityAction (WF)

    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...
  • Wiki Page: Windows Workflow Foundation (WF) FAQ

    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...
  • Wiki Page: Windows Workflow Foundation (WF) Überblick (de-DE)

    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...
  • Wiki Page: Serviceentwicklung für Windows Server AppFabric (de-DE)

    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-...
  • Wiki Page: Developing Services for Windows Server AppFabric

    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...
  • Wiki Page: How to Determine the Arguments of an Arbitrary Activity (WF)

    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...
  • Wiki Page: Using ReceiveAndSendReply Inside a Pick Activity (WF)

    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...
  • Wiki Page: Workflow Foundation (WF4)

    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...
  • Wiki Page: Workflow Foundation (WF4) (de-DE)

    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...
  • Wiki Page: You May Receive False Errors in the Error List in Visual Studio 2012 When Creating a New C# Workflow Service Project

    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...
  • Wiki Page: Building a WCF/WF4 Workflow Service Project Might Fail if There Is a ";" in the Path

    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...
  • Wiki Page: AppFabric FAQ: Development

    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...
  • Wiki Page: Windows Workflow Foundation (WF) Overview

    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...
  • Wiki Page: Hands-On-Lab: Introduction to Workflow Services using .NET Framework 4

    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...
  • Wiki Page: Hands-on Lab: Introduction to Windows Workflow Foundation in .NET Framework 4

    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 ...
  • Wiki Page: Installing Service Bus Server 1.0

    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...
  • Wiki Page: Domande frequenti su AppFabric: sviluppo (it-IT)

    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...
  • Wiki Page: WF projects that use new .NET 4.5 features fail to build when re-targeted to .NET Framework 4

    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...
  • Wiki Page: Using Persistence Participants in .NET Framework 4 Workflows

    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...
  • Wiki Page: Passing arguments to activities scheduled by NativeActivity (WF)

    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...
  • Wiki Page: AppFabric FAQ: Entwicklung (de-DE)

    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...
Page 1 of 2 (26 items) 12
Can't find it? Write it!