A friend was recently reviewing some Visual Basic code that I was having an issue with. As we looked at one particular section of code, he said "You could really tighten up this code with a couple ...
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 ...
Version 14 of nearly 24-year-old language features enhancements for catching errors, but it's unlikely to draw new developers Visual Basic, originally released by Microsoft in early 1991, may seem a ...
How the Microsoft co-evolution strategy has shaped the two flagship languages of the .NET Framework, and what it means for developers going forward. When Microsoft released Visual Studio 2010 and the ...
Microsoft's latest version of Visual Basic, often called VB.NET, can help you create professional looking desktop applications and websites quickly. That's possible because the .NET framework upon ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
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 ...
Usually, I use the Serial Monitor of the Arduino IDE to communicate with the Arduino hardware. But now, I want to build an application on my computer that allows me to click some buttons to control ...