C # / Object Oriented Concept Book with Code Examples

I checked a lot of books, but did not find a good book. I am interested in a book in which I can easily learn the concepts of OOP with examples. Book like Java Black book

+3
source share
5 answers

Two great books I would recommend:

CLR via C # Jeffrey Richter

and

Clear code from Uncle Bob Martin

Richter’s book will give you all the details about the aspects (programming and OOP features) of C #, and Martin’s book will give you recommendations on writing proper code in an OO environment. Martin's book is Java oriented, but the concepts apply equally to C # (IMHO).

Head First OOA & D, , . , .:)

, !

+6

. , , , # Java .

0

, , OOP #, Deitel, Visual # 2010. , , - , Amazon, , . , -, , , , .

0

Pro # 2010 .NET 4 # - 2008 , , , .

0

Source: https://habr.com/ru/post/1793740/


All Articles