Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$3.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Microsoft ASP.NET Fast & Easy Web Development
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Microsoft ASP.NET Fast & Easy Web Development [Paperback]

Nitin Pandey (Author)
2.3 out of 5 stars  See all reviews (6 customer reviews)

List Price: $29.99
Price: $20.06 & eligible for FREE Super Saver Shipping on orders over $25. Details
You Save: $9.93 (33%)
  Special Offers Available
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 1 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback $20.06  

Book Description

1931841462 978-1931841467 May 2, 2002 1
Don't spend your time wading through manuals to learn ASP.NET. Spend it doing what you do best--creating Web pages! Begin with an introduction to the .NET initiative, and then work your way through the concepts of ASP.NET, Visual Basic.NET, and ADO.NET. Combining easy-to-understand instructions with visual examples, this book offers a unique, hands-on approach to ASP.NET..

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Editorial Reviews

About the Author

Nitin Pandey works as a consultant with NIIT. He has authored several books, including Commerce Server 2000 Configuration and Administration, Visual Studio .NET for Dummies, and C# Professional Projects.

Product Details

  • Paperback: 416 pages
  • Publisher: Course Technology PTR; 1 edition (May 2, 2002)
  • Language: English
  • ISBN-10: 1931841462
  • ISBN-13: 978-1931841467
  • Product Dimensions: 9.1 x 7.4 x 0.9 inches
  • Shipping Weight: 1.5 pounds (View shipping rates and policies)
  • Average Customer Review: 2.3 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #2,529,741 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

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

4 of 4 people found the following review helpful:
5.0 out of 5 stars Very easy to read, covers all the important details, June 21, 2004
By A Customer
This review is from: Microsoft ASP.NET Fast & Easy Web Development (Paperback)
Ignore the other reviewers, don't know what they're talking about.

I'm a professional programmer who selected this book because I was under a deadline for an ASP.NET project and knew nothing about ASP.NET. I bought Sams ASP.NET Unleashed (1200 pages) first, and found it really hard to decipher--as a beginner. For one thing, Walther prefers Web Matrix over Visual Studio, which I found utterly irritating (no VS.Net projects). Finding solutions in this book is a long-term prospect, and I'll admit it's got the details I'll need to learn eventually. But for getting up to speed quickly, this little gem of a book by Pandey does a great job.

The author succeeds with simple writing (short sentences that are easy to consume), while still covering "enough" of the technical details to get the job done. There were many things I wish he'd covered in more detail, like how to connect to IIS without FP Server Extensions, and how to debug an ASP.Net app (skips over that subject with barely a mention), but then again, a lot of these things are assumed to be set up already by an ops/lan/sa, so this book doesn't deal with config, which is okay. I don't mind that. If I'd had my system running IIS in the first place, I would have learned much more quickly. I highly recommend that you install IIS5 on your Win2k/XP box while learning, and not try to do remote development while learning.

I'm reading this book through a second time before passing it on to a junior member of the team, and will soon dive into the ASP.Net Unleashed book again. I thoroughly enjoyed it and appreciate Pandey's easy writing style. He speaks to you, rather than preaching AT you, and doesn't condescend...he explains stuff patiently and politely with no assumptions.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
2.0 out of 5 stars An extremely poor text, August 28, 2005
This review is from: Microsoft ASP.NET Fast & Easy Web Development (Paperback)
REVIEW: While not completely atrocious, this volume is certainly not among my favorite IT books. To begin, it is written in very understandable english. However, this is misleading. Oftentimes, that simple english conceals details that are quite useful and downright necessary for the examples given. To quote page 178: "Write the code for the GetDocumentation method." Note that the book does not give you the complete code (unlike most tech books). All the reader gets is a screenshot of the VS.NET window.

Now, you might think that's not too bad. There's probably a CD or a website that you can download the source from, right? Wrong. The website listed on the back of the book and in the introduction is not a valid URL. I eventually tracked down the real publisher and downloaded the source code. Unfortunately, it's buggy and comes with a senseless installation application.

In essence, this book is a lot of flash and no substance. It doesn't clearly explain concepts nor does it adequately present the material. At times it acts as if the reader is already very experienced (not providing the full source) while at others it reads as if it were written for a CS 101 class (showing step by step which buttons to click to create a new app).

STRENGTHS: Very few and far between. The screenshots provided are useful for positioning of controls and overall appearance conformity. The book also does a decent job of introductory explanations such as "Introducing the .NET Initiative." Which, parenthetically you could also read for free about on Microsoft's site. These, however, do not outweight the glaring errors present though.

WEAKNESSES: Aside from the above complaints, a major issue that I had with the book is that it did not use standard Hungarian notation. Instead, the author used IDs such as "AdRotator1", "CalStart", "documentation", "picture", etc... Naming conventions like these simply scream "amateur" to me.

WHO SHOULD READ THIS BOOK: If you still want to read it, I'd recommend that you already be familiar with VB.NET or C#. Also, an understanding of web technologies such as IIS and SQL Server are quite useful when the author neglects to tell you important information.

FOR SIMILAR/RELATED TOPICS, CONSIDER: I would recommend "ASP.NET by Example" (ISBN 0789725622) or "Sams Teach Yourself ASP.NET in 21 Days" (ISBN 0672324458). Both are far better.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
1.0 out of 5 stars Don't waste your money!, May 12, 2005
By 
Carl Kern (Orange County, CA) - See all my reviews
(REAL NAME)   
This review is from: Microsoft ASP.NET Fast & Easy Web Development (Paperback)
This is by far the worst computer book I have ever read. This book does not deliver on any level.

I am an experienced VB programmer new to ASP.NET. If you are a beginner, you will learn nothing from this book. If you are an experienced programmer but new to ASP.NET, again you will learn little from this book and will be forced to search elsewhere for your answers.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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




Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
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 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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject