Answered by:
Good book on OOP with ASP.NET

Question
-
User1894502017 posted
I'm looking for a good book that explains all about OOP principles in general (inheritance, polymorphism, etc) and also all about how to write your own classes/business objects in .NET (C# preferred).
I've looked at many books but haven't seen any that spend a lot of time on this topic.
Sunday, July 29, 2007 11:23 AM
Answers
-
User451344920 posted
Hello,
If you are looking for a or just one book for all of OOP that would be hard to do.
I personally like the "Agile Principles and Practices in C#" by Robert Martin.
There is a book from Craig Larman (I own the second edition) that is also considered very good "Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development"
Also very good books (probably more for the intermediate to advanced developers)
"Refactoring: Improving the Design of Existing Code" by Martin Fowler.
and "Patterns of Entersprise Application Architecture" by Martin Fowler
Hope this helps
regards,
G
Now if you are looking into more entry level books about OOP, there are pleanty.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, July 30, 2007 11:52 AM
All replies
-
User451344920 posted
Hello,
If you are looking for a or just one book for all of OOP that would be hard to do.
I personally like the "Agile Principles and Practices in C#" by Robert Martin.
There is a book from Craig Larman (I own the second edition) that is also considered very good "Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development"
Also very good books (probably more for the intermediate to advanced developers)
"Refactoring: Improving the Design of Existing Code" by Martin Fowler.
and "Patterns of Entersprise Application Architecture" by Martin Fowler
Hope this helps
regards,
G
Now if you are looking into more entry level books about OOP, there are pleanty.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, July 30, 2007 11:52 AM -
User1824260416 posted
hey ,
I recommand to read the
UML Distilled 3rd Edition by Martin Fowler
it's have all you need for OO , it's most completed book in the world , don't miss it
and I suggest to read the RUP Practitioner's Guide ,
and at last , it's not bad to read the Apply UML by Grady Booch , Jacobson & Rumbaugh
hey man dont miss the UML Distilled it will change your life ,
tell me if it change it ,,,;)
Sunday, October 7, 2007 7:23 AM -
User1879672309 posted
have a look at the following site for thier book and sample that covers detail about the topic
http://www.dofactory.com/Patterns/Patterns.aspx
Tuesday, October 30, 2007 2:38 AM