Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sharkhandler

  1. sharkhandler

    when to put classes into different DLL's

    Hi all. I have the following .NET object model: A series of concrete classes derived from an abstract base class A factory object that creates and returns instances of these dereived classes A controller object that creates the factory and processes the objects. This is basically invoked...
  2. sharkhandler

    design strategy - objects or interfaces?

    Hi there, We have just been given the task of rebuilding our web based ecommerce system from scratch using the .NET framework. One of our tasks has been the redesign of the various subsystems within the product. A major question is - what happens in the case of searching. A user could search...
  3. sharkhandler

    Design pattern for data manipulation

    Hi there, We have just been given the task of rebuilding our web based ecommerce system from scratch using the .NET framework. One of our tasks has been the redesign of the various subsystems within the product. A major question is - what happens in the case of searching. A user could search...

Part and Inventory Search

Back
Top