Download Code The single zip file contains all the needed code for TheBeerHouse sample application built throughout the book. Please see the readme.txt in the zipfile for additional installation and setup information. This is the C# version of the code written by the author as presented in the book.
Download TheBeerHouse Sample Code The single zip file contains all the needed code for a VB version of TheBeerHouse sample application built throughout the book. Please note that this VB version of the code is reader created and cannot be supported by Wrox technical support. Please see the readme.txt in the zipfile for additional support, installation, and setup information.
In response to popular demand, this download contains the chapter-by-chapter application solutions for chapters 2-5 of this project. This is the C# version of the code. These chapter by chapter solutions are created by forum user MythicalMe and are not supported by Wrox/Wiley technical support.
Figure Corrections 5-2 page 196:, figure 5-2
1. The class heading "MB.TheBeerHouse.DAL.Articles.Provider"
should be:
"MB.TheBeerHouse.DAL.ArticlesProvider"
AND
2. In the above referenced class,
"Instance : MB.TheBeerHouse.DAL.PollsProvider" ,br>
should be:
"Instance : MB.TheBeerHouse.DAL.ArticlesProvider"
Figure Corrections 5-3 1. The class heading "MB.TheBeerHouse.BLL.Forums.BaseForum"
should be "MB.TheBeerHouse.BLL.Articles.BaseArticle"
AND
2 The class heading "MB.TheBeerHouse.DAL.CommentDetails"
should be "MB.TheBeerHouse.BLL.Comment".
AND
3 In this same class, "Title : decimal" should be deleted, "ArticleID : int" should be added
AND
4 "Body : decimal"
should be "Body : string"
AND
5. In class "MB.TheBeerHouse.BLL.Articles.Article",
"Category : MB.TheBeerHouse.BLL.Srticles.Category"
should be "MB.TheBeerHouse.BLL.Articles.Category"
AND
6 The class heading "MB.TheBeerHouse.DAL.CommentDetails" should be "MB.TheBeerHouse.BLL.CommentComparer"