When I heard about WF I wanted to know what it was for and why I, as a desktop application developer, need to use it. I spent days reading articles about WF and NEVER ONCE did they mention that it was for distributed web applications or middle tier business logic. It is completely USELESS for those who write fast desktop applications in .Net.
@Entropy56 If you are just writing a desktop application with no database interaction or stateful communication to other instances or applications, sure, its overkill. But if you actually have some infrastructure around your application, then it makes more sense. It sounds like you are looking for a solution (WF) in search of a problem (your .net app).
When I heard about WF I wanted to know what it was for and why I, as a desktop application developer, need to use it. I spent days reading articles about WF and NEVER ONCE did they mention that it was for distributed web applications or middle tier business logic. It is completely USELESS for those who write fast desktop applications in .Net.
Entropy56 1 year ago
@Entropy56 If you are just writing a desktop application with no database interaction or stateful communication to other instances or applications, sure, its overkill. But if you actually have some infrastructure around your application, then it makes more sense. It sounds like you are looking for a solution (WF) in search of a problem (your .net app).
admink9 10 months ago