Appendix A References
This appendix is provided as a tutorial on the syntax and some programming of C#. Reading Appendix A should make the code samples in the book more readable. For further information on C#, the following books are useful for providing a good background in C#.
• Archer, Tom. Inside C#. Redmond: Microsoft Press, 2001.
• ArunGG. “C# and Its Types.” http://www.csharphelp.com/archives/archive75.html. A brief overview of some of the types that C# offers.
• Bajaj, Samir. “Design Patterns: Solidify Your C# Application Architecture with Design Patterns.” http://msdn.microsoft.com/msdnmag/issues/01/07/patterns/patterns.asp. Discusses some design patterns that are valid for C# and encourages you to look for more.
• Gunnerson, Eric. ...