Search
Recent Comments
Archives
- June 2010 (1)
- May 2010 (2)
- April 2010 (3)
Categories
- C# (1)
- OgmoXNA (1)
- Website (1)
- XNA (3)
- You Are The Castle (2)
Twitter
- RT @psysal: http://jajitsu.com/games-html/jables-adventure Jable's Adventure RELEASED! Woo I'm going to play this... 1 day ago
- You Are The Castle gameplay playtest is up at http://bit.ly/biEcd1 (Premium CCO). Any and all feedback is GREATLY appreciated! #xblig #xna 1 day ago
- Note that this playtest is for premium XBLIG CCO members only. 1 day ago
- You Are The Castle gameplay playtest is in process at http://bit.ly/biEcd1. Any and all feedback is GREATLY appreciated! #xblig #xna 1 day ago
- You Are The Castle gameplay playtest is in process at http://bit.ly/biEcd1. Any and all feedback is GREATLY appreciated! #xblig #xna 2 days ago
Meta
Tag Archives: C#
XNA Using Statements
If you’re anything like me constantly having to re-add the XNA using statements each time you create a new class can be more than tiresome. To remedy this I finally decided to dive into the world of Visual Studio code snippets. The first thing I immediately learned is that I have been missing out! So [...]