User-1087604911 posted
Any help that could help in bringing up arguments for one particular language (I don't want to mix languages in our development as this brings more complexity into our team) would be highly appreciated! > I have been posting on this for three years now see
Its the Runtime Stupid. Languages just don't matter in the world of the CLR. Its all about the runtime baby. 90% of all code you will write in .NET, whether it be C#, VB.NET or MC++, will be for the
Framwork Libraries (BCL) and the learning curve in .NET is always the runtime + libraries and *not* the languages. The langauges exist purely to express the semantics of the CLR/CTS and access the BCL. Nothing more, nothing less. In terms of language debates,
they have been happening for 3 years now and they are all boring. Pick the language you are most comfortable with of its syntax because thats all it comes down to these days. As to IDEs I didn't see anything in C# Builder that would make me want to switch
but I am building with NAnt and using NUnit a lot these days anyhow.