We have a development company we are working with that wants to use VB.NET since that’s what they are most comfortable with and we prefer C#. This is a pretty large ASP.NET MVC software project and all of the front end will be done in JavaScript, so the .NET is server side only. Should we worry about them staying in VB and us in C#? What would be negatives of proceeding like this forward?
Share
Are the lines in the project so clear cut that you’re not going to be in the VB.NET code and they’re not going to be in your C#? It is rarely ever that clean and thus there will be a lot of context switching when you jump between files. You’re also asking a lot of whoever is going to maintain your project. Whoever is going to maintain it should probably get the first vote for the language.