|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
3 Articles match "Binding","Windows Workflow"
|
Related DevelopMentor Courses
|
MORE
|
|
Service-Orientation Today and Tomorrow
In Deutsch , klicken Sie hier Based on the ranges of topics below, you will be able to take the first steps in the world of Service-Orientation and Cloud Computing with confidence and above all be prepared for future projects: Service-Orientation Cloud and Cloud Computing Identity Management and Claims-Based Identity Windows Communication Foundation (WCF) Windows Workflow Foundation (WF) Azure Services Platform (with Windows Azure and .NET Come experience Service-Orientation Today and Tomorrow with a trend-setting group of topics, including Cloud Computing and how
DevelopMentor Courses
- Friday, June 12, 2009
Mastering .NET 3.5 featuring LINQ, WPF, WCF & WF
Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates Write LINQ to XML queries to search XML documents and save them to disk Build rich client applications with XAML and WPF that run standalone or in a browser Use WPF data binding and XAML to separate your code and UI elements Build service-oriented WCF services, as well as REST-based services and RSS / ATOM feeds Manage concurrency and state with WCF and handle exceptions appropriately Design robust workflow-oriented programs with Windows Workflow
DevelopMentor Courses
- Friday, June 12, 2009
What's New in .NET 4.0
Create workflows that can model complex processing using flowchart workflows. Create declarative services using workflow that can be deployed as simple text files Decouple your entity model from the data using Plain Old CLR Objects (POCOs). Build Windows 7 ready applications with WPF 4.0. Leverage new features of C# 4.0, including named and optional parameters and dynamic typing.
DevelopMentor Courses
- Monday, August 10, 2009
|
13 Articles match "Binding","Windows Workflow"
|
The Latest from DevelopMentor
|
MORE
|
|
NativeActivity – A Tricky Beast
Windows Workflow Foundation 4.0 EndExecute) to perform short lived async operations where you do not want the workflow
persisted This gives you full access to the power of the workflow execution engine. the delay but this would not be good for the workflow engine: we block a thread
it I’m writing Essential
Windows with Maurice for DevelopMentor .
One
.NET Meanderings
- Tuesday, February 9, 2010
MVVM: Service Locator
the Visual Studio extensibility API, Windows Workflow and a variety of other projects.
The decide what the concrete implementation should be – for example in the Workflow world,
the string to the console window, while a web application might define the same service
as In this post, we’ll explore the service locator (called ServiceProvider in
the the library) and introduce the specific services included with the MVVM Helper library
(as
Mark's Blog of Random Thoughts
- Wednesday, January 27, 2010
Flowing transaction into a workflow using WF4
Beta 2 One of the things that wasn’t possible in Windows Workflow Foundation 3 was flowing transaction over a WCF service request into a workflow. We could have transactions on the client, we could have transactions on the server but they would not be able to cooperate. Fortunately that is one the problems that Windows Workflow Foundation 4 solves for us. In WF4 we can use the ReceiveAndSendreply template to configure a workflow as a service and accept WCF calls. Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Monday, December 21, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Getting started with Windows Workflow Foundation 4
As you may have heard Windows Workflow Foundation 4 is not an upgrade from Windows Workflow Foundation 3 (or 3.5). In fact Windows Workflow Foundation 3 was the first version and 3.5 And as WF 4 is a complete rewrite we should approach it as a new product and forget just about everything we already know about WF 3. That might be a bit surprising, after all we still have activities and a workflow runtime right? The version numbers might suggest that the previous version was quite mature but in fact it refers to the version of the .NET NET framework.
The Problem Solver
- Monday, June 22, 2009
-
Using Windows Workflow Foundation 4 Receive from an non WF client
In a previous blog post I described how to use the WorkflowServiceHost and host a workflow with a Receive activity that waits for WCF messages. However a lot of clients out there are not going to be workflows but “regular” code that calls into out workflow. In our workflow the operation is named “Operation1” and our service contact name was “MyService” with the default namespace of “ http://tempuri.org ”. I also added a WF4 client that called the service and received a response.
The Problem Solver
- Wednesday, August 19, 2009
-
Data and Windows Workflow Foundation 4
One thing that has completely changed in Windows Workflow Foundation is the way we work with data in a workflow. Dependency properties left the way data was stored to be handled by the workflow runtime but in our program we could use them just like any other property. And the big bonus was we could use property binding to tie different properties on different activities together in any way we saw fit. In WF 3 we used properties to store data. We could use regular .NET
The Problem Solver
- Monday, July 20, 2009
-
Recommended reading for C# starters
Windows Forms
Windows
Forms Binding with Windows Forms 2.0 Windows Presentation Foundation by Chris Anderson
Windows
Presentation Workflow
I regularly get asked for references on which books are interesting for people starting
with with C# and .NET.
The Blomsma Code
- Saturday, January 17, 2009
-
Activity correlation in Windows Workflow Foundation 4
There are two types of correlation to think about in Windows Workflow Foundation: Message correlation Basically sending multiple requests to the same workflow. Activity correlation Making sure two activities work together. In this post I am going to show activity correlation Activity correlation is used when multiple activities form a single logical action. However sometimes we might need to do so ourselves because we create a workflow in a different way, like using regular code. So when we start using the Send and ReceiveReply
The Problem Solver
- Wednesday, December 2, 2009
-
Six Things That’ll Surprise You About .NET 4.0
Yes, previously you could drag a build output window to a second monitor or the
properties properties window to the side. and designers, were solidly grounded in the one IDE window.
that Windows Workflow 4 has been completely rewritten for .NET I recently wrote an article for DevelopMentor ’s
Developments Developments entitled
“ Six Things
That’ll
Michael C. Kennedy's Weblog
- Wednesday, November 11, 2009
-
WF4&WCF and message correlation
This same some more about sending multiple messages to the same workflow, AKA Workflow Correlation. One of the ugly parts of Windows Workflow Foundation 3 was the message correlation part when you used WCF to send multiple messages to the same workflow. When using WF3 you where forced to use one of the context bindings like BasicHttpContextBinding or WSHttpContextBinding. This guid was the workflow instance ID but having to use that on the client means the client had to be very aware of the server technology used, something that goes against
The Problem Solver
- Wednesday, September 2, 2009
|
|
|