Friday, December 23, 2005

Design Patterns in C#

I saw a book on the desk of my boss who is also a software architect. The book is called Design Patterns in C#. It is a really good read. According to me any software developer nowadays needs to be well aware of the different architecture patterns, because only if you are aware of the various architecture design, you can truly appreciate as to what enterprise software development is all about. With good architecture design principles you can wonders with your coding skills.

The Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized in three groups:
Creational,
Structural and
Behavioral.

In my coming posts, i would discuss each category in detail. These are the basic design patterns, which every developer should be aware of atleast to some extent.

No comments:

Post a Comment