06-23-2010 05:08 AM
If i am a new user of G# and object oriented programming, what litterature and links can you recomend for learning?
06-29-2010 09:14 AM
Hi,
Since G# is a reference based object-oriented support, all theory applicable for e.g. Java, C++ and C# could be applied. A few of my favorite books are:
Martin, Robert C: Agile Software Developement - Principles, Patterns and Practices
and of course the "bible":
Gamma, Helm, Johnson, Vlissides: Design Patterns Elements of Reusable Object-Oriented Software
I also like the Head First serie, they are written in a bit different way, but very easy to follow.
Head First Object-oriented Analysis and Design
You will also find a lot of good stuff on Wikipedia. Also one of my favorite sources.