ASP.NET 2.0 Website Programming: Problem - Design - SolutionISBN: 978-0-7645-8464-0
Paperback
600 pages
May 2006
This title is out-of-print and not currently available for purchase from this site.
|
Download Title | Size | Download |
---|---|---|
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. |
4.09 MB | Click to Download |
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. |
6.30 MB | Click to Download |
Application Solutions for Chapters 2-5 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. |
10.05 MB | Click to Download |
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" |
197.53 KB | Click to Download |
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" |
156.65 KB | Click to Download |