Thursday 27 December 2007

Session 4 - Coming up...

The agenda for Session 4 is to understand the following Creational Patterns
- Abstract Factory
- Singleton

The idea is to get a working knowledge of the above two patterns and see how we could apply it in real life cases, what problem it solves and how it help keep our design simple and extensible and also elegant.

Stay tuned....

1 comment:

DevRaj said...

Built-in Design pattern in .Net :

1) Abstract factory : DbProviderFactories.GetFactory("System.Data.SqLite")
2) Singleton: SqlClientFactory.Instance