|
|
 |
BOOK: ASP.NET 3.5 Website Programming Problem Design Solution
 | This is the forum to discuss the Wrox book ASP.NET 3.5 Website Programming Problem Design Solution by Chris Love; ISBN: 978-0-470-18758-6 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 3.5 Website Programming Problem Design Solution section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

December 8th, 2009, 03:34 PM
|
|
Registered User
|
|
Join Date: Dec 2009
Posts: 5
Thanks: 1
Thanked 1 Time in 1 Post
|
|
Solution section are confusing sometimes
I have reached page 137 in the book and that is the solution section for chapter 3 (Planning an architecture). Is it just me or didnt it say in the book that you start with nothing and end up with a complete site for deployment.
But when i am trying to follow along the solution section and write the code myself i have noticed that when writing some methods i stumble upon methodcalls for methods and whole classes that hasn´t been mentioned yet in any solution section, just in the design section.
For example, now i am writing the Urlrewrite class, and in the BeginRequest method there is a call to the Rewrite method. The Rewrite method is using a "using" statement towards the SiteMapRepository class. I cannot remember where this repository or any other sitemap classes and providers was mentioned earlier in the book (besides in the design section) in a solution section? The SiteMapInfo is also calling the sitemap database table through the edmx file, where were the database created in the book, it has also just been discussed in the design section...nothing more!
I´m confused of how i am going to use this book if this continue throughout the book, am i just going to read it cover to cover and just download and study the source code as i go along??? I thought i were going to be able to write the code myself as i read the book....but that seems impossible now when the book jumps over complete classes.
|

December 9th, 2009, 05:52 PM
|
|
Authorized User
|
|
Join Date: Jul 2008
Location: , , .
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Hi kneten73,
I wish I had some good advice. But I recommend that you abandon you aspirations to build the site up from scratch whilst following along with the book. You just will not have any chance, and you will burn many hours troubleshooting things.
If you are like me, you don't have hours to burn.
Unfortunately, this author has really dropped the ball with this book. The Beerhouse had a tremendous reputation with the 2.0 version done by Marco.
This book will sully that. It has no chance of getting the 4.5 stars on Amazon that the 2.0 book got.
It really is a shame. And it seems he has no interest in addressing the broken code issues. If it were me, and my reputation, I would not sleep until I provided downloadable code that worked perfectly. Me thinks this guy likes to sleep.
|
|
The Following User Says Thank You to onefootswill For This Useful Post:
|
|

December 10th, 2009, 04:08 AM
|
|
Registered User
|
|
Join Date: Dec 2009
Posts: 5
Thanks: 1
Thanked 1 Time in 1 Post
|
|
Yes my intention with this book was not to spend hours and hours to troubleshoot the sourcecode, jump back and forth between my own writealong code and the books sourcecode just to see that there are several methodcalls to classes that doesnt exist yet in the book  .
My intention was simply to learn how to design a strong and flexible multi-tier application foundation. I do know how multi-tier designing works but my problem has been that i start with designing the layers, baseclasses etc and further in the project i somehow forget the layers and just inserts fast, workable ugly solutions just to get it done, and i dont want that...maybe that has to do more with my patience  .
I had big hopes for this book but compare to the Enterprise Application Development it really sucks.
But do you think it is worth reading it from cover to cover or would it just be a waste of time?
|
|
The Following User Says Thank You to kneten73 For This Useful Post:
|
|

December 10th, 2009, 04:40 AM
|
|
Registered User
|
|
Join Date: Dec 2009
Location: England - Liverpool
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Hey,
I think it just be a waste of time ... ^_^
|

December 10th, 2009, 06:22 AM
|
|
Authorized User
|
|
Join Date: Jul 2008
Location: , , .
Posts: 29
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
First the books is not inteded to be a follow along and create the site step by step kind of book. There is not enough room in the book to do that for a site like this. The SiteMap table is introduced around page 80. The chapter then walks through creating a repository class and extending the entity classes generated by the EF model wizard.
When you get to the URLRewrite module I have to assume you have grasped the concept of what a Repository and custom extension of an entity are. That section goes into how to implement some of the SEO aspects of the site. You have the code to reference. The most up to date version is always on Code Plex to download at anytime. http://thebeerhouse.codeplex.com/Sou...leCommits.aspx
__________________
http://Professionalaspnet.com
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |