I just downloaded the C# version of the book and have had the
VB version already installed for a while. The differences between them are confusing me, I'm wondering if the C# download is wrong.
The
VB download was pretty clear, under Webmodules folder are 8 module folders, and under each of them is:
[module].Business
[module].Data
[module].Configuration
This structure matches the structure in the VS.NET project.(and the
VB book)
Great.
But the C# folders don't match the 8
VB WebModules. in C# the parent folder is Modules, not WebModules, and the folders underneath it are:
Accounts
AdManager
DataAdmin
FileManager
Forums
Forums2
Lists
MailingLists
MailingLists3
Polls2
Users
Does anyone know what the heck these strange Module subfolders are?
And there not all present in the Visual Studio solution, which is strange, too. Only:
AdsManager
FileManager
Forums
Lists
NewsManager
Polls2
Users
Where are the others?
And one last thing:
Some projects are named with 'dot' convention("Forums.Business") and then others aren't(AccountsBusiness)
What...the heck...is going on?
By the way, I don't have a copy of the C# book, just the
VB book
Thanks for the help!