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).
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.
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.
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.
Contributor
3574 Points
1661 Posts
Good Book on SOLID Software Development
Nov 11, 2010 02:04 PM|krokonoster|LINK
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?
Contributor
7324 Points
1846 Posts
Re: Good Book on SOLID Software Development
Nov 14, 2010 02:46 PM|scott@elbandit.co.uk|LINK
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
Contributor
3574 Points
1661 Posts
Re: Good Book on SOLID Software Development
Nov 14, 2010 02:53 PM|krokonoster|LINK
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.
Contributor
7324 Points
1846 Posts
Re: Good Book on SOLID Software Development
Nov 14, 2010 03:01 PM|scott@elbandit.co.uk|LINK
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
Scott
Contributor
3574 Points
1661 Posts
Re: Good Book on SOLID Software Development
Nov 14, 2010 03:06 PM|krokonoster|LINK
Sure thing.
What language are you using for the samples?
Contributor
7324 Points
1846 Posts
Re: Good Book on SOLID Software Development
Nov 14, 2010 03:12 PM|scott@elbandit.co.uk|LINK
Its all in C# but it shouldn't be too difficult to translate into VB.