 |
BOOK: ASP.NET Website Programming Problem-Design-Solution  | This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution 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
|
|
|
|
|

January 30th, 2005, 04:39 AM
|
|
Authorized User
|
|
Join Date: Oct 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello Englere, I have sent feed back to you on your site regarding the source for 'The Phile II' could you get in touch with me in regards to getting a copy of your updated source code. You can contact me on [email protected]
|
|

January 31st, 2005, 06:48 AM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello Eric,
I Like this project so much,I have recommdated to lots of my friends,and thanks this nice project for us.
thanks!
I'm from Beijing.
cuiPeng
[email protected]
|
|

April 25th, 2005, 07:16 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Does anyone have source code with one or more of changes mentioned above in it that they are willing to share?
Thanks,
Ernie
|
|

April 30th, 2005, 12:07 PM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Englere,
In addition to those items already listed, it would be great if the next version contained:
1) Strongly typed collections for data passing instead of DataSets including searching and sorting capabilities.
2) Real world cashing of collections.
3) User controls that interacted with one another utilizing caching and templates.
|
|

May 3rd, 2005, 09:11 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Very good suggestion about custom collections and caching! This is one of my design goals in my own coding - I always prefer strongly typed custom collections instead of weakly typed collections like ArrayLists.
Collections are changing a lot in 2.0 with the introduction of generics, so this would be a great subject for the next edition of this book.
However, I think their coverage on user controls was good enough under the circumstances. In ASP.NET 2.0 we can focus on master pages to give us the common header and footer, and there's a new menu control to look at. Our need for user controls will change in 2.0, but they will still be important.
Custom web controls in 2.0 get their own private viewstate collection, so they will take on bigger roles in future designs. Again, a great topic for the next edition.
Eric
|
|

May 16th, 2005, 08:27 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Eric,
Another suggestion would be to discuss design consideration for various hosting environments (low end hosting, dedicated hosting, server farms). For example, low end hosting and logging errors, configuration, cache management, etc. Problems with disconnected data access in server farms.
Ernie
|
|

November 18th, 2005, 03:21 PM
|
|
Registered User
|
|
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Eric, I have noticed reference to The Phile II that you have been working on. Is it possible to get a copy of your updated source code. If so you can contact me at [email protected]
Thanks
Kevin
|
|

November 19th, 2005, 02:28 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
The second edition of the book covered here: "ASP.NET Website Programming" will be a mid-level book, as was the first edition. But it will be 100% new from cover-to-cover. Every word of that book will be targeted to helping you use the new features in ASP.NET 2.0, and it will introduce a new website having more features than ThePhile.
There's a whole new world in ASP.NET 2.0, as you'll see soon. A lot of things become easier, which gives you more time to learn the advanced things. But this book can only touch lightly on advanced topics due to the real-world limit on page counts.
Deployment is almost deserving of a whole book all by itself. Most beginner books do not cover it, but when I teach classes I always hit on it hard. What good is a ASP.NET developer who can't deploy a website? I think the second edition will have more coverage of deployment than the first edition, but server farms may still be outside the scope of a mid-level book.
The bottom line with server farms: use a state service so session state can be shared, always re-populate cache items if they're not set already, and make sure the machine key is set the same on all the servers so the encryption/hashing will be syncronized.
|
|

November 19th, 2005, 02:37 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Kevin,
You can download my code if you want. Look for the link here:
http://p2p.wrox.com/topic.asp?TOPIC_ID=34263
This code is for my modifications to ThePhile, which I call ThePhile II.
This is for Visual Studio 2003.
Don't confuse this code with the upcoming second edition of the book. That will use an entirely different code base designed from the ground up using Visual Studio 2005.
Eric
|
|

December 21st, 2005, 02:37 PM
|
|
Authorized User
|
|
Join Date: Jun 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Has anyone managed to change this project to use windows authentication instead of forms based?
|
|
 |