Visual Basic .NET coding
Posted: (EET/GMT+2)
I helped a friend of mine to get started with an ASP.NET web application. My friend doesn't know C# which I prefer, so we chose to use VB.NET.
Since I haven't used VB.NET much at all, I had to refresh my memory how the language syntax went. But the good thing was that I've been using ASP.NET quite a lot with both C# and Delphi, so luckily, I had that knowledge on my side.
In addition to learning some VB.NET stuff, it once again wonders me how much power the .NET framework can give you as a developer, since you can use your skills in the framework no matter which programming language you choose.
After that, it isn't much else than just language syntax. And, the ASP.NET QuickStart Tutorials help here a lot.