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.55 & 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
ASP.NET for Developers
 
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.

ASP.NET for Developers [Paperback]

Michael Amundsen (Author), Paul Litwin (Author)
3.0 out of 5 stars  See all reviews (3 customer reviews)

Price: $34.99 & this item ships for FREE with Super Saver Shipping. Details
  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 Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

067232038X 978-0672320385 December 24, 2001 1

ASP.NET For Developers focuses on teaching the reader ASP.NET using Visual Basic.NET in the most concise, straightforward manner possible. The book presents key concepts for using ASP.NET and VB.NET to efficiently create useful applications. The book contains specific, practical shortcuts and examples based on the extensive experiences of the authors, especially Amundsen's ground floor involvement with IBUYSPY.com.


Special Offers and Product Promotions

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

Editorial Reviews

From the Back Cover

ASP.NET For Developers focuses on teaching the reader ASP.NET using Visual Basic.NET in the most concise, straightforward manner possible. The book presents key concepts for using ASP.NET and VB.NET to efficiently create useful applications. The book contains specific, practical shortcuts and examples based on the extensive experiences of the authors, especially Amundsen's ground floor involvement with IBUYSPY.

About the Author

Michael Amundsen is an internationally best-selling author with titles such as Practical Visual InterDev and Sams Teach Yourself Database Programming with Visual Basic in 21 Days. In addition, Amundsen teaches and consults on development topics: Visual InterDev, Visual Basic, database development, and ASP. He was also one of the developers of IBUYSPY.com, Microsoft's example website for ASP.NET.

Paul Litwin, Conference Chair for ASP Connections and XML Connections, is a senior consultant with Litwin Consulting and MCW Technologies. Paul has written several books, including the Access 2000 Developer's Handbook. Paul trains numerous developers and has authored courseware for AppDev's Active Server Pages, Visual InterDev as well as Access classes and CD & video seminars.


Product Details

  • Paperback: 480 pages
  • Publisher: Sams; 1 edition (December 24, 2001)
  • Language: English
  • ISBN-10: 067232038X
  • ISBN-13: 978-0672320385
  • Product Dimensions: 9 x 6 x 1.1 inches
  • Shipping Weight: 1.4 pounds (View shipping rates and policies)
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Best Sellers Rank: #3,305,215 in Books (See Top 100 in Books)

More About the Author

An internationally known author and lecturer, Mike Amundsen travels throughout the United States and Europe consulting and speaking on a wide range of topics including distributed network architecture, Web application development, Cloud computing, and other subjects. His recent work focuses on the role hypermedia plays in creating and maintaining applications that can successsfully evolve over time.

He has more than a dozen books to his credit and recently contributed to the book "RESTful Web Services Cookbook" (by Subbu Allamaraju). He is currently working on a new book on designing and implementing Hypermedia APIs. When he is not working, Mike enjoys spending time with his family in Kentucky, USA.

 

Customer Reviews

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

2.0 out of 5 stars Bad content, June 2, 2005
This review is from: ASP.NET for Developers (Paperback)
Good introduction. However, the content of the book is very bad. Some code doesn't work due to the syntax errors. Very frustrating when you find something from the textbook not working. THe layout is horrible.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 5 people found the following review helpful:
4.0 out of 5 stars Great Book, well laid out, February 28, 2002
This review is from: ASP.NET for Developers (Paperback)
This book does a great job in providing you with a little information and then an example to try it out, a little more information and then another example to practice it. The theory and practicals are very well balanced. One thing I DON'T like in a book is too many words and theory and not enough examples.

I've read through 3 other books so far and this one has the best gradient on learning a new technology.
Why not 5 stars? With any new technology such as this there are many new technical words introduced. In order to fully grasp a subject you must know what the words mean. Authors should define the new words at the first occurance in a book AND provide a glossary at the back as a reference to these new words. Very, very few books do this. So I just define the words myself and write the definitions in the book.

But, overall I enjoyed this book very much. It's a smaller size than the rest making it very portable. All the examples are in VB.NET too (in case you're wondering).

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


1 of 3 people found the following review helpful:
3.0 out of 5 stars A Good Introduction, June 24, 2002
This review is from: ASP.NET for Developers (Paperback)
This book is a clear and well-written introduction to the latest version of Microsoft's Active Server Pages. It is written how technical books should be written: no messing about, no unnecessary repetition, and a lot of material covered clearly in just over 400 pages.

A clear target audience (experienced ASP and VB6 developers), and clear objectives help - the book's intention is clearly to communicate the essentials, and the practitioner will then get more detail from other sources.

The book clearly presents the VB.NET language, the new ASP architecture, how to develop using server-side and user controls, and supporting technologies such as Web Services and ADO.NET. However, there are some omissions. For example, the book states that you can't raise standard events from User Controls, not only is this possible, but the standard MSDN documentation has a very simple example of how to do so.

If I have a major complaint, it's that the book was not developed around Visual Studio. Instead the examples are mainly pure text, similar to old server pages. This has two drawbacks: it fails to support the new paradigm of web development which Microsoft have finally raised above hacking with a copy of notepad; and it's sometimes difficult to relate the text-only examples to code generated by the Visual Studio design tools, and vice-versa.

Another weakness is shared with many other books on web-based development, especially in the Microsoft arena, with very little focus on how to properly structure code and solution components. I have had to resort to Java-based architectural pattern books, and I think there's a major gap in the market here.

This won't be the only book you'll buy on .NET: I also purchased "VB.NET for Developers" by Franklin, and "the Visual Basic Programmer's Guide to the .NET Framework Class Library" by Powers & Snell, both in the same series from Sams. However, I can recommend it as a good clear introduction to ASP.NET, which doesn't require you to read thousands of pages.

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
 
 
 
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