|
06.07.07 From VB.NET To C# By
Mads Kristensen Coming from the Visual Basic world, I used to find many examples throughout the web written in VB and VB.NET.
Then I got hired by Traceworks which was a VB.NET company, but they decided to move to C# because they couldn't find employees that wanted to code VB.NET.
So, I made the switch and haven't looked back since.
I haven't written one line of VB.NET code for 2½ years.
In the beginning when I searched Google for some CRL specific stuff, it was very often that the code examples were in VB.NET.
I had no problem translating them to C# so I didn't care.
As the time passed, more and more I saw that C# code was taking over the VB.NET examples throughout the web.
Today, they do almost not exist unless you deliberately go to specific VB.NET sites like VB.NET Heaven.
Also, when you look at the job sections they are all about C#.
It seems that VB has been replaced in the enterprises since companies are only looking for C# developers.
There could be some differences from country to country - I haven't checked them all…
If we are to believe that VB.NET is leaving the enterprises, where does it exist then?
I keep seeing Channel 9 shows about the next releases of VB.NET and read some Microsoft blogs about it, but there really is no big hype in the blogosphere.
No one writes about it on the web except for the Microsoft folk.
Do you know what became of VB.NET?
Comments
About the Author: Mads Kristensen currently works as a Senior Developer at Traceworks located
in Copenhagen, Denmark. Mads graduated from Copenhagen Technical Academy with a multimedia degree in
2003, but has been a professional developer since 2000. His main focus is on ASP.NET but is responsible for Winforms, Windows- and
web services in his daily work as well. A true .NET developer with great passion for the simple solution.
http://www.madskristensen.dk/
|
| Recent
Articles |
Bind Countries From CultureInfo Class In C# Some people have asked me how BlogEngine.NET displays a dropdown list of countries when no source XML file is present. The simple answer is that you don't need any external list to bind...
See Who Calls Any Method In C# In some situations it can be important to know which methods are calling other methods. Think of an error log. Here you would like to know which method that threw the error and at what line in what file. This helps to debug runtime code and makes it very...
Compress & Decompress Strings In C# A couple of days ago, I had to store some very big strings in an XML file. To keep the file size down I wanted to compress the strings using a GZipStream and then decompress them...
|
|