Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search Windows Workflow
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
Windows Workflow
»
Windows Workflow Community Blogs via Syndication
»
February, 2011
February, 2011
Windows Workflow
This is the top level group for Microsoft Windows Workflow Foundation. Find blogs, samples, videos, and learning resources for various versions of workflow including 3.0, 3.5, and 4.0 here.
Get this RSS feed
Home
Blog
Files
Wiki
Sitewide Application Navigation
Home
Blogs
Media
Forums
Wikis
Groups
Options
Email Blog Author
RSS for posts
Monthly Archive List
Archives
May 2013
(8)
April 2013
(11)
March 2013
(10)
February 2013
(7)
January 2013
(14)
December 2012
(7)
November 2012
(7)
October 2012
(10)
September 2012
(8)
August 2012
(7)
July 2012
(22)
June 2012
(10)
May 2012
(6)
April 2012
(10)
March 2012
(4)
February 2012
(6)
January 2012
(8)
December 2011
(11)
November 2011
(8)
October 2011
(11)
September 2011
(23)
August 2011
(18)
July 2011
(2)
June 2011
(5)
May 2011
(17)
April 2011
(22)
March 2011
(25)
February 2011
(11)
January 2011
(20)
December 2010
(17)
November 2010
(10)
October 2010
(7)
September 2010
(2)
August 2010
(3)
July 2010
(1)
June 2010
(7)
May 2010
(4)
April 2010
(11)
March 2010
(12)
February 2010
(7)
January 2010
(25)
December 2009
(23)
November 2009
(20)
October 2009
(3)
September 2009
(1)
July 2009
(2)
June 2009
(2)
Tags
.NET
AppFabric
ASP.NET
Azure
Cloud
Community News
Denali
designer
expressions
ExpressionTextBox
Kushal Shah
MVC
Sharepoint 2010
SharePoint 2013
SSAS
Tabular Model
Talks
Visual Studio
vs2010
WCF
WF
WF 4.0
WF4
Workflow
Workflowrkflow
Windows Workflow Community Blogs via Syndication
Windows Workflow Foundation related bloggers. All content is property of the original blog owner.
RSS for posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Workflow Community Blogs via Syndication
(WF4) Workflow 4.0 Hosting Extensions Redux
Posted
over 2 years ago
by
Anonymous
(Foreword: I tried to write one article about Extensions already, but what I produced could possibly be considered too condensed. For my encore, here is the longer, more explicit version with some actual hosting code to look at, and that also gives you a general idea of how to use bookmarks in custom activities. Feedback in the form of comments is always appreciated [and moderated for spam filtering].) Much like sliced bread, workflow hosting extensions are a great idea . However, it is not necessarily...
Windows Workflow Community Blogs via Syndication
36 Hour Free Offer: jQuery Fundamentals Training
Posted
over 2 years ago
by
Anonymous
Pluralsight (a great .NET training company) is offering the opportunity to watch their jQuery Fundamentals course for free for the next 36 hours. The course is presented by the most excellent Dan Wahlin and contains 5 hours of great end to end content. Pluralsight will be offering this jQuery Fundamentals course for free until Thursday evening (9pm PST). Pluralsight has about 100 other great training courses available similar to this one. They recently launched a new subscription plan...
Windows Workflow Community Blogs via Syndication
ASP.NET mvcConf Videos Available
Posted
over 2 years ago
by
Anonymous
Earlier this month the ASP.NET MVC developer community held the 2nd annual mvcConf event . This was a free, online conference focused on ASP.NET MVC – with more than 27 talks that covered a wide variety of ASP.NET MVC topics. Almost all of the talks were presented by developers within the community, and the quality and topic diversity of the talks was fantastic. Below are links to free recordings of the talks that you can watch (and optionally download): Scott Guthrie Keynote The NuGet...
Windows Workflow Community Blogs via Syndication
Secrets of the XAML Build Task
Posted
over 2 years ago
by
Anonymous
(Or: [not] using XAML Build Task in a rehosted scenario.) Motivated by some old , less old , and recent forum threads about allowing compositional workflows in a rehosted designer scenario, with the ability to reuse activities created in XAML, I have finally played through some options for building assemblies directly from rehosted designer XAML. First though, let’s look at the standard option for compiling workflow assemblies. What normally happens when you build XAML files in an Activity Library...
Windows Workflow Community Blogs via Syndication
NuGet 1.1 Released
Posted
over 2 years ago
by
Anonymous
This past weekend the ASP.NET team released NuGet 1.1 . Phil Haack recently blogged a bunch of details on the enhancements it brings, as well as how to update to it if you already have NuGet 1.0 installed. It is definitely a nice update (my favorite improvement is that it no longer blocks the UI when downloading packages). Read Phil’s blog post about the NuGet 1.1 update and how it install it here . NuGet is Not just for Web Projects NuGet is not just for ASP.NET projects – it supports...
Windows Workflow Community Blogs via Syndication
WF4 Performance Tip–Cache Activities
Posted
over 2 years ago
by
Anonymous
When you create a new WorkflowConsole application you will see a line of code like this 1: WorkflowInvoker.Invoke( new Workflow1()); Looks innocent enough right? If you were only going to invoke this activity once this is not a problem. But what if you were going to invoke this activity thousands of times? Suppose you wanted to use the activity in a WCF Service? What would the performance characteristic be? You need to understand what happens when you create and invoke an activity. There is...
Windows Workflow Community Blogs via Syndication
ContextBoundObject – #2 – Contexts and Interception
Posted
over 2 years ago
by
Anonymous
For background: in ContextBoundObject #1 – Creating Contexts we started reverse engineering SynchronizationAttribute to figure out how to create Contexts for ContextBoundObjects . Creating a Context was fairly easy and… on it’s own useless. Yes, a context possibly got created, but does that do anything on its own? Not really. At this stage it’s like we created a filter which is all holes and lets everything fall through. What does it take to actually do something when cross-context calls occur? Looking...
Windows Workflow Community Blogs via Syndication
Special 48-Hour Offer: Free ASP.NET MVC 3 Video Training
Posted
over 2 years ago
by
Anonymous
The Virtual ASP.NET MVC Conference (MVCConf) happened earlier today. Several thousand developers attended the event online, and had the opportunity to watch 27 great talks presented by the community. All of the live presentations were recorded, and videos of them will be posted shortly so that everyone can watch them (for free). I’ll do a blog post with links to them once they are available. Special Pluralsight Training Available for Next 48 Hours In my MVCConf keynote this morning, I...
Windows Workflow Community Blogs via Syndication
Getting MDBG running on .net 4.0 framework
Posted
over 2 years ago
by
Anonymous
MDBG is, briefly, a sample managed library for writing debuggers which uses COM interop and the CLR hosting debugger APIs ( ICorDebug interface etc.). As far as I can find, the most recent version of the MDB sample is still the .net 2.0 version, which doesn’t work for hosting .net 4.0 applications. When I say doesn’t work, I mean in a somewhat subtle, non-obvious way, as in fact everything appears to work fine at first, you can indeed fire up a debuggee process, and you can indeed receive the ‘process...
Windows Workflow Community Blogs via Syndication
ContextBoundObject – Part #1 – Making Contexts
Posted
over 2 years ago
by
Anonymous
[Deviation from WF posting again.] Sometimes you learn enough about something just well enough to write some code that is useful. A month later, you wake and say… ‘but I still don’t really feel like I know what is going on.’ Today is such a day to clear my head - today that something is ContextBoundObject. So far, I have a vague or general idea what ContextBoundObject is supposed to do – what I lack is details! So I’m going to start teaching myself. Obligatory disclaimer: I may work at MS but, in...
Windows Workflow Community Blogs via Syndication
Feb 2nd Links: Visual Studio, ASP.NET, ASP.NET MVC, JQuery, Windows Phone
Posted
over 2 years ago
by
Anonymous
Here is the latest in my link-listing series . Also check out my Best of 2010 Summary for links to 100+ other posts I’ve done in the last year. [I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] Community News MVCConf Conference Next Tuesday : Attend the free, online ASP.NET MVC Conference being organized by the community next Tuesday. Here is a list of some of the talks you can watch live. Visual Studio HTML5 and CSS3 in VS 2010 SP1...
Page 1 of 1 (11 items)