Review and Shop
 Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » General » ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer)August 20, 2008  
Categories
Cameras
Cars Accessories
Sporting Goods
Electronics
Computers
Software
Tools
Office Products
Books
DVD
Music
Kitchen
Magazines

Information
Review and Shop
Camera Articles
Travel Articles
Real Estate Articles
Bitch News
Download Wallpapers
Business Books
Camera Store
Car Accessories
Computer Books

Related Categories
• General
Programming
Computers & Internet
Subjects
Books
• General
Languages & Tools
Programming
Computers & Internet
Subjects
Books
• General
Programming
Web Development
Computers & Internet
Subjects
Books
• ASP
Programming
Web Development
Computers & Internet
Subjects
Books
• General
Computers & Internet
Subjects
Books
• All Amazon Upgrade
Amazon Upgrade
Custom Stores
Specialty Stores
Books
• Computers & Internet
Amazon Upgrade
Custom Stores
Specialty Stores
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books

Subcategories
Paperback
Mass Market
Trade

ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer)
ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer)
enlarge
List Price: $39.99
Buy New: $19.98
You Save: $20.01 (50%)
Buy New/Used from $19.95

Avg. Customer Rating: 4.5 out of 5 stars(based on 60 reviews)
Sales Rank: 28127
Category: Book

Author: Marco Bellinaso
Publisher: Wrox
Studio: Wrox
Manufacturer: Wrox
Label: Wrox
Languages: English (Original Language), English (Unknown), English (Published)
Media: Paperback
Edition: 1
Number Of Items: 1
Pages: 600
Shipping Weight (lbs): 1.9
Dimensions (in): 9.2 x 7.4 x 1.3

ISBN: 0764584642
Dewey Decimal Number: 005.276
EAN: 9780764584640
ASIN: 0764584642

Publication Date: May 8, 2006
Availability: Usually ships in 1-2 business days

Accessories:

  • Beginning ASP.NET 2.0 with C# (Wrox Beginning Guides)
  • ASP.NET 2.0 MVP Hacks
  • Professional ASP.NET 2.0 (Programmer to Programmer)

Similar Items:

  • ASP.NET 2.0 Instant Results (Programmer to Programmer)
  • Professional ASP.NET 2.0 Special Edition (Wrox Professional Guides)
  • Professional ASP.NET 2.0 AJAX (Programmer to Programmer)
  • ASP.NET 2.0 Unleashed
  • Professional ASP.NET 2.0 (Programmer to Programmer)

Editorial Reviews:

Product Description
ASP.NET 2.0 Programming: Problem Design Solution is aimed at describing, designing, and implementing a site much like the ones you?re probably working on or will be soon, while taking the opportunity to introduce and explain many of the new features that the new great ASP.NET 2.0 framework offers. Difficult problems are addressed head-on so you'll be ready for most of the problems you?ll typically face when writing a modern website, and have one or more solutions ready for them.

Unlike many other ASP.NET books that show examples for individual pages or features, the example in this book is an integrated end-to-end site (written in C#). The entire book and site has been written specifically for ASP.NET 2.0, to use the ASP.NET 2.0 features wherever they make sense.

The end-result is a website which features a layout with user-selectable themes, a membership system, a content management system for publishing and syndicating articles and photos, polls, mailing lists, forums, an e-commerce store with support for real-time credit card processing, homepage personalization, and localization. The book leads the reader through development of a site with:

  • Account registration, personalization and theming
  • News and events, organized into categories
  • Opinion polls
  • Newsletter
  • Forums
  • E-commerce store with shopping cart and order management
  • Localization
Administration of a site will be covered including:
  • Full online back-end administrative section, to manage practically all data from an intuitive user interface
  • Site deployment
In building these site features, you'll learn these new ASP.NET 2.0 features:
  • Master pages
  • Theming
  • Personalization & Web parts
  • Membership & Profile modules
  • Personalization
  • The new server-side UI controls such as GridView, DetailsView, FormView, Wizard, MultiView, the new xxxDataSource and navigation controls, among others.
  • The new compilation mode and deployment modes
  • The new framework for instrumenting the site, as well as handling & logging exceptions
  • The new ADO.NET 2.0 features (e.g. caching with database dependency)
  • The new classes for easy distributed transactions Management

This book is also available as part of the 5-book ASP.NET 2.0 Wrox Box (ISBN: 0-470-11757-5). This 5-book set includes:

  • Professional ASP.NET 2.0 Special Edition (ISBN: 0-470-04178-1)
  • ASP.NET 2.0 Website Programming: Problem - Design - Solution (ISBN: 0764584642 )
  • Professional ASP.NET 2.0 Security, Membership, and Role Management (ISBN: 0764596985)
  • Professional ASP.NET 2.0 Server Control and Component Development (ISBN: 0471793507)
  • ASP.NET 2.0 MVP Hacks and Tips (ISBN: 0764597663)
  • CD-ROM with more than 1000 pages of bonus chapters from 15 other .NET 2.0 and SQL Server(TM) 2005 Wrox books
  • DVD with 180-day trial version of Microsoft(r) Visual Studio(r) 2005 Professional Edition



Customer Reviews:   Read 55 more reviews...

4 out of 5 stars Excellent Book   July 12, 2008
Nice book for website design and development. Author has done an excellent job explaining how to use DAL and BLL. I would recommend this book to anyone doing the web development.


5 out of 5 stars First Rate - but not for beginners   July 8, 2008
  1 out of 1 found this review helpful

This is one of the best software books I have read. The explanations are clear. There is a complete example for every step. He doesnt skip steps. His explanations are not verbose. His language is straighforward - I have yet to find a place where he uses "leverage". The text is written in VB which is not my first choice but the listings are all on disk in both VB & C# so I just browse the C# examples in Visual Studio as I read.

This is NOT a beginners book. To benefit from this book, you must be proficient in VB or C#, OOP and events, know something about web pages, html, CSS etc and have a rudimentary understanding of databases. He does spend a fair amount of time explaining database interaction so this book would serve as a tutorial on SQL queries and connection strings. I expect too that experts in ASP classic would be bored by this book and find its pace too leisurely. I am a software developer with just a bit of experience in web technology and this book really hit the mark.

Neither is this a reference book - although he does go into a lot of detail, the material is organized and chosen for instruction.



5 out of 5 stars Great examples in this book for real world applications   June 13, 2008
The web site that this book creates by the end is a great example of a content management system. I don't get to program often, so seeing an implemented version of a 3-tier web site is valuable. The example in this book goes a long way to show (not just tell) why 3-tier design can be so beneficial. Lots of other great examples too that you would have a tough time finding in on-line forums, such as caching and paging directly from the database. I liked the extra touch of the last chapter, which provides the minute details for publishing your site to web server. All the examples are in c# only, which is the language that I prefer anyway.


5 out of 5 stars Not for beginners   December 29, 2007
  3 out of 3 found this review helpful

Even in the books preface, it says it's not a book for beginners. It's geared more toward asp.net developers that have at least dabbled in design using Visual Studio. The book is more or less one big practical example. I recommend it for the novice+ developers of ASP.NET.


5 out of 5 stars Great book to get up to speed on 2.0   December 28, 2007
This book is a great example of how to utilize VS 2005/Web 2.0 principles. There are a few components you can rip right out and utilize for other sites, it is a great addition to anyone's toolbox.

Review and shop Cameras, Cars Accessories, Sporting Goods, Electronics, Computers, Software, Tools, Office Products, Books, DVD, Music, Kitchen, Apparel, and much more at discount prices! You find the Best Bargains right here!