C# Windows 8 Metro game development

c#, microsoft-metro

Solution

I'd look into SharpDX or MonoGame, both of which have support for Windows 8 Metro style apps.

I'm not sure what the state of XNA is these days.

Problem

I've been looking for ways to develop metro style games for Windows 8 in C#. All I can find are tuts explaining how to build games in C++ or JS/HTML5. I'd really like to continue with C# since I really like the language. What are the recommendations around this topic?

Original source