Posted on: 8/27/2014 4:41:01 PM | Views : 451

Lots of new development is planned for a VB.Net 4.0 WebForms project.
We'd love too find a strategy to do much of new development in C#, but not finding much info on how this could be done, and several claiming to know that it can't be done.
Previously, I had CSCode and VBCode subfolders in App_Code but the app has been upgraded to a Visual Studio Project, so that option is no longer available. CSCode was moved to external class projects.
We've built referenced project classes and ajax services in C#, but are there any ways to integrate UI components in C# into the main VB.NET project, such as MVC views (and controllers)?
Thanks.

Go to the complete details ...