This archive contains the sources of the balance project as it stands on day 11. The entire source tree is very well commented and demonstrates good design practices, thus, should be a good resource for XNA beginners to analyze.
Examples
Project Balance - Day 11 (Binaries)
These are the binaries for my little XNA game project as it stands on day 11. You can tilt the maze board with the mouse and watch the ball roll around, realistically simulated by the Farseer physics engine. The ball will not fall down the holes, yet :)
XNA Textured Triangle Example Source Code
Small XNA application that shows a rotating, textured triangle. Demonstrates usage of the content pipeline for loading textures and effects, how to use effect files and vertex formats.
XNA Rotating Triangle Example Source Code
XNA example application that shows a rotating triangle on the screen. Demonstrates how to use the content pipeline for loading effects and how to render custom polygons with your own effects.
Plugin system example application in C++
Example code that demonstrates how to build a flexible but fully typesafe plugin system with DLLs in C++