Hi
We have an existing project - asp.net website using Vb.net - that was developed +- 2 years ago. The client would now like to add a substantial list of features to the system.
My Question :
What are the pros and cons of writing all the new features in C#? All our new pages and new assemblies will then be done in C#.
Some of the developers working on the project has never worked in Vb.net and are not familiar with the syntax. C# is also our language of choice, and we are familiar with the syntax.
Is mixing languages a good idea? Will this make maintenance difficult?
Thanks