Software Design principles and design pattern reading
Here are the links which answers a commonly asked question, where do we go to read about design principles or design patterns.
OO Design https://www.oodesign.com/
.NET Design Patterns https://www.dofactory.com/Patterns/Patterns.aspx
https://martinfowler.com/articles/writingPatterns.html
https://www.martinfowler.com/eaaCatalog/index.html
The SOLID Principles in C#
https://www.remondo.net/category/solid-series/
MSDN
Exploring the Factory Design Pattern
Exploring the Observer Design Pattern
Implementing Singleton in C# ,
Implementing Observer in .NET,
Implementing Model-View-Controller in ASP.NET
Enterprise Solution Patterns Using Microsoft .NET
and recent one https://www.microsoft.com/net/nettechnologyguidance
Comments
- Anonymous
August 06, 2013
useful set of links ... thanks for sharing