Method calls are the bread and butter of C# and VB programming, but a lot of moving pieces go into making that all work.
Latest IL Articles
Events: Did You Know?
The Common Language Specification defines the minimum things that a language must support to be .NET compliant. There are optional features too. One such optional feature involves events.
.NET Under the Hood: a Little ILDASM
Does a simple C++ application compile to the same IL as the equivalent VB or C# application? Let's see.
MSIL Tutorial
Managed C++, C#, VB .NET, and other .NET programming languages are compiled to IL code (or MSIL). Learning MSIL gives you the chance to understand some things that are generally hidden. While you never need to write programs in MSIL directly, in some difficult cases it is very useful to open the MSIL code and see how things are done.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.

Switching Input Languages Dynamically with Visual Basic
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.