Changing default value from vb.net to C #

This is a Visual Studio related issue. I have an existing empty mvc project and you want to add an empty controller.

It was a mistake on my part, but when I add a controller, by default it is VB.net, not C #. Is there a way to make sure that the added controller is C # and not vb without re-creating the whole project?

considers

+4
source share

All Articles