News

I've covered the most common areas where VB.NET developers get tripped up when they use C# for the first time. Yes, you can solve the same problems in both languages, but you'll often do so in ...
VB.NET offers an improved palette for creating Web-based software. Programming the Web with Visual Basic .NET is a complete reference book that gives you all the info you need.
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.
The netbook that comes along for the ride is running a VB.NET program that can detect an upcoming intersection, read the street sign, and react based on other cars currently at the intersection.
I have been using dotnetwinpcap to use WinPcap in my VB.net program. However I find that I cannot decipher the results into something comparable to what Ethereal gives me in its "Packet Bytes" window.
ASP.NET Core, Microsoft’s cross-platform framework for web and mobile apps, will offer a combined, full-stack web programming model as part of the planned .NET 8 software development platform ...
The PrintDocument component is an object that allows users to send an output to a printer from Windows Forms applications. In this tip, I show you how to use the component in your VB.NET applications.
I am trying to create icons in VB.net programmically (basically numbers for the system tray). However I have done alot of mulling about the Graphics and Icon objects and I cannot find a simple way ...