You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
On each of the classes i see that there is a namespace detailed. Is this written by the programmer or somehow generated by visual studio? For example on ArticlesProvider class, namespace MB.TheBeerHouse.DAL is included.
The namespace is written by the programmer. MB.TheBeerHouse is the namespace that mapped the BeerHouse website. DAL, BLL, UI are used to logically organize the site's classes.