Learn how to store, modify, and retrieve information from a configuration file in Visual Basic.

Learn how to store, modify, and retrieve information from a configuration file in Visual Basic.
Hannes du Preez shows you how to create a program to scrape text from a website.
Learn how to use the built-in SQL Server stored procedures with your VB.NET programs.
Learn how to create a Gaussian Blur effect on images using your VB.NET program.
The very first thing you need to learn when creating a game is how to make objects move. Hannes du Preez shows you how to not only make objects move, but also how to determine when they collide.
Hannes du Preez demonstrates how easy it is to work with threads in your VB.NET applications.
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
Discover how to easily create and add WIN32 Services in .NET. You’ll also discover the Topshelf toolkit.
Learn how to store, modify, and retrieve information from a configuration file in Visual Basic.
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.