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: 365
How should I divide source files into projects (within one solution) to
- be able to use common classes in more relatively independent apps,
- avoid lots of dlls needed (preferably all in one file for each application),
- keep it fast?
There are working (data processing) classes, User controls, some utility classes and Forms of the application.
© Stack Overflow or respective owner