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....
Thursday, 27 December 2007
Subscribe to:
Post Comments (Atom)
1 comment:
Built-in Design pattern in .Net :
1) Abstract factory : DbProviderFactories.GetFactory("System.Data.SqLite")
2) Singleton: SqlClientFactory.Instance
Post a Comment