Answered by:
Good Book on SOLID Software Development

Question
-
User1064071399 posted
I'd like to go over the SOLID principles using a good book with practical examples (as opposed to a writer writing like if only Stephen Hawkings is going to read it).
Currently reading Pablo's SOLID Software Development which seems to be a very nice introduction.
Sitting with a huge collection of ebooks, but sifting through them to see which one discuss this topic best will be a huge waste of time.
Any recommendations?
Thursday, November 11, 2010 2:04 PM
Answers
-
User-2074625069 posted
Hi,
I have just written a book entitled ASP.NET Design Patterns that covers all of the SOLID design principles within an ASP.NET context that might interest you. If you go to the wrox site you can read the first chapter for free and get the full list of contents.
Cheers
Scott- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, November 14, 2010 2:46 PM
All replies
-
User-2074625069 posted
Hi,
I have just written a book entitled ASP.NET Design Patterns that covers all of the SOLID design principles within an ASP.NET context that might interest you. If you go to the wrox site you can read the first chapter for free and get the full list of contents.
Cheers
Scott- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, November 14, 2010 2:46 PM -
User1064071399 posted
Perfect. I just started reading DDD by EE, though something that focus on the technology I use would be great (hope this one not full of asp.net webforms examples though...)
Thanks, looking forward to having reason to whip out the credit card.
Sunday, November 14, 2010 2:53 PM -
User-2074625069 posted
All of the patterns and principles can be applied to asp.net webforms and asp.net mvc so I have shown examples using both of the frameworks. However for the large case study I use ASP.NET MVC, you can get the code for the case study here http://aspnetdesignpatterns.codeplex.com/, and you can download the code for each of the chapters free from Wrox. Would love to hear some feedback when you start to read it.
Cheers
ScottSunday, November 14, 2010 3:01 PM -
User1064071399 posted
Sure thing.
What language are you using for the samples?
Sunday, November 14, 2010 3:06 PM -
User-2074625069 posted
Its all in C# but it shouldn't be too difficult to translate into VB.
Sunday, November 14, 2010 3:12 PM