Can I use classes and controls from main project in other projects within one solution?

Posted by Lukas on Stack Overflow See other posts from Stack Overflow or by Lukas
Published on 2010-03-24T01:13:00Z Indexed on 2010/03/24 1:23 UTC
Read the original article Hit count: 341

How should I divide source files into projects (within one solution) to

  1. be able to use common classes in more relatively independent apps,
  2. avoid lots of dlls needed (preferably all in one file for each application),
  3. keep it fast?

There are working (data processing) classes, User controls, some utility classes and Forms of the application.

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008