ASP.NET 3.5 Website Programming: Problem - Design - Solution and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Start reading ASP.NET 3.5 Website Programming: Problem - Design - Solution on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

ASP.NET 3.5 Website Programming: Problem - Design - Solution [Paperback]

Chris Love
2.9 out of 5 stars  See all reviews (12 customer reviews)

List Price: $44.99
Price: $31.94 & FREE Shipping. Details
You Save: $13.05 (29%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 1 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $29.99  
Paperback $31.94  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

October 19, 2009 0470187581 978-0470187586 1
  • Uses the popular Problem;Design;Solution format to help readers, especially those who know how to code specific ASP.NET features, learn to "put it all together" into a complete Web application
  • Emphasizes n-tier ASP.NET Web application architectural design, something intermediate and advanced ASP.NET developers need and can't find anywhere else
  • Current edition is the most popular and discussed book in the p2p.wrox.com reader discussion forums
  • Covers registration and membership system, user-selectable themes, content management systems, polls, mailing lists, forums, e-commerce stores, shopping carts, order management with real-time credit-card processing, localization, and other site features
  • Developers also learn to handle master pages, themes, profiles, Web parts, server-side UI controls, compilation, deployment, instrumentation, error handling and logging, data access with ADO.NET and LINQ, ASP.NET AJAX, and much more

Frequently Bought Together

ASP.NET 3.5 Website Programming: Problem - Design - Solution + ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solution
Price for both: $65.92

One of these items ships sooner than the other.

Buy the selected items together


Editorial Reviews

From the Back Cover

Sharpen your ASP.NET 3.5 skills as you develop a real-world website

The ASP.NET 2.0 version of this book was the first to introduce experienced ASP.NET 2.0 programmers to building a web application with a layered approach. Now updated for ASP.NET 3.5 and the Entity Framework, this unique book takes good website design beyond page-by-page coding by emphasizing n-tier ASP.NET web application architectural design. Each chapter addresses a problem or business need and then discusses the necessary pieces of the puzzle you'll use to solve that problem. In addition, a professional-level website framework is at the ready, from which you can build real websites, extend the code, and implement specific ASP.NET code.

  • Explains how to implement core features, including master pages, themes, membership, profiles, and personalization
  • Demonstrates ways to best use ASP.NET AJAX, the Entity Framework, and Visual Studio code
  • Shares techniques for compilation, deployment, instrumentation, error handling, and logging
  • Uncovers tips for separating a site's UI and presentation layer from the pluggable data access layer and business logic layer
  • Features helpful examples and hands-on code, as well as resourceful ways to handle common problems
  • Features code examples in the book using Visual Basic and a complete sample application download available in both C# and Visual Basic

wrox.com

Wrox Problem – Design – Solution references give you solid, workable solutions to real-world development problems. Each is devoted to a single application, analyzing every problem, examining relevant design issues, and implementing the ideal solution.

Programmer Forums
Join our Programmer to Programmer forums to ask and answer programming questions about this book, join discussions on the hottest topics in the industry, and connect with fellow programmers from around the world.

Code Downloads
Take advantage of free code samples from this book, as well as code samples from hundreds of other books, all ready to use.

Read More
Find articles, ebooks, sample chapters and tables of contents for hundreds of books, and more reference resources on programming topics that matter to you.

About the Author

Chris Love has been the principal developer for more than 250 ASP and ASP.NET websites. He is a Microsoft MVP for ASP.NET.

Product Details

  • Paperback: 648 pages
  • Publisher: Wrox; 1 edition (October 19, 2009)
  • Language: English
  • ISBN-10: 0470187581
  • ISBN-13: 978-0470187586
  • Product Dimensions: 7.5 x 1.3 x 9.1 inches
  • Shipping Weight: 2.4 pounds (View shipping rates and policies)
  • Average Customer Review: 2.9 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Best Sellers Rank: #519,897 in Books (See Top 100 in Books)

More About the Authors

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

Customer Reviews

Most Helpful Customer Reviews
8 of 8 people found the following review helpful
3.0 out of 5 stars Concepts Good - Project Details Poor November 15, 2009
Format:Paperback|Amazon Verified Purchase
Because I was familiar with the earlier version of the Beer House project I thought I would take a chance and purchase this book before it had been reviewed. That was a big mistake! Even though the author does a good job of explaining concepts and his design criteria, you can't build the project from the book alone. Because project details such as what goes where and layout are very vague I found myself getting lost frequently. Anyone trying to follow along and build the project will quickly become frustrated. If you do purchase this book you MUST download the project code if you want to have any hope of building the project.
Comment | 
Was this review helpful to you?
8 of 9 people found the following review helpful
1.0 out of 5 stars Be Warned - Download Code Does not Work February 8, 2010
Format:Paperback|Amazon Verified Purchase
I am really tired of spending good money on books whose accompanying, downloadable code does not work. Why put it up at all???

If the code can't back up the ideas set out in the pages, they're not much good to me.

So, if you insist on a well-written, functioning application which you can run, and from which you can learn, this book is probably not for you.
Comment | 
Was this review helpful to you?
8 of 9 people found the following review helpful
2.0 out of 5 stars Great in explaining the new concepts, but... December 12, 2009
Format:Paperback|Amazon Verified Purchase
I am also familiar with the previous edition and this TBH project. The first few chapters of this book are great. The author explains carefully the concepts of the new Entity Framework, LINQ and AJAX very clearly in chapter 3. He also compares his new approach with the previous approach done by Marco Bellinaso, and states that his new approach is a better approach than the previous one (e.g., in page 108 he said "...(the previous technique) is often not done in high-demand production sites and reduces an n-tier architecture to a flat model ...".

Chapter 4 is also good and he introduced AJAX to improve the previous version.

A lot of mistakes & errors start to appear afterward. Chapter 8 (Forums) is deplorable as 80% of the content in this chapter is a direct copy of the previous edition. Even the class diagram in p.402 is totally wrong, with all the functions like "GetForumFromForumDetails()", which only appears in the previous edition. And the methods in p.405 (strangely in C# instead of vb), GetThreads(), is an exact copy of the previous one, which uses SqlConnection instead of leveraging the entity framework.

I tried to download the C# project code for this book from Wrox's website, and it is not completed yet, and even with a lot of VB code in it (e.g., Forum.cs)!!!, and it won't compile.

I hope the author will update this great book and the project code in C# very soon. I also hope that Marco Bellinaso will take over and do it again for asp.net 4.0.

For those who are familiar with the previous edition by Marco Bellinaso, this is a very good book to learn about the new Entity Framework and other things. But if you haven't read the previous version, you will find it very hard to build the project by just following this book.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
1.0 out of 5 stars Do not buy this crap.
I am amazed at how bad this book is written. The examples in the book and the source code both do not work. Read more
Published 18 months ago by John smith
2.0 out of 5 stars Good on concepts, HORRIBLE at providing examples
I really wish I had read the other reviews of this book prior to purchasing. Most of the books in the "Programmer to Programmer" series that I have read have been excellent... Read more
Published 19 months ago by C. Ehret
1.0 out of 5 stars What the HECK!!!
The concepts in this book are first class material for every website. However coding while following the book is impossible, unless you are Chris Love himself(No step-by-step... Read more
Published on March 22, 2010 by KrazyProgramer
4.0 out of 5 stars Generally very pleased
Let me say up front that Chris Love has done a good job on building on what is already a well documented Web site. Read more
Published on March 14, 2010 by James Lavine
5.0 out of 5 stars Problem - Design - Solution Format is a Practical Way to Learn Code
Chris Love, a principal developer for more than 300 ASP and ASP.NET websites, shows off his real world experience with this book, which I considered excellent. Read more
Published on March 7, 2010 by Davis M. DeBard
1.0 out of 5 stars Don't waste your money unless you've bought the previous versions of...
I don't have the previous versions of this book which made this book WORTHLESS! Don't waste your time on this one if you don't have the series. Read more
Published on February 15, 2010 by Matt McDonald
5.0 out of 5 stars Great book!
I had never used Visual Studio before purchasing this book and it has helped me tremendously! Great purchase.
Published on December 13, 2009 by C. Owens
5.0 out of 5 stars A Practical Guide to ASP.NET 3.5
The author of this book came to our town to talk about the lessons learned from developing with the Entity Framework with the Beer House project. Read more
Published on December 12, 2009 by Christopher Eargle
5.0 out of 5 stars Great book on Practical ASP.NET examples
I have been using ASP.NET 3.5 for about a year now and have a few books from Apress and Wrox but was looking to get a more intermediate-advanced book with a real project that could... Read more
Published on November 30, 2009 by Frank Stepanski
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category