Click here to Skip to main content
15,896,606 members
Articles / Programming Languages / C#

Implementing the Factory Pattern (Part 1 of 2 or 3)

Rate me:
Please Sign up or sign in to vote.
4.88/5 (10 votes)
8 Sep 2008CPOL10 min read 34.2K   151   49  
The first part of a Factory: locating Assemblies and finding Types that match criteria.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader Starkey Laboratories
United States United States
The first computer program I ever wrote was in BASIC on a TRS-80 Model I and it looked something like:
10 PRINT "Don is cool"
20 GOTO 10

It only went downhill from there.

Hey look, I've got a blog

Comments and Discussions