Getting Started with XNA Game Studio Express

XNA Game Studio Express is an integrated development environment designed to make it easier to develop games for Windows and Xbox 360. XNA Game Studio Express extends Microsoft Visual C# 2005 Express Edition to support the XNA Framework, a managed-code class library that contains functionality targeted specifically to game development tasks. In addition, XNA Game Studio Express includes tools for incorporating graphic and audio content into your game.

The XNA Framework is designed to be similar to the .NET Framework in terms of its design patterns and idioms. With XNA Game Studio Express, you are able to use functionality from both the XNA Framework and the .NET Framework in your game. Use the XNA Framework for game-specific tasks such as graphics rendering and managing input. Use the .NET Framework for more general programming tasks.

In This Section