MagicManICT wrote:Post them. Anything you can recommend from complete and total noob to ultimate DirectX code slinger.

Well, I guess I'll compile a small list together.
http://rbwhitaker.wikidot.com/xna-tutorials -> Already linked this, it contains beginner and intermediate guides for both xna and c#
http://xnaresources.com/default.asp?page=TUTORIALS -> Contains basic guides for tile engines and sprite engines for beginners.
http://msdn.microsoft.com/en-us/library/bb200104.aspx -> This is just the msdn for xna which is just a great resource to use
http://www.riemers.net/ -> Has a great set of xna tutorials (mostly 3d oriented) and even has them in c# with directx if you dont want to use xna
http://www.bluerosegames.com/brg/xna101.aspx -> Another sit containing tutorials meant for new people
http://www.innovativegames.net/blog/blo ... 2009-2010/ -> Not entirely complete, but it talks about Engines
http://www.xnadevelopment.com/tutorials.shtml -> Also very beginner friendly guides
Misc
http://opengameart.org/ -> Some graphics you can use if you arent very artistic =p
I still got a ton more aside from these. I do have more advance guides and materials on HLSL (shader's basically), which is far more challenging than whats been listed here so far if anyone wants to attempt that o=.