|
|
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.
|
7 Articles match "Visual Studio","Workflow"
|
Related DevelopMentor Courses
|
MORE
|
|
Mastering Development with Microsoft Office SharePoint Server (MOSS)
In this intensive 5-day course, developers will build on their fundamental knowledge of the WSS architecture and learn how to take advantage of the comprehensive content management, workflow, forms, business intelligence, and reporting services provided by this integrated suite of tools. Web Based Authoring SharePoint Publishing Architecture and Object Model Custom Fields Development Custom Document Converter Development Records Management SharePoint as a Record Management Platform The Default Record Repository Developing a custom records repository Built-in and custom Information Management
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 You learn a myriad of patterns and best practices, and you get hands-on experience developing applications
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). This release sees: the introduction of a new library for writing multithreaded code, PFx; a rewrite of the workflow infrastructure first introduced in .NET Leverage new features of C# 4.0, including named and optional parameters and dynamic typing.
DevelopMentor Courses
- Monday, August 10, 2009
|
14 Articles match "Visual Studio","Workflow"
|
The Latest from DevelopMentor
|
MORE
|
|
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 the message visualizer you could do this:
{rtf1ansiansicpglang1024noproof65001uc1 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
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. And Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Wednesday, December 23, 2009
Executing Workflows from XAML Files
entry to describe how to run a workflow declared in a XAML file.
You Visual Studio 2010 workflow projects store the XAML as a resource in the binary rather
than So if you want to deploy your workflows as XAML text files how
do you could pass the workflow runtime an XmlReader pointing
at Seeing as this has changed completely from WF 3.5 I thought I’d post a quick blog
entry
.NET Meanderings
- Thursday, December 17, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Six Things That’ll Surprise You About .NET 4.0
as well as Visual Studio 2010. Visual Studio 2010
part of Visual Studio and .NET? 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
-
Unit Testing Coming to a Workflow Near You
Advances in Unit Testing Windows Workflow" ]
If you've been working with Windows Workflow, you'll find it has some cool features
for In fact the architecture that makes Windows Workflow powerful
(strict strict separation of workflow, activities, and the host for example) really gets
in [Update: See the follow up post "Significant
Advances If
Michael C. Kennedy's Weblog
- Tuesday, September 30, 2008
-
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. And Note: This blog post is written using the .NET NET framework 4.0
The Problem Solver
- Wednesday, December 23, 2009
-
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? Well wrong actually! There The version numbers might suggest that the previous version was quite mature but in fact it refers to the version of the .NET
The Problem Solver
- Monday, June 22, 2009
-
.NET 3.5 Brings Breaking Changes to ThreadPool
SqlCommand.BeginExecute*, Windows Workflow , and more. Tags: DevelopMentor Visual Studi Holy smokes! I thought we had figured out something significant when I posted .NET
3.5 NET
3.5
Michael C. Kennedy's Weblog
- Monday, February 25, 2008
-
Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations.
It Testing Coming to a Workflow Near You . state-of-the-art with regard to unit testing workflows, circa September 2008.
Testing Activities with Windows Workflow Foundation by
Ron It is not a framework like HarnessIt , NUnit ,
or
Michael C. Kennedy's Weblog
- Sunday, January 18, 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
|
|
|