Pick up the basics of how to create dynamic assemblies and how to run dynamic code.
Latest Attributes Articles
What to Expect in Visual Basic in Windows 10
Come see some of the exciting and useful new features that will be available with Visual Basic 14 and Windows 10.
OP-ED: Process is Irrelevant
Knowledge, flexibility, and the discretion of smart individuals beats a one-size fits all rule book any day.
How to Build a Simple Event Log Montior/Watcher (Using TCP in .NET)
Learn how to build a simple event log "watcher" application to monitor event log changes on a remote machine(s).
VB .NET Versioning
Use VB6 AutoIncrement versioning in .NET projects.
Sometimes You Gotta Make a Little Noise
Learn how to create a wrapper for the Windows Multimedia Library that makes adding sound to your applications very easy. Along the way, you'll discover how the Declare statement imports APIs in VB and .NET.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.