42 used & new from $0.69

Have one to sell? Sell yours here
 
 
Sams Teach Yourself ASP.NET in 21 Days
 
 

Sams Teach Yourself ASP.NET in 21 Days (Paperback)

~ (Author)
3.7 out of 5 stars  See all reviews (54 customer reviews)


Available from these sellers.


12 new from $10.38 30 used from $0.69

Formats

Amazon Price New from Used from
  Paperback, August 21, 2002 $37.11 $1.43 $1.44
  Paperback, July 20, 2001 -- $10.38 $0.69

Customers Who Bought This Item Also Bought

Sams Teach Yourself C# in 21 Days

Sams Teach Yourself C# in 21 Days

by Bradley Jones
3.9 out of 5 stars (16)  $28.14
Sams Teach Yourself Visual Basic .NET Web Programming in 21 Days

Sams Teach Yourself Visual Basic .NET Web Programming in 21 Days

by Peter Aitken
Sams Teach Yourself JavaScript in 21 Days

Sams Teach Yourself JavaScript in 21 Days

by Andrew Watt
3.4 out of 5 stars (10)  $29.91
Sams Teach Yourself Visual Studio .NET 2003 in 21 Days

Sams Teach Yourself Visual Studio .NET 2003 in 21 Days

by Jason Beres
2.8 out of 5 stars (21)  $30.89
Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit

Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit

by Scott Mitchell
4.4 out of 5 stars (13)  $23.09
Explore similar items

Editorial Reviews

Amazon.com Review

Ideal for anyone new to Web programming on Windows and for anyone making the leap from the older ASP to the new ASP.NET, Sams Teach Yourself ASP.NET in 21 Days offers an approachable guide to the latest in Microsoft .NET technologies. The author's example-packed and accessible presentation style help make this title a success.

In a three-week lesson plan (actually this book has 23 lessons, plus three extra "bonus" weekly sample programs), this text walks the reader through the essential APIs and programming techniques needed to use ASP.NET effectively. For those with some previous ASP experience, this book shows what's different (and better) in ASP.NET. (In fact, every chapter has a section marked "But That's Not ASP!" where the author points out gotchas and tips for navigating the richness and complexity of the new ASP.NET.)

After covering basic Web Forms and controls, the author looks at database support and ADO.NET, then XML, in subsequent sections. He uses an online banking application, which is enhanced after each full week, to show off techniques from each group of lessons. (His final, fanciful "BananaMobile" online application, however, might be a bit off the mark for some business readers.) Along the way, there's good coverage here of Web services and the basics of configuring and deploying ASP.NET applications on live servers. A late section on mobile controls glances at Mobile Web controls.

Like other titles in the Teach Yourself series, every lesson presents the reader with a handful of questions (usually about a half dozen), with thorough answers provided in a reference appendix. In all, this title will make ASP.NET accessible for just about anyone, with or without exposure to the older ASP standard. Clearly written and well organized, the author covers a lot of material but doesn't get bogged down with the somewhat daunting details of .NET. --Richard Dragan



Product Description

Sams Teach Yourself ASP.NET in 21 Days introduces readers to ASP.NET through individual lessons contained in chapters. These lessons begins with a thorough overview of the technology and framework involved, and gradually build into more difficult lessons requiring deeper engineering skills and knowledge. Sam's Teach Yourself ASP.NET in 21 Days is the perfect book to introduce beginner and intermediate readers to the new technologies and frameworks presented by ASP.NET. By guiding readers through short but increasingly complex lessons, this book will give the reader a strong foundation in ASP.NET, and the knowledge to develop their own creative solutions. Readers will delve into the new framework, the C# and Visual Basic programming languages, and techniques to approach difficult problems

Product Details

  • Paperback: 1024 pages
  • Publisher: Sams (July 20, 2001)
  • Language: English
  • ISBN-10: 0672321688
  • ISBN-13: 978-0672321689
  • Product Dimensions: 9.1 x 7.4 x 2.3 inches
  • Shipping Weight: 4.2 pounds
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (54 customer reviews)
  • Amazon.com Sales Rank: #416,963 in Books (See Bestsellers in Books)

More About the Author

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

Visit Amazon's Chris Payne Page

Look Inside This Book

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

54 Reviews
5 star:
 (22)
4 star:
 (11)
3 star:
 (8)
2 star:
 (11)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (54 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
23 of 23 people found the following review helpful:
3.0 out of 5 stars Teach Yourself ASP.Net with Payne, January 14, 2003
By Walter Nicolau (Columbia, MD United States) - See all my reviews
From the introduction: "Previous programming is not required, but will help immensely" (page 1). Correction: programming experience IS required and will indeed help immensely. "The only must-have prerequisites are a basic knowledge of HTML and some familiarity with your operating system" (page 2). Correction: In order to be able to follow the examples, you need to be familiar with C#, VB, and XML programming languages and understand what .NET delivers and how to install its components on your machine because you will need all these to run your examples, exercises, and projects.

Having said this, I move to state that the master ASP in 21 days does not look like a realistic goal. In fact, if you are a beginner, chances are that by day three you will be thoroughly confused (and maybe even frustrated).

According to my view, the main weakness of this book lies in its overly ambitious scope. Although clearly and coherently written, despite its 900 plus pages, Teach Yourself ASP.Net... barely covers the basics and lets you hanging on at topics that need substantial coverage, for example: web forms, user controls, caching, and business objects, to name a few. It does start on an ambitious note with an impressive agenda but the author soon loses touch with his audience and starts using advanced notions without properly explaining their purpose or entangles himself in some awkward phrases: "The if statement on line 18 checks the CheckBox control's Checked property to determine if the check box is checked" (page 163). The learning process is also slowed down by lack of practicality; after going through ten listings where the "Hello World" or "Hello There" outputs are used, one starts to get a little bored. In all fairness though, the book does contain a few interesting projects, which add to its stronger features.

Another feature that I disagreed with was the usage of VB and C# languages. The author starts by listing examples using both languages but soon abandons C# almost completely in favor of VB.

This is clearly not a book for beginners and one absolutely needs to complement the reading with other books on the subject. As far as the 21 one days goal is concerned, I think that although not incorrect, it is deceiving. It depends on how many hours a day one can set aside for study. If the answer is 24, then, yes, the target is achievable.

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



 
24 of 25 people found the following review helpful:
4.0 out of 5 stars Good beginning to intermediate work, August 10, 2001
By gbworld@comcast.net (Nashville, TN USA) - See all my reviews
If you are a beginner with ASP.NET, you should find that there is plenty of material to get you up to speed with ASP.NET. Unlike some of the 21 days series, this book gets into some really meaty subjects. The book on data access is well worth the price of admission. In fact, it is easier to read and understand than the code intensive "Professional ASP.NET" book from Wrox, which is not a bad book either. This makes it a better beginners book, hands down.

If you are advanced, you will find a lot of material, esp. if you have not touched on ADO.NET very much. The common ASP.NET mistakes will help some more advanced programmers, although Dan Appleman's VB.NET book is much better at this.

My personal beef with the book is most of the code is written in the ASPX page itself, rather than CodeBehind. The book does cover CodeBehind, but puts it almost as an aside. The separation of code and UI into separate files is one of the primary strengths with ASP.NET, IMHO. This is true of the Wrox book, as well.

After running through this book, I was inclined to lower my rating of Professional ASP.NET a notch. This book is better written, and runs together better. I still like the Wrox book, but I think this one will have more value to a person just getting into ASP.NET. Too much of the Wrox book is not beta 2 compliant (not a whole lot, but more than this book). This book hits closer to home. Good job, Chris.

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



 
10 of 10 people found the following review helpful:
2.0 out of 5 stars Certainly not the best beginning ASP.Net book, December 18, 2001
By "ljp007" (San Francisco, CA USA) - See all my reviews
I bought this book because of the reviews it had on Amazon. I learned from this experience that you can't use Amazon reviews as your sole criteria for purchasing a book (that's why you should stop reading now). The author glosses over many of the principles needed to learn the subject. Instead, he briefly discusses code examples (and these explanations many times leave you with more questions than answers) and does not highlight with enough clarity the most fundamental aspects of ASP.net. One of my biggest problems though was the authors total lack of explanation for the end of chapter exercises. If you have any questions (and you will) about how and why the author has coded one of the exercise solutions, you won't find the answer anywhere in this book. Furthermore, many times I found that the exercise problems asked you to perform operations and methods the author didn't discuss in the chapter or any previous chapter for that matter. These problems will really leave you scratching your head. It doesn't deserve one star, but definitely doesn't merit 4.5 (it's current average). I just purchased ASP.Net Unleashed and this is by far a much better book. It would be my recommendation.
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

4.0 out of 5 stars DO NOT BUY THIS BOOK-It's out of date.
It's a good book for what I used it for. I didn't use the book to actually learn how to program asp.net. Read more
Published 8 months ago by D. E. Johnston

5.0 out of 5 stars Helpful, How it needs to have step by step instructions using Visual Studio 2005 and less technical discussion. VS insulates!
1. If you do not specify the action, the form goes right back to itself. This is called a postback form because it post back to itself.

2. Read more
Published 14 months ago by Golden Lion

5.0 out of 5 stars n00b to guru in 21 days!
I might be crazy, but reading this book was actually a lot of fun! It covers everything you need to get going with ASP.NET. Read more
Published on June 11, 2007 by 123

2.0 out of 5 stars NOT for beginners
I spent 2 months on day 1. If the author had simply added, "If you can't install IIS, you can use Personal Web Server, which comes free from Microsoft," it would have saved me a... Read more
Published on June 2, 2007 by Charles Conlin

1.0 out of 5 stars Codes don't work????
I am perplexed at the users that rated this publication highly and I would be very interested in speaking with them to find out how they got the codes to work. Read more
Published on May 9, 2006 by Jaime Spangenberg

2.0 out of 5 stars Disappointing layout
Although the technical examples are acceptable, I found it difficult to follow the book and progress at a decent pace. Read more
Published on April 4, 2006 by A. M. Janse Rensburg

5.0 out of 5 stars Packed with easy to follow examples
What I liked about "ASP.NET in 21 Days" is the style of the author.

You see, the author wastes no time, from the very first few chapters of the book he packed it... Read more
Published on May 11, 2005 by Walid Abdi

3.0 out of 5 stars Very tricky for starters
I'm not sure what to rate this book yet so I'm giving it a 3. I'm about 2 days in and couldn't get past the day 1 exercise. Read more
Published on February 2, 2005 by Q. Jones

2.0 out of 5 stars Code doesn't work in some cases
I'm a big fan of Sams Teach Yourself in 21 days series, but I have to admit that this book isn't worth it. Read more
Published on August 20, 2004 by A. C. Schools

3.0 out of 5 stars Flawed but somewhat useful book
Chris Payne seems to know what he's talking about with ASP.NET development. Not knowing his audience is the major flaw. Read more
Published on May 9, 2004 by Scott Fisher

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
   


Listmania!


So You'd Like to...


Create a guide

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.