Design Patterns in Microsoft.NET (Part.1)
Nuestro buen amigo John Charles Olamendy nos comparte su:
Design Patterns in Microsoft.NET. Part 1
As a solutions architect, we have to deal with several design patterns in order to design our solution. Design patterns are a way to conceptualize a reusable solution to commonly occurring problem in a given context in software design. Design pattern is today a way to communicate architectural ideas and decisions through a common language. In this series of articles, I will explain the essential design patterns (by the Gang of Four) with real-world code examples. In this first article, I want to talk about creational and structural design patterns.
Ver más aquí.
Gracias.
Fernando García Loera (Community Program Manager – Latin America Region)