We'd like to use the ASP.Net MVC Framework to extend (and gradually convert) an existing ASP.Net Webforms application which we've "inherited". I know that we can add MVC into a Webforms project, but the existing project is written in VB.Net and we would much prefer to use C# going forward.
Our ideal solution is to be able to add Controllers written using C# and Views also using C#, but I'm not sure that's possible.
Does anyone have any ideas how we could achieve this hybrid of languages as well as frameworks?