G#

cancel
Showing results for 
Search instead for 
Did you mean: 

Where can i learn more about object oriented programing and design patterns?

If i am a new user of G# and object oriented programming, what litterature and links can you recomend for learning?

0 Kudos
Message 1 of 2
(4,908 Views)

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

Larman, Craig: Applying UML and Patterns - An introduction to Object-Oriented Analysis and Design an...

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

Head First Design Patterns

You will also find a lot of good stuff on Wikipedia. Also one of my favorite sources.

0 Kudos
Message 2 of 2
(3,681 Views)