|
|
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 "Windows Workflow","XAML"
|
Related DevelopMentor Courses
|
MORE
|
|
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
Guerrilla .NET
idioms like iterator methods, the lambda operator, and extension methods Write code that works well with the garbage collector Handle and throw exceptions properly Work with Windows Presentation Foundation (WPF) and XAML Write browser applications using Silverlight Manage long-running processes with Windows Workflow Foundation (WF) Threading and Concurrency Scale your application to multicore machines using threads Debug difficult problems using WinDBG, SOS, and ADPLUS Understand how the .NET How do I develop network services with Windows Communication Foundation?
DevelopMentor Courses
- Friday, June 12, 2009
Azure and .NET Services: Emerging Technology Bootcamp
NET Service Bus Explore the benefits of running workflow in the cloud Utilize SQL Services to handle relational data Discuss the improved features of Workflow 4.0 Utilize new capabilities to integrate WF and WCF Host and manage workflows using Dublin Model applications using Oslo: the repository, Quadrant, and "M" Write multi-core enabled applications using PFx and query using PLinq Explore new features of Windows 7: Ribbons, Jumplists, Libraries, and Multi-touch PDC 2008 was packed with exciting announcements for developers: Windows 7; Windows Azure with its multiple layers of .NET,
DevelopMentor Courses
- Friday, June 12, 2009
|
7 Articles match "Windows Workflow","XAML"
|
The Latest from DevelopMentor
|
MORE
|
|
Loading XAML Workflows in WF4
RC 1 Most of the time I used compiled workflows in Windows Workflow Foundation 4. Its nice and easy, you design the workflow, compile it and at runtime there is a .NET NET type you use to create and run workflows. The main drawback is that this approach Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Sunday, March 7, 2010
NativeActivity – A Tricky Beast
Windows Workflow Foundation 4.0 declarative model in XAML by assembling building blocks graphically. 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. I’m writing Essential
Windows with Maurice for DevelopMentor .
One
.NET Meanderings
- Tuesday, February 9, 2010
Rehosting the Workflow Designer in WF4
Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application. But possible is about all there was to say about it as it was pretty hard to do anything beyond the basics. With Windows Workflow Foundation 4 live has become much better on the rehosting front In fact it is possible to create the fully functional and useful workflow editor below in about 200 lines of code. Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Wednesday, December 23, 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
-
Loading XAML Workflows in WF4
RC 1 Most of the time I used compiled workflows in Windows Workflow Foundation 4. Its nice and easy, you design the workflow, compile it and at runtime there is a .NET NET type you use to create and run workflows. The main drawback is that this approach Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Sunday, March 7, 2010
-
Rehosting the Workflow Designer in WF4
Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application. But possible is about all there was to say about it as it was pretty hard to do anything beyond the basics. With Windows Workflow Foundation 4 live has become much better on the rehosting front In fact it is possible to create the fully functional and useful workflow editor below in about 200 lines of code. Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Wednesday, December 23, 2009
-
Combining WCF and WF4
There are several ways to use WCF in combination with Windows Workflow Foundation 4. The two can be combined inside of a XAMLX file as Ron Jacobs describes here . Another option is using the WF4 Receive and SendReply activities and hosting the workflow yourself using a WorkflowServiceHost. When I was trying to get things working using a declarative workflow and the designer Visual Studio 2010 would keep in locking up so all workflows in this example will be coded using C#. This is quite a useful option but, at least at the moment, not quite straightforward.
The Problem Solver
- Wednesday, August 5, 2009
-
Article: 10 Features in .NET 4.0 that made Me Smile
Speaking of that XAML stuff, if you write WPF or Silverlight code and don’t know MVVM,
stop Smiles baby!
WF (Windows Workflow Foundation) has an AsyncCodeActivity class.
If you have looked at long-running workflows in .NET I recently wrote another article for DevelopMentor 's
Developments Developments newsletter (not subscribed yet?
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
-
NativeActivity – A Tricky Beast
Windows Workflow Foundation 4.0 declarative model in XAML by assembling building blocks graphically. 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. I’m writing Essential
Windows with Maurice for DevelopMentor .
One
.NET Meanderings
- Tuesday, February 9, 2010
-
Writing a Language Compiler - Why Target WF?
TextFlow is (among other things) a language compiler that generates Windows Workflow
programs ordinarily you create WF programs from code, or using XAML. language syntax as yet another means to define workflows... some potential workflow
authors My side project TextFlow is coming
along along nicely...
There Must Be Some Mistake
- Tuesday, March 11, 2008
|
|
|