The new version of the .NET Framework has brought several exciting improvements. Read through them here.
Latest IL Articles
CLR Method Internals (.NET 2.0)
Method calls are the bread and butter of C# and VB programming, but a lot of moving pieces go into making that all work.
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 CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Adaptive Cards with the .NET Bot Framework
An adaptive card is a piece of UI defined by the developer and rendered by the native app to display content to the user. Learn to use one here.

Creating a Tile Slide Puzzle Game in VB.NET
Create a Tile Slide game with Visual Basic.NET.
Programming Devices and Activities from the Microsoft Graph APIs
With Microsoft's new Project Rome, the user experience across all platforms (Windows, iOS, or Android) will be seamless among different hardware.