Re: C# vs VB.Net

Tech-Archive recommends: Fix windows errors by optimizing your registry



Not a hidden secret - it's wide open, and that is that most computer
science people were brought up on C and Java. There were significant
differences between earlier versions of VB and C++, but those have
diminished since VB has matured and C# has implemented garbage
collection and the like.

90% of what you do in a .NET project uses the .NET CLR, and 90% of the
code should be verbatem identical between a VB.NET and C# project.

So, if you're a good VB.NET programmer, spend a couple weeks
translating some of your VB code to C# and then go ahead and apply for
that C# job and tell them exactly what you did. If they don't want you
based on that, you don't want to be working for them.


Manny Chohan wrote:
Hey Guys,

Can some one tell me why is there more demand for C# vs VB .NET? Personally
i have programmed in VB .net a little bit and have found it easier to use.

Is there any hidden secret about C#?

Please let me know.

Thanks

Manny

.