Microsoft's .NET platform changes the face of Visual Basic programming. The first major step in the .NET strategy was the release of the new development suite, Visual Studio.NET. The development ...
A monthly overview of things you need to know as an architect or aspiring architect.
C# is the future for .NET developers, so it's time to limit Visual Basic’s use to on-premises legacy systems In a series of blog posts last week, Microsoft detailed fundamental changes to how it ...
Microsoft has revealed it will support Visual Basic on .NET 5 but also that it has no plans to evolve the language. As Microsoft's .NET team notes, Visual Basic on .NET Core only supported Class ...
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 forces ...
The TIOBE index report on programming language popularity each month picks one language for special attention, which in the December edition is Visual Basic.NET because it reached an all-time high.
Despite renewed developer hue and cry to do something with "classic" Visual Basic sparked by the recent 25th birthday celebration for the programming language, Microsoft is showing no signs of caving ...
If you want to allow users to print form components in run-time, the PrintDocument component lets you offer users this functionality. The PrintDocument component is an object that allows users to send ...
Reading and writing text files is an essential task in any programming language. Follow this step-by-step approach to working with text files in VB .NET using the System.IO namespace. Years ago, when ...