XNA Game Studio Obsolete as of 2013?

c#, game-engine, xna

Solution

Simply put, for an xna fan, look at MonoGame. It is an open source implementation of xna and is now the recommended, by Microsoft, game engine for the xna community.

Problem

I'm not sure If this is the place to ask this but here it goes. I've been doing game programming in XNA since XNA 2.0, I can also program in C++, C#, Java, and C. I enjoy making games with it and its a great sdk but the problem is the xbox360 is pretty much done. From what I've read, It seems that XNA is now obsolete and now I'm not sure what sdk to program games in. Now of course I know "you could make your own engine since you know OpenGL/Direct X" yea but that's a shit ton of work. My Question is what is going to be the next game engine or are there other game engines that you would recommend? I know I used DarkGDK ages ago but I have no idea whats going on with that.

Original source