bittermanandy.wordpress.com — bittermanandy would like to get back to writing about things that will, hopefully, improve your understanding of XNA and C#, so he thought he would discuss something fundamental to the performance and resource usage of your application: garbage. This is a topic which many C# programmers can probably get away without fully understanding - and many probably do - but to be able to write efficient and performant code, you need to know what’s going on under the hood. read more...
code.msdn.microsoft.com — This is an open-source program that uses compact data structures for performance better than anything else. It finds all anagrams of equal or lesser length for a word and updates the GUI instantly read more...
focusedgames.com — A short list of tools that every developer should use to increase his or her efficiency and improve the readability of the code. read more...