41 used & new from $0.38

Have one to sell? Sell yours here
 
 
ASP.NET Website Programming: Problem - Design - Solution  C# Edition
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

ASP.NET Website Programming: Problem - Design - Solution C# Edition [ILLUSTRATED] (Paperback)

~ (Author), (Author)
4.2 out of 5 stars  See all reviews (42 customer reviews)


Available from these sellers.


12 new from $4.45 29 used from $0.38

Formats

Amazon Price New from Used from
  Paperback, March 27, 2002 $25.98 $3.22 $1.26
  Paperback, Illustrated, March 2002 -- $4.45 $0.38

Customers Who Bought This Item Also Bought

ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer)

ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer)

by Marco Bellinaso
4.5 out of 5 stars (67)  $26.39
Build Your Own ASP.Net 3.5 Website Using C# & VB

Build Your Own ASP.Net 3.5 Website Using C# & VB

by Cristian Darie
4.5 out of 5 stars (42)  $29.67
ASP.NET 3.5 Unleashed

ASP.NET 3.5 Unleashed

by Stephen Walther
4.2 out of 5 stars (38)  $40.94
ASP.NET E-Commerce Programming: Problem - Design - Solution

ASP.NET E-Commerce Programming: Problem - Design - Solution

by Kevin Hoffman
Professional ASP.NET 2.0 (Programmer to Programmer)

Professional ASP.NET 2.0 (Programmer to Programmer)

by Bill Evjen
4.0 out of 5 stars (29)  $31.49
Explore similar items

Editorial Reviews

Product Description

ASP.NET Website Programming shows you how to build an interactive website from design to deployment.

Packed with solutions to website programming problems, this book will have you building well-engineered, extendable ASP.NET websites quickly and easily.

With ASP.NET Website Programming you will learn to:

*Establish a solid, scalable website foundation
*Provide flexible user accounts integrating with ASP.NET's built-in security
*Create message forums that enable formatted messages but defend against cross-site scripting
*Generate revenue from advertising
*Build a web interface for uploading, downloading, editing, and managing the files on your site
*Add opinion polls, email newsletters, and news management
*Deploy the finished site on a live server
*Build websites using good, n-tier coding techniques

The site we build is modular. You can slot the modules into your own website, modify them, or use them as examples of particular ASP.NET techniques.

The book's P2P forum is a platform for exchanging code and ideas, helping to extend the website with new modules and modifications.



From the Publisher

This book is for developers who:

*Use ASP.NET and C#
*Use Visual Studio .NET Professional or above, or Visual C# .NET Standard
*Want to build content-based websites


Product Details

  • Paperback: 540 pages
  • Publisher: Peer Information Inc. Wrox; 1st edition (March 2002)
  • Language: English
  • ISBN-10: 1861006934
  • ISBN-13: 978-1861006936
  • Product Dimensions: 8.9 x 7.2 x 1.3 inches
  • Shipping Weight: 2 pounds
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (42 customer reviews)
  • Amazon.com Sales Rank: #1,025,184 in Books (See Bestsellers in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Look Inside This Book
Browse Sample Pages:
Front Cover | Back Cover

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

42 Reviews
5 star:
 (23)
4 star:
 (11)
3 star:
 (2)
2 star:
 (4)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (42 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
55 of 57 people found the following review helpful:
5.0 out of 5 stars An outstanding work...well-written, very helpful, May 18, 2002
By Jason A. Salas (Dededo, Guam Guam) - See all my reviews
(REAL NAME)   
ASP.NET Website Programming - Problem, Design, Solution
by Wrox Press

OVERALL ASSESSMENT
I had the pleasure of reading through this book over the course of a week, and I really let it sink it. I was very impressed with this work. This is a great book that the intermediate-to-advanced .NET developer should get their hands on. It's very well thought-out and the lessons are plainly stated, and easy to follow.

Authors Marco Bellinaso and Kevin Hoffmann describe a fictional content-based site that provides information for DVD and book enthusiasts, THEPHILE.COM. The book is essentially a long-form case study, diving into the architecture, infrastructure, and engineering behind an online publishing system.

The book takes a very honest approach and enforces a disciplined, structured methodology to writing an extremely practical (and cool!) n-tier Web app. The book also dives briefly into extending a few of THEPHILE.COM's various applications as desktop applications, which is a nice addition to make for a more well-rounded title.

You'll need a solid understanding of the .NET Framework, specifically ASP.NET, C#, and ADO.NET if you're to get the most out of this book, as it's definitely not for beginners. But it's a no-nonsense, well-prepared look at leveraging .NET Web technologies to your advantage.

There have been several books written to date profiling the design of an enterprise-level solution, like Sams' excellent "Building e-Commerce Sites with the .NET Framework." To cater to the masses, these books present a hypothetical business model, usually based around an e-commerce framework, and feature applications like shopping carts, inventory management utilities, etc. There really haven't been a whole lot of title that deal with simply-yet-prolific Web features like mass e-mail list managers, advertising engines, user polls, and article management - apps that are common to high-traffic Web sites.

On a personal level, I'm in charge of running several news-oriented Web sites, so on a personal level this book had more direct appeal to me, demonstrating how one could implement .NET technologies in efficiently managing content and interactives.

This is a very worthwhile buy (although Wrox apparently doesn't differentiate book length with book price, it being the typical US$59.95), and a great addition to your library. You'll read this one more than once for inspiration on your own projects.

WHAT I LIKE ABOUT THE BOOK

The approach to designing the app is very intuitive - from promoting code reuse, object inheritance, modular component design in XML files, intelligent administration files, and much more. The end result is a big app that performs great and is largely self-sustaining.
The authors were very honest. This is most notable in their revelation that they didn't care much for the dragging-and-dropping DataAdapters within Visual Studio .NET, which leads to cumbersome code and a loss of control, preferring to code it themselves. I thought I was the only one. They also write THEPHILE.COM as if it were to be served on a commercial Web hosting service, which is a nice break from the assumption that we're all running massive data centers completely under our control in our offices.
The authors prominently cite Visual Studio .NET as their tool of choice for coding THEPHILE.COM, but don't neglect the text editor crowd, and present their work in a neutral way that doesn't alienate those choosing to stick to NotePad. This is a big advantage.
A best practices approach to enterprise application design is exhibited throughout the book...and this is something the reader will pick up on, using a consistent method that promotes code reuse, componentization, interchangeability, separation of code from content, and modularity. I particularly liked Marco and Kevin's description of the design of their data access tier for their poll feature.

The book is succinct, to the point, and beautifully written. Unlike Wrox titles in years past, the book is a very easy 518 pages (12 chapters, no appendices).
Although written 100% in C#, the code is quite easily transferable to VB.NET, for those interested.
Is it just me...or has Wrox changed the binding on its books? While Wrox titles (at least in my library) have been the first to contract Broken Book Spine Syndrome, the front and back covers seemed more durable, and the book held very well. Which was a much-welcome change, I assure you. And this just isn't because this is a shorter title from Wrox...their entire .NET v1.0 line seems to be better built.
The code download is well-documented, and both Marco and Kevin make themselves very accessible for feedback and help.

WHAT I FEEL NEEDS IMPROVEMENT

Although it's obvious in the book community that having documentation for the two major .NET languages in a single title (Visual Basic .NET and C#) is a tall order to fill (and most often doubles the size of a book), the fact that the book is exclusively in C# may detract some of those developers partial to VB.NET from partaking of what is a really good book. Perhaps the good folks at Wrox are considering releasing a VB.NET version?
THEPHIILE.COM at the time of this writing doesn't exist on the Web...which was a minor downer. I was hoping to see the app running full-speed prior to trying the code out for myself, in the vein of the IBuySpy and ColdRooster demo projects.
While it's unconscionable that each and every line of code would be put on paper, the book highlights some of the more notable code constructs.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
26 of 27 people found the following review helpful:
5.0 out of 5 stars Title is totally "hands on" and far more practical than many, November 24, 2002
By Serge Baranovsky (Seattle, WA USA) - See all my reviews
(REAL NAME)   
I think that the first observation about this book is that it is not what I consider a normal Wrox book, in fact few books I've read both present and structure the content in the same consistent way that each chapter of this book does, making this the most useful book I've read in a long time. This title is totally "hands on" and far more practical than many that are more theory based. The author suggests that you download the code and "get in there" coding as you read the chapters; which is what I did.

The approach of taking an example site from conception to deployment may not please all readers as the level of detail may be too much for them (stored procedures and table design). However, if you are looking to buy this book to help you build a real-world, community based ASP site that requires administration, security and advertising to name just a few areas then this book can almost be followed word-for-word to achieve your goal. If the book does go into too much detail for you at the point of reading, then hold on to it because I'm sure it will become a vital reference book at some time in the future.

The nice thing about the structure of the book that makes it an easy and enjoyable read, other than the plainly written English, is the consistent approach to each chapter. The front of the book states that every chapter works around the three main issues we come up against time and again in development; Problem, Design and Solution. The Design sections lists the features required to solve the "problem in hand", then each of the sites physical layers are designed based on implementing these features using the correct technology as we move towards coding the Solution.

A good foundation is always built upon when solving a defined problem. All solutions are built in a modulised manner, which aids projects with geographically separated development teams, and also eases future maintenance or extensibility. Inheritance plays a large part in the creation of reusable objects in all .NET languages and is used extensively throughout the example web site within server/client controls and the pages themselves to implement security and error trapping. Architecture is considered at the outset, as it should be and the influence of the chosen architecture can be found in most chapters.

This book only ever implements the example ASP code in C# (all well written abiding to defined coding standards which isn't always the case in books) and uses other technologies as and when it needs to, these include - SQL Server Transact SQL, XML/XSLT, CSS, IIS administration, Web Services, ADO.Net and the .Net Framework, helping to give the reader a suitable knowledge grounding. In my opinion, it's a shame that code samples or at least downloads aren't provided in more languages. Although if you are a reasonable .NET programmer, you'll understand the C# syntax and the concepts that the book is trying to convey. The book doesn't over use code samples to pad it's size out, in fact it's a well sized book for the cost, so you won't feel cheated like is commonly the case with some E-Books that contain a lot of code and not so much explanation.

After praising the book so highly and outlining the structure and technologies the book utilises I shall identify the chapters this book covers and highlight a couple of my favorites.

Management/Administration (including secure modification of SQL Server connection settings on-line),
File Management,
Authentication,
News Management,
Advertising,
Polls,
Mailing lists,
Forums
and finally, of course, deployment of the application to a shared server (as most of us don't have the luxury of dedicated servers).

One chapter of interest, and an example of a chapter that I would hazard a guess that a lot of readers may copy large sections of, is called "Maintaining the Site". Again this chapter goes to the level of detail you might not want to read entirely but the contents could be invaluable when you come to implement such a section to a customer's site and the end result could be compared with some commercial implementations!

The point of this chapter is that it shows you how to include a protected/authenticated role based administration modal that allows:

Site Folder Navigation
Renaming of file/folders
Modification of attributes
Remote file uploading/downloading and maintenance
Text file alteration
Logging of changes
The beauty of this over using an FTP package is that it is web based so there are no firewall worries and it should make you look pretty impressive when talking to clients who require a small change as part of a demonstration, which a firewall could sometimes restrict you from achieving.

Another interesting chapter is 'Advertising'. This topic tied in with the 'Polls' chapter, (enabling your site to record demographic information about your visitors), will enable some readers to actually keep their sites alive and cover the annual cost of maintenance and hosting fees which can be high when you try to host .NET technologies. This is all done with an explanation of what perspective advertisers look for and how to implement and again record that information - be it hit counts or impression counts.

Finally the book actually encourages the reader to utilise the hard work that went into designing and programming an extensible framework and suggests that you actually build your own modules and add them to the framework (the result of the book and all the code within it).

So to summarise, if you followed this book and created your own site from it I think you'd have some very happy customers.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
20 of 20 people found the following review helpful:
5.0 out of 5 stars A Great, Great Book!, September 10, 2002
By gridman "gridman" (Western WA USA) - See all my reviews
If you are looking to develop a website in ASP.NET, using C#, and a SQL Server database, then this book is for you. The authors build a website from beginning to end, taking into account so many things: coding standards, tier design, modular development, security, deployment, and maintenance, to name just a few areas. In addition, they target the situation that a lot of people will be in, which is in using a third-party hosting company to host their website. This book was tailor-made for my project.

I didn't need several chapters that dealt with news management, polls, forums, advertising, and mailing lists, as my project didn't require those things. Still, for me, the book was well worth getting for everything else it contained.

All in all, I found this to be unique among computer books. It takes you through the design and development of a real-world project throughout the whole book, step by step, and when you are done, you have a solid understanding of the entire ASP.NET website development process.

Worth every bit of the money.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Unbelievable!
I've read through many of the reviews on this site, both positive and negative. The main point is that if you are a beginner to ASP. Read more
Published on February 27, 2006 by Brian Levin

5.0 out of 5 stars Outstanding ASP.NET Case Study
ASP.NET Website Programming: Problem - Design - Solution, C# Edition by Marco Bellinaso & Kevin Hoffman is one of the most USABLE books I have seen. Read more
Published on October 14, 2005 by Daniel McKinnon

4.0 out of 5 stars A reference book for developing a commercial web site
I did not like the layout of the matiral, a bit clombsy but as a refernce book for finding out how to develop a commercial web site it sure does the work.
Published on October 7, 2005 by DANIEL HASSON

4.0 out of 5 stars Great book... but definitely not for beginners
This book is supposed to be used by intermediate-to-experienced .NET programmers. If you have known almost everything about . Read more
Published on July 8, 2005 by Huy Tuan Nguyen

5.0 out of 5 stars This book has got me writing a lot of code
This is definitely one of my favorite books. I've read it cover to cover and I'm constantly going back to use the examples as patterns for building web sites and modules. Read more
Published on September 10, 2004 by Carl E. Olsen

5.0 out of 5 stars Must Have resource
I have not written a review ever on Amazon, but I am writing this. I will make it simple and fast I have been programming for over 10 years and this book was the most impressive... Read more
Published on May 25, 2004 by Raiford Brookshire

2.0 out of 5 stars reads more like a mystery than a reference book...
The code is all over the place in this book. It is fragmented, very hard to follow and does not follow the Patterns and Practices from Microsoft for ASP.NET development. Read more
Published on April 14, 2004

3.0 out of 5 stars Don't understand the five stars!!!
Well, this is a very good application creation. If you download the code and simply use it. You will have just some minor adjustments to make in web. Read more
Published on April 8, 2004 by Ghislain Tanguay

4.0 out of 5 stars It's a great book.
Well. I am beginner in .Net and keen to find a way to develop N-Tier application. This is a good book to start. Read more
Published on November 27, 2003 by Goh Siang Hwee

1.0 out of 5 stars This book is for relative experts... not even novices
I've been programming in ASP for about 3 years, have developed dozens of web applications. I've read and understood Beginning ASP.Net 1. Read more
Published on October 7, 2003 by tdsouza3

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.