XNA Game Studio is an integrated development environment designed to make it easier to develop games
for Microsoft Windows, Xbox 360 platforms, and Zune devices. XNA Game Studio extends supported versions
of Microsoft Visual Studio tools to support the XNA Framework. The XNA Framework is a managed-code class
library that contains functionality targeted specifically to game development tasks. In
addition, XNA Game Studio includes tools for incorporating graphical 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, you are able to incorporate functionality in your game from both the XNA
Framework and the .NET Framework. Use the XNA Framework for game-specific tasks
such as graphics rendering and managing input, and use the .NET Framework for more general
programming tasks.
In This Section