News

Optimization rules have changed under VB.NET-here are eight great new ways to build wicked-fast code.
vb-net Visual Basic is an approachable language with a simple syntax for building type-safe, object-oriented apps.
Mobilize.Net has updated its Visual Basic migration tool to support .NET 6. The firm specializes in migration software, with offerings for WinForms-to-web/cloud, VB6-to-.NET, Silverlight-to-HTML and ...
While I do my research in .net 5 on meta data of class type, I encounter how ref struct create in C# and I remember @VBAndCs work around on it but suffer the same rule as on C# without compiler che ...
VB.NET Selection Set samples By Philippe Leefsma The attached zip file has a VB.NET project that demonstrates how to select objects using .NET and COM Interop. It has three commands : SELSET: ...
Irina Medvinskaya offers an example that shows how VB.NET's String.Compare method can come in handy when you need to compare two string variables.
There are a variety of reasons why developers use globally unique identifiers (GUIDs), such as assigning unique identifiers to classes or when dealing with databases. This tip contains sample code ...