84 of 84 people found the following review helpful:
5.0 out of 5 stars
A great book for the ASP.NET beginner, November 5, 2001
In its 420 printed pages, ASP.NET for Dummies covers the key topics to get you up and running with ASP.NET. You learn the basics of obtaining and displaying information on your sites. You learn how to use built-in functions such as date routines, math routines, and browser routines. You even learn how to work with data and databases on the server. This includes coverage of Active Data Objects (ADO) - a key way of doing database access. Building ASP.NET Web forms is covered in detail along with using server side controls ranging from radio buttons to drop down lists. Programming topics such as arrays, array lists, and hash tables are also explained as well as shown in examples.
While ASP.NET for Dummies is "for Dummies," you should already be familiar with programming concepts. As with most Active Server Page-related books, ASP.NET for Dummies uses Visual Basic .NET as its choice of programming languages. If you don't know Visual Basic .NET, don't fret. The book spends several chapters teaching the basics of what you need to know in order to program for ASP.NET. If you have never programmed before, you will most likely find that this moves too fast. However, if you know a scripting language such as JavaScript or VBScript you should have no trouble keeping up with the coverage of Visual Basic .NET in this book.
It is worth pointing out that this book doesn't stop at just covering the creation of ASP.NET pages, but it also covers creating full-fledge ASP.NET applications. The book presents a couple of ASP.NET applications that are larger and more practical than standard book examples. Within the text of the book a chat room and a classified application are both included. On the CD there is also a guest book application. Code for all three applications is on the CD.
The CD with this book is worth noting. Most ASP.NET books don't include a CD, let alone a CD with lots of useful stuff. This CD has five bonus chapters containing over a hundred additional pages. It also contains the author's source code so you don't have to hunt it down on the Web. A number of third party software products are also included. Some of these you may not find useful. Others such as the editors you may find extremely valuable.
Will ASP.NET for Dummies make you an expert ASP.NET developer? The answer is no, it won't make you an expert, however, no beginning level ASP.NET book will. What ASP.NET for Dummies will do is get you up and running with the foundational topics necessary for creating real-world ASP.NET pages. Once you are done with this book, you'll be able to create a wide variety of ASP.NET pages. If you are going to create professional-level pages, you will want to follow this book up with an intermediate advanced book.
In summary, if you have a little programming background, then you should be ready for ASP.NET. If you want a book that teaches you the basics of implementing ASP.NET in a relatively straightforward manner, then ASP.NET for Dummies accomplishes the task. With a price of only (...) including a CD containing valuable content, I have to give this book five stars. It is definitely worth the cost. In fact, I would say this book is under-priced (...) --which seems unusual for a computer book these days! If you can get a copy of this book at a discount, then this book is a steal!
One final note, a number of excellent ASP sites are not mentioned in the book. This includes ASP101.com. 15seconds.com, 4GuysFromRolla.com, ASPWire.com and more.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
22 of 22 people found the following review helpful:
5.0 out of 5 stars
Excellent book for beginners!!!, July 1, 2002
I have used this book to help teach a beginning class in ASP.NET. I myself was new to this platform when I took on this class. Both myself and my students really appreciated this book. In particular I liked the fact that the author did not assume any knowledge of OO, .net framework, VB.NET, VB, and/or classic ASP. His code samples build in complexity over the span of the book, and I worked through 90% of the examples in the book and found them to be almost entirely error-free. If you already know something about web development, the HTML in this book may not entirely meet your "standards", but that's not the focus of this book. While reading the book may give you a good overview, the real value will come from actually typing the code. There are many ASP.NET books that are for beginners, but this one assumes very little knowledge on your part. I evaluated the "ASP.NET Step by Step" by MS Press, and the "Beginning ASP.NET using VB.NET" from Wrox Pub. as possible candidates for my course text, and while both of these books are exhaustive and excellent, they lack the simplicity and humor of this Dummies book. If you are a programmer who is migrating to the ASP.NET platform, perhaps you will be better served by these other candidates from MS Press and Wrox Pub. However, if you are not a programmer, then this Dummies book is the way to go. As a final piece of advice I would suggest that you supplement this book with other books/articles/online sources that speak more to the theory of topics such as "Web Services", "J2EE versus .net", "SOAP, XML", etc. Overall, I give this book two thumbs up and five stars without hesitation!!!
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
33 of 38 people found the following review helpful:
4.0 out of 5 stars
Too much Web Forms, February 9, 2003
I've been doing web development for over 7 years. I have a Computer Science Degree and have written 3 books on ColdFusion. I bought this book for a really quick intro to .NET development.
Did I get it? Yes! The book seemed to be very well organized. The writing was solid and straight forward. I had no problem understanding or reading this book. I thought the chapter explaining how to get data out of a database was particularly good.
Now I can't give this book five stars. Why? There is too much information on web forms (I believe it was 5 chapters). The author tells us to forget everything we know about regular HTML forms. Web Forms are just a layer of abstraction over regular HTML forms (They submit onto themselves), it seems like a bad approach to understanding them. A full chapter is dedicated to 'fixing' web forms to deal with problems that come up when a form that submits onto itself. I don't see the benefit of using them and everyone I've spoken to who uses them is having major performance issues in production.
I can understand that web forms are a big thing touted by microsoft, but I would have preferred to see less real estate for web forms and have other topics, such as error handling, put into this book.
J
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No