The new version of the .NET Framework has brought several exciting improvements. Read through them here.
Latest .NET Framework Classes Articles
Working with VB Namespaces
Using VB Namespaces can help tremendously in achieving your goal of keeping your code organized.
C#: When Is string Not Equal to String?
As far as you need to be concerned as a .NET developer, you can freely interchange them as and when you feel like it.
Improved COM Interoperability in .NET 4.0
Learn about the COM Interoperability improvements coming with the .NET Framework 4.0 and how they will make your COM Interop such as Office applications much easier.
Creating Responsive .NET Applications with Microsoft Concurrency and Coordination Runtime (CCR)
Discover how CCR can work with the .NET Ping class APM functions.
An ADO.NET Data Services Tutorial
An ADO.NET Data Services Tutorial covering REST, querystring operations and expressions, HTTP verbs, Linq to Data Services, security, exceptions and tracing.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.