Learn how to create a new project for a 3D game, add a simple object to your 3D world, and build a UWP application from this project.
Latest WPF Articles
Building Browser-based Kiosk Apps with C#/VB.NET (Using DotNetBrowser)
Create a C#/VB.NET kiosk application that runs on Windows and displays modern Web content using WPF or WinForms and a Browser control based on Chromium.
If You Like It, Put an HTML5 UI on It
Add an HTML5 User Interface directly to your desktop applications.
Simple MVVM in WPF
Discover using MVVM in WPF without all the fuss. Meet Fody!
3D Animation in VB.NET Using WPF - Part 3
Richard Newcombe looks at how to interact with objects in the 3D world, using a card game as a base. This article only covers the basics, but by the end of the article you will be able to interact with objects in a 3D world using the mouse.
What You Need to Know When Selecting a Grid
One of the most common misconceptions is the notion that a grid is a grid. In reality, there are several different types of grids and choosing the right one for your needs can help save substantial time and effort. Choosing the wrong grid can result in tremendous effort to make it work the way you need, which is quite frustrating. Daniel Jebaraj looks at the different types of grids and the ways in which they are typically used.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.