共用方式為


Design Patterns - Creating Dynamic Factories in .NET Using Reflection

Tue, 11 Feb 2003 10:00:00 GMT

Design patterns are a powerful tool for designing flexible soft-ware.They provide well-tested solutions to recurring software design problems.One such widely used pattern is the Concrete Factory.

Read article