...and VS project structure.
I am nowhere near an experienced
vb.net developer yet; so correct me if i am wrong, but i find it confusing the "Wrox.WebModules" namespace code modules physically sits WITHIN the "Wrox.thePhile" namespace code modules, and yet in VS they are organized into separate projects. In 'chapter 2 - Design' they tend to indicate that these are two separate projects/areas (thePhile and WebModules) and that the "WebModules" code can be used/referenced by any other websites code. If so then why embed this code right within 'thePhile's' website folders? Wouldn't it make more sense to have a separate folder directory for the webmodules OUTSIDE thePhile's folder?
When i was reading this i thought it was a great idea. Keeping the Webmodules code (data and business) layer common to other websites while thePhile (presentation layer) can just 'reference' it as required.
Perhaps i am misunderstanding something here or would both methods be okay to implement?
Like i said, i'm not arguing the logic i'm just trying to understand it. :)
J