When one is programming in the Visual Studio IDE, does it really matter what language is used? My understanding is that the Common Language Runtime gives all the languages in Visual Studio virtually the same functionality, so it just comes down to what you are more comfortable with. I love VB.NET but I've found C# to be a bit irritating. To me, you can look at VB code, even if you've never seen it before, and figure out what it's doing. C# is much less intuitive. I guess it just depends on what background you come from... a C++ or Java person will probably go the C# route, while VB folks will go with VB.NET
Is there really any major advantage to using one or the other if you can accomplish the same things with them?
Is there really any major advantage to using one or the other if you can accomplish the same things with them?
