I'm trying to locate examples on how to implement .net 4 workflow into an asp.net site.
So far all of the examples I've come across have referenced workflow as it existed in .net 3.5.. Which is different.
I'd like to avoid having a WCF service container and instead just have the workflows loaded directly by the sites in question.
So, does anyone know of current (vs2010, .net 4) examples for workflow?