Tag Archives: MVC

ExecuteCore() method in base controller is not firing in the MVC 4 RC

Generally we use BaseController in MVC which is inherited by all other controllers. In BaseController, We write  common code which can be used in the all pages e.g. setting the language in the current thread for multilingual site. One of … Continue reading

Posted in MVC | Tagged | Leave a comment