I am quite familiar with MVC frameworks as I have been programming with Colfusion and the Coldbox MVC framework.
In Coldfusion/ColdBox there is an easy way to tap in to the request by just using the onRequest method built in to Coldfusion's application.cfc framework. So in my transition to ASP.NET MVC I am trying to find the comparable way of using the request scope.
