I was recently at a Techdays seminar, at the SOLIDify Your Microsoft ASP.MVC MVC Applications session. The instructor had a demo that had mapping Interfaces to Methods from the Global.asax file OnApplication_Start().
So anywhere in the web application he could simply do IDate.GetMyDate() and it would return the date.
I was wondering if anyone knew how he coded it in the global.asax file.
Thanks