August 2012
Intermediate to advanced
490 pages
9h 14m
English
WF can also be used to control the flow of application execution. In this technique, the view model uses WF-based workflows to control the flow of application. This delegation results in better separation of concern by keeping the view model code more maintainable and testable. The following diagram uses workflow directly. It is preferable to introduce a service layer here between the view model and workflow. This would keep us from being over dependent on the Workflow technology. This also improves unit testability.

The latest platform update of .NET Framework 4.0 has included some features based on high public ...
Read now
Unlock full access