Can you build a game in C#?
-
Sunday, February 19, 2012 2:45 AMWill we be able to release games to the Windows 8 store, if they were written in C#?
All Replies
-
Sunday, February 19, 2012 1:32 PMModerator
You can develop a game in C#.
Please check Technologies for developing Metro style games for Windows and Building your first Windows Metro style app using C#, C++, or Visual Basic for more details.
Windows Store has no concern about the underlying technology. It has a set of certification rules.
Please check Certification requirements for Windows apps for more details.
Best wishes,
Robin [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

- Proposed As Answer by Bob_BaoMVP, Moderator Monday, February 20, 2012 5:45 AM
- Marked As Answer by Robin_YangMicrosoft Employee, Moderator Monday, February 27, 2012 1:38 AM
-
Saturday, March 03, 2012 1:10 AM
You can develop a game in C#.
Please check Technologies for developing Metro style games for Windows and Building your first Windows Metro style app using C#, C++, or Visual Basic for more details.
Windows Store has no concern about the underlying technology. It has a set of certification rules.
Please check Certification requirements for Windows apps for more details.
Best wishes,
Robin [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Can I access the DirectX libraries from C#?
Also I can't find the content pipeline from XNA; how do you load a 3D model in to a C# game without it?
Thanks
-
Sunday, March 04, 2012 3:43 AMModerator
There is no direct access to DirectX from C#, but you could access it via COM interop. There are several third party projects working to wrap DirectX.
XNA does not support Metro style apps.
--Rob


