News

Microsoft announced that with .NET 5, VB's supported project types will increase beyond Class Library and Console applications to also support: Windows Forms WPF Worker Service ASP.NET Core Web API ...
The update, Visual Basic Upgrade Companion 9.3 (VBUC), has UI targeting options for the latest .NET versions, .NET 5 and .NET 6, for both C# and VB.NET. "This means VB.NET developers can keep using VB ...
VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation ...
VB.NET allows you to use Web services as if they were entirely local objects since most of the marshaling between the client and the server is taking place in the background. This tip shows you ...
Comparing strings with and without case sensitivity in VB.NET Your email has been sent Irina Medvinskaya offers an example that shows how VB.NET's String.Compare method can come in handy when you ...