Good reference for object oriented design

I rarely use object oriented principles when developing applications. I am looking for a good reference for object oriented design. I am using C # as my programming language and would like to have a link that helps to use the OO outlines provided by C #. But mostly I need a good book to get inspiration.

+2


source to share


3 answers


Here: two milestones



+1


source


I think a book on design patterns might be what you want. The classic might be the Deisgn pattern: elements of reusable object-oriented software.



+1


source


Check out Evan DDD

0


source







All Articles