Orchestrator Pattern

Published on Author Michael

I’m finishing up my company’s second rewrite of an ASP.NET application to MVC and Razor.  One of the things we learned along the way is that controllers and views are no more testable than forms and code behinds in ASP.NET.  So we have been using the orchestrator pattern for newer code.  I’d like to share… Continue reading Orchestrator Pattern