Learn to use XSD, something that's built into Visual Studio, and makes handling XML data child's play.
Latest Tips & Tricks Articles
The Down and Dirty Guide: Async and Await in C#
Improve your C# asynchronous programming skills with the help of a few, perhaps new to your arsenal, keywords.
DateTime Refresher
The .NET DateTime class is not just for getting the current date. It can help you do date calculations and much more.
Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.
Extension Methods Refresher
Use code extensions to expand the core principles of code re-use.
Ten Basic Framework Functions Every VB Developer Should Know
Become proficient with ten of the basic .NET Framework functions (or methods) that every VB developer should know.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.

Working with Google Protocol Buffers and .NET
Learn about something called "Google Protocol Buffers," and watch for later posts on other IoT subjects.

Working with Primes and Fibonacci Sequences in Visual Basic
Play with the Fibonacci sequence and prime numbers in this example-driven article.

Lesson Learned: The Need for a Domain Language
Translation costs time and money, and can affect the quality of the product being made. Make sure all your team members speak the same language.