or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
64 used & new from $5.27

Have one to sell? Sell yours here
 
   
Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

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

Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Paperback)

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

List Price: $39.99
Price: $27.57 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.42 (31%)
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
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 3 left in stock--order soon (more on the way).

Want it delivered Monday, November 23? Choose One-Day Shipping at checkout. Details
34 new from $17.89 30 used from $5.27

Frequently Bought Together

Customers buy this book with Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit by James D. Foxall

Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit + Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit

Customers Who Bought This Item Also Bought

Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit

Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit

by James D. Foxall
4.4 out of 5 stars (18)  $28.19
Perl Database Programming

Perl Database Programming

by Brent Michalski
3.5 out of 5 stars (6)  $40.95
ASP.NET for Dummies

ASP.NET for Dummies

by Bill Hatfield
4.2 out of 5 stars (46)  $21.36
Murach's Java Servlets and JSP, 2nd Edition

Murach's Java Servlets and JSP, 2nd Edition

by Joel Murach
4.5 out of 5 stars (22)  $27.05
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

Product Description

If you are familiar with creating HTML web pages but aren't familiar with creating dynamic, data driven web applications, you should consider learning ASP. And Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit is the perfect learning tool. The Starter Kit provides the unbeatable combination of programmer/author Scott Mitchell and the step-by-step learning method of the best-selling Sams Teach Yourself series. The accompanying CD includes Visual Web Developer 2005 Express, a lightweight, easy-to-use and easy-to-learn web development tool, and all projects developed in the book's examples.


About the Author

Scott Mitchell has authored hundreds of articles on Microsoft Web Technologies since 1998. In addition to his vast collection of online articles, Scott has written five previous books on ASP/ASP.NET, including Sams Teach Yourself Active Server Pages 3.0 in 21 Days; Designing Active Server Pages; ASP.NET: Tips, Tutorials, and Code; ASP.NET Data Web Controls and Sams Teach Yourself ASP.NET in 24 Hours. Scott has also written a number of magazine articles, including articles for Microsoft's MSDN Magazine and asp.netPRO. Scott has been a speaker at numerous ASP/ASP.NET user groups across the country and at ASP.NET conferences.

Product Details

  • Paperback: 696 pages
  • Publisher: Sams (April 6, 2006)
  • Language: English
  • ISBN-10: 0672327384
  • ISBN-13: 978-0672327384
  • Product Dimensions: 9 x 7 x 1.6 inches
  • Shipping Weight: 2.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (24 customer reviews)
  • Amazon.com Sales Rank: #442,256 in Books (See Bestsellers in Books)

More About the Author

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

Visit Amazon's Scott Mitchell Page

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.
 
(3)
(1)
(1)

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

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

 
8 of 8 people found the following review helpful:
5.0 out of 5 stars All-In-One Microsoft Web-Development Basics, Nicely Done, August 12, 2007
By David Gurgel (Roseland, New Jersey United States) - See all my reviews
(REAL NAME)      
Amazon Verified Purchase(What's this?)
ASP.NET is the heart of Microsoft's web-development platform. ASP.NET includes a large set of web-page controls and database access controls that are executed by a server-side engine. Just drag and drop these controls on a web page from the Visual Studio IDE (or its free, stripped-down version, Visual Web Developer), add a small amount of code (VB, C#, or other) to handle a few events, and you have a web application that handles almost any task, including heavy duty database access. Publish the ASP.Net pages on any web server with .NET support. When a user with any browser requests an ASP.NET page, the web server passes the request to the ASP.NET engine, which fills data requests and performs other processing chores, and then returns information to the user via the web server as standard HTML. ASP.NET is one of the top technologies used for major web sites. Any site showing pages with a ".aspx" extension is an ASP.NET site. As decribed below, it is hard to learn much at all about ASP.NET without exposure to a full set of Microsoft web development technologies.

If you want to quickly learn the basics of the complete suite of Microsoft tools (briefly described above) for programming web applications, this book by an experienced author and expert ASP.NET developer will serve you well. The included CD has all the Microsoft tools that you need - (1) Visual Web Developer Express, an integratged development environment for page design, code editing, testing, and project administration with most the of the important features of the professional Visual Studio environment, (2) an integrated web server that mimics Microsoft's IIS (a production-grade server) but will run even on XP Home Edition while IIS will not, (3) Visual Basic 2005 Express version, which is today the most common language for writing Microsoft code, (4) SQL Server 2005 Express Version, a starter version containing the basic funcitonality of the full SQL Sever 2005, which is one of the top three relational databases used for major websites.

So just add a computer with any version of XP or Windows 2000 or 2003. You will not need another reference to learn the basics of ASP.NET, VB, or SQL Server since this book is written for those with no prior experience with these Microsoft products. I would say that if you have never written any code, then perhaps a Teach Yourself VB book or other first programming book would be a better starting point.

I have many years of system administration and programming experience and used the book as a refresher before updating some simple but important applications that I wrote five years ago using older versions of the Microsoft web development servers and tools. I completed the first application update without other references except for a brief look at security issues in a SQL Server book.

For years I have made entry-level software engineers in my small technology company use an earlier version (by a different author) of Teach Yourself ASP.NET. This book is even better, although I would have preferred a book that taught the basics of publishing a site with IIS as well. As pointed out earlier, the author chose to use the web sever built in to Visual Web Developer since Microsoft no longer supports IIS on its entry-level OS version.

There were only a few typos. The twenty-four hours grew to about thirty-five as I slavishly completed all of the examples in the text.
Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)



 
12 of 14 people found the following review helpful:
5.0 out of 5 stars Overall an excellent introduction, June 28, 2006
By Ken Dove "Fitness Freak" (Calgary, AB. Canada) - See all my reviews
(REAL NAME)   
As a person new to ASP.NET I found Scott's book to be exceptionally low on the frustration scale while being an excellent introduction. Many computer books are rife with typos and oversights on the part of the author that cause newbies to tear their hair out when their project doesn't perform as the author intended. Scott has been extremely careful and I believe I only found two typos in the entire book that caused me to scratch my head for a few minutes trying to figure out what went wrong.

Do take your time going through the first 21 chapters as Scott moves pretty fast in chapters 22 to 24. You'll be lost if you don't take the time to pick up the basic skills. It will also be a little difficult for those who have no past experience with Visual Basic, although this is not a flaw with the book (Scott gives you all the code you need) just an observation.

Overall I was very impressed with this book. Returning to the world of web development after a hiatus of five years (I used to do brochure development with Dreamweaver and Flash) and having no previous experience with dynamic web pages other than a little php, I feel that I'm well on my way to acquiring the skill sets needed to develop fully functional e-commerce sites. I don't think there could be a better starting point than Scott's book. Well done!

Finally, Scott's support of his book is second to none. Twice I found myself stuck and couldn't figure out what I'd done wrong. I sent Scott an email and in both cases he responded within hours!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
8 of 9 people found the following review helpful:
4.0 out of 5 stars Great for Beginners, August 21, 2006
By Charles F. Sims "Frank" (Indianapolis, IN United States) - See all my reviews
(REAL NAME)   
I have been developing in MS ACCESS, VB, and SQL SERVER for several years; but I had no prior experience in web development. This book was great at laying a foundation for web-development. Each hour is a new piece of the web development puzzle. The author assumes you know nothing; while this may be frustrating for experienced developers, it does a lot of hand-holding for the novice web developer.

It is critical to note that is the reader's responsibility to take all the information and put it together and apply the information to your project. The Photo Album application the author has you build in the final section of the book will help facilitate some of that for you.

Overall I think it a great start for beginners. I'm now migrating to more intensive books. Good job Scott!
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 the book review from AskBargains.com
very nice book, easy to follow. include most basic concept of the ASP.NET 2.0
Published 15 months ago by uwspstar

3.0 out of 5 stars Should be called "Teach Yourself Visual Web Developer"
I'm only about 1/3 of the way through this book (I just finished hour 8) and am already frustrated with it. Read more
Published 16 months ago by K. Brawn

5.0 out of 5 stars Perfect How To Book
This is as close as I ever hope to come to a perfect how to do it book.
If you know anything about programming with almost any GUI IDE, this book (alone)will teach you how... Read more
Published 19 months ago by GreyFox

4.0 out of 5 stars Good starting point
I don't often review books but I felt I had to on this one. Coming from a classic ASP background I think this book really helped me get my feet wet in ASP.Net 2.0. Read more
Published 21 months ago by Brian Rhody

5.0 out of 5 stars Good book, great shipping!
shipped and arrived really fast and the other 2 books i had ordered, it turned out i didn't need them and amazon took them back without any problems and i got my refund. Read more
Published 21 months ago by Peter Hudson

5.0 out of 5 stars Very good book; Better than '..for dummies' book
Scott Mitchell is a very good author and has a great deal of ASP knowledge. This book took me from knowing absolutely nothing and a few days later I was creating a Web... Read more
Published 23 months ago by Anonymous

1.0 out of 5 stars Useless book = waste of time + waste of money
The more I read this book, the more I realized that I was wasting my time and the money I paid for this book. Read more
Published 23 months ago by J. Perez

5.0 out of 5 stars Great book!
An excellent book if you know HTML and have had some experience with databases and web programming. I am a static web programmer needing to learn dynamic creation of websites... Read more
Published on October 9, 2007 by Marilyn F. Doyle

5.0 out of 5 stars Especially good at data-related subjects
An excellent resource for beginners. If you are a complete beginner to ASP.NET, and also want to brush up on Visual Basic, start with Hatfield's ASP.NET 2.0 for Dummies. Read more
Published on September 24, 2007 by Scott Saccenti

3.0 out of 5 stars Meets Expectation
I read and did all of the exercises of this book from beginning to end. I did not skip a single page. Read more
Published on September 14, 2007 by K. Dang

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
Has anyone ever gotten ASP.NET to work ? 0 October 2007
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer 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.