ASP.NET 2.0 Instant Results (Programmer to Programmer)

ASP.NET 2.0 Instant Results (Programmer to Programmer)
Authors
Imar Spaanjaars, Paul Wilton, Shawn Livermore
ISBN
0471749516
Published
24 Mar 2006
Purchase online
amazon.com

ASP.NET 2.0 Instant Results helps you quickly create dynamic Web pages with ASP.NET 2.0. The book is centered around a dozen ready-to-use projects with all the code for all the projects included on the books CD-ROM - that you can use immediately. ASP.NET 2.0 Instant Results dives into working code so you can learn it rapidly. The book and projects are written for intermediate-level programmers with some .NET experience. The projects and book provide a quick start reference so you can use ASP.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

Book worm said
Although ASP.Net 4.0 is forthcoming, I bought this book because of the way the websites were designed using N-Tier, and that alone is worth every penny for me. The book provided complete websites with Data, Business and Presentation tier where other books just teaches you the syntax, not complete projects, plus the author is kind enough to answer every question in Wrox forum. This would definitely help me in preparing for my certification, plus the book of M.Macdonald or S.Walther for additional reference. This book is written in an ideal not-so-complicated manner so if you have just completed a beginner ASP.NET book, this book should be next in your agenda.

I would definitely watch out for other new books by Imar, and I hope that those will also have a project-based examples just like his previous works. Highly recommended!

Neo Lee said
It ain't instant results, buddy. It is quick-and-DIRTY results, as the book presents a lot of bad designs. Where is the multi-tier design? Some chapters in the book show how to put those SQL queries right in aspx pages where only user interface code should be in. Some chapters show how to spit datasets out of business logics. Well it is quick, but should you want to expand or fix things, you would have to redesign and code all over again. Trust me I used to do the quick and dirty works many times and got burnt with broken websites.

Parameterized sql query and stored procedure are so little talked about. These allow you to avoid SQL injection attacks 100% even you don't validate user inputs! (but you should).

Consideration of performance gains and hits of their designs are not discussed at all. The book says you can spawn this and that in matter of minutes, but it doesn't tell you that you'll pay the cost later to support more visitors.

There're inconsistencies between different chapters and authors. This is trivial though, but they should explain why some use auto-generated INTEGER while some use UniqueIdentifier to store ID values. Why char(1) not bit data type? Why ntext and nvarchar(MAX)? Why varchar and nvarchar?

I don't recommend this book to anyone. Go with ASP.NET Problem - Design - Solution by Marco Bellinaso

Dog Eared said
How I wish descriptions of these asp books would indicate the LANGUAGES used!! That is a big deal. Very seldom does anyone say which language is used. Like, it isnt important???

Jeff K. said
[...] ASP.NET 2.0 Instant Results helps you quickly create dynamic Web pages with ASP.NET 2.0." This description made me think this book would offer "step-by-step" examples of how to go about designing and building .net applications from scratch. In fact, the opposite is true.

This book works in reverse, by offering you several already made applications, then the authors discuss how the applications function, the classes, controls and so forth. The only instruction you will get to "quickly create dynamic web pages" is from yourself, after you have studied all the examples and learned enough to do it on your own!

Now, this is good stuff, don't get me wrong. However, the term [...] instant results" is completely misused when refering to this book. You will not get "instant results" in any way, shape or form. If you are new to programming .net, it will take you many hours of studying to understand the concepts of the applications. If you wish to modify the applications for your own use, again, you will need to understand them first, and this will take time.

But again, it is a good reference to study how to design and construct applications based on multi-tier architecture, which is what you want to use. So, I give it high marks for that. It is a good book. I'm glad I bought it and I'm spending a lot of time with it. Just don't think it's an "idiot's guide" kind of thing. It's not.


The Hoang said
This book is absolutely not for beginner. Do not buy this book unless you know how to set up your Database with Sql Server 2005 and work with IIS. The book does not give any instruction on how to do this. Try to use the example and upload to your site and see what happen. I wonder if the author tried their examples online to see if it works before finishing this book. Chapter 5 is a disaster, after you almost complete the examble, you know that the authorization does not work, you have to go to their site and get the fix. There is no instant result at all but instant of frustration and confused.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The greatest performance improvement of all is when a system goes from not-working to working.” - John Ousterhout