Here's what I'm working with:
- Several websites
- Classes/data shared between them (registration systems on individual sites, and management on a central site)
- A workflow application that runs nightly.
I need to be able to cleanly and easily share the classes between the websites and workflow component. I know this is textbook 'DLL!', but I'm wondering what kind of Visual Studio (2008) project(s) you recommend to make all this happen in a clean, logical fashion.
What do you suggest?
Edit: I seem to remember some kind of project type (in VS05?) that allowed me to contain several sites and projects (all related) in the same solution. Am I nuts?