Intermission #1 - Welcome to XNA
Right, before hitting the ground running with the rest of the DigiPen tutorial, you first need to know about this thing called XNA that we will be developing...
Right, before hitting the ground running with the rest of the DigiPen tutorial, you first need to know about this thing called XNA that we will be developing...
Here is the section for the specific updates for XNA, new improvements in .NET 3.5 and what is coming up for .NET 4.0. This refreshes the previous post from...
This section is pretty much as-is from the original Digipen webcast. View the original video for the webcast here on codeplex.
This section of the tutorial is provided as is from the original Digipen tutorial, I will post a supplement to this post later which will cover the updates f...
1. Introduction
**Flow control is an essential part of any programming language, it allows us to make decisions and change the direction our program takes. **
Functions are at the core of the C# programming language, they define jobs to do in code, setting out a group of instructions to perform an action or resolve...
This section is mainly for reference, you will refer to this quite regularly in the beginning.
1. Value Types
1. Introduction