0
kicks
ASP.NET MVC Tip #18 – Parameterize the HTTP Context
Context is the enemy of testability. In this tip, Stephen Walther demonstrates how you can eliminate, once and for all, the HTTP Context from an ASP.NET MVC application by creating a custom Action Invoker and Controller Factory.