GeekArticles
Microsoft
Microsoft.NETCheck out XNA Game Studio 2.0
Author: devx.com |
Published: 24th Apr 2008 |
Visited: 74 times |
Add CommentFiled in: Microsoft NETMicrosoft XNA Game Studio 2.0 is a set of tools based on supported versions of Microsoft Visual Studio tools that allow you to build games for both Microsoft Windows and Xbox 360. XNA Game Studio also includes the XNA Framework, which is a set of managed libraries based on the Microsoft .NET Framework 2.0 that are designed for game development.
Read Article Sponsored Links
Related Articles
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...