Click here to Skip to main content
15,892,005 members
Articles / Programming Languages / C#

Factory Design Pattern for SearchFactory - A Practical Approach

Rate me:
Please Sign up or sign in to vote.
2.32/5 (9 votes)
12 Aug 2009CPOL2 min read 35.7K   184   11  
This article explains a practical approach to employ the Factory design pattern using an example of a searching module in a Document Review System.

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available No 12-Aug-09 4:34 Available Smitha Nishant
2 No 12-Aug-09 10:43 Composing
1 No 12-Aug-09 4:34 Composing

License

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


Written By
Architect
India India
He is a Bachelor of Engineering (Computer science) graduate with the total work experience of around 5 years on microsoft technologies primarily on C#.NET. Currently he is engaged in exploring new technologies like nHibernet, DDD, TDD, jQuery and ASP.NET MVC. His previous experience includes the development of the leading community website, C++/COM+ with active directory (He loved playing with AD), MS-CRM, .NET remoting, webservices and ASP.NET. He holds the MCP certification for 70-316.

Along with Software Development, he likes to play harmonica (Mouthorgan) and likes to spend the weekend researching on new coding techniques published on www.codeproject.com

Comments and Discussions