Related resources for Implementing Concrete Factory Pattern
  • Implement Concrete Factory Design Pattern using Reflection in VB.NET11/10/2012 12:42:30 AM. Reflection is used to dynamically create an instance of a type, bind the type to an existing object, or get the type from an existing object. In this example, we implement Concrete Factory Pattern using Reflection to fetch records from MS-Access and MS-SQL Database.