Customer Reviews


9 Reviews
5 star:
 (4)
4 star:
 (3)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


11 of 12 people found the following review helpful:
5.0 out of 5 stars Great book , gives background info.
This is a great book about asp.net 2.0, IIS and security. It provides a lot of background info, once you have that the other pieces of asp.net fall into place and things make a lot more sense. I think for code examples I can always use Google, background info on how it all works together is what you read a book for and this book delivers. I hope this will not be the...
Published on February 24, 2006 by Drewes J. Kooi

versus
17 of 32 people found the following review helpful:
3.0 out of 5 stars Good but was looking for something more
I'm just making the transition from 1.1 to 2.0 and wanted to learn more about the new login/membership controls and classes.
The book is too much on theory and not enough on examples. The code is also in C#, would be nice to have also included VB examples. With an entire book dedicated to security and membership it would be nice to include some real world project...
Published on February 4, 2006 by M. Dondero


Most Helpful First | Newest First

11 of 12 people found the following review helpful:
5.0 out of 5 stars Great book , gives background info., February 24, 2006
By 
This review is from: Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) (Paperback)
This is a great book about asp.net 2.0, IIS and security. It provides a lot of background info, once you have that the other pieces of asp.net fall into place and things make a lot more sense. I think for code examples I can always use Google, background info on how it all works together is what you read a book for and this book delivers. I hope this will not be the author's last book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 9 people found the following review helpful:
5.0 out of 5 stars Great book, July 10, 2006
By 
Allen Z. Deng (Vancouver, BC Canada) - See all my reviews
(REAL NAME)   
This review is from: Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) (Paperback)
This is one of the best technical books I've ever read. It gives us detailed information of how ASP.NET 2.0 works behind the scene.

If you are simply looking for a book teaching you how to use Role Management, Membership and other cool features offered by ASP.NET 2.0, this book might not be a good fit for you because it tends to explain lots of background info before jumping into the new features. However if what you want is to understand how all these puzzles interact with each other in the ASP.NET security world, this book should be your first choice.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars It's about how things work under the covers, November 26, 2007
This review is from: Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) (Paperback)
I bought this book for help with over-riding the membership providers and possible the profile providers. What I got was a full on introduction to how things really work under the covers. Didn't really help me with my original intention, but certainly improved my understanding of security in ASP.Net 2.0.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars explain lots of background info before explaining the provider model features, February 18, 2010
Amazon Verified Purchase(What's this?)
This review is from: Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) (Paperback)
I highly recommend this book simply to have as a reference working with the security features in ASP.NET 2.0 I agree with other reviewers that alot of the beginning of the book explains teh underlying security details which to many might just want to consider a black box. It is a good reference for the provider models Roles, Membership, but you might want other books for the simpler tutorial to setup login, membership and authentication etc in your ASP.NET 2.0 site
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Easy and smooth read, May 9, 2009
By 
A. Jain "Bookoholic" (Mandeville, LA United States) - See all my reviews
(REAL NAME)   
This review is from: Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) (Paperback)
This book is an easy read and takes you from Alpha to Omega of ASP.NET in smooth flow. This is also very thorough with illustrations.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Thorough, excellent writing, February 15, 2008
By 
D. Norton (Nashville, TN) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) (Paperback)
I bought this book because I needed the information for a project that I am currently engaged in. The information contained within was immediately relevant in shaping the solution design. It gave me the how and the why to architect a solid, yet flexible solution.

This text is not a how-to for a beginner. It is also not light reading. It is a dense book; lots of information crammed into it. You have to bring your experience to this book for the full weight of the teaching to come to bear. I highly recommend it to application architects and development team leads.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars A professionals review, January 22, 2006
By 
Derek Comingore (Indianapolis, IN USA) - See all my reviews
(REAL NAME)   
This review is from: Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) (Paperback)
My peers,

This book provides the reader with material that only an individual who works on the Microsoft ASP.Net team can supply. Stefan does a marvelous job at giving the reader insight into the "plumbing" of the ASP.Net runtime. In addition, the manual contains excellent coverage of the new ASP.Net 2 membership and role management services! If you are an ASP.Net professional who wishes to gain a deeper understanding of the product outside of how to write code against it, pick it up!

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


17 of 32 people found the following review helpful:
3.0 out of 5 stars Good but was looking for something more, February 4, 2006
This review is from: Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) (Paperback)
I'm just making the transition from 1.1 to 2.0 and wanted to learn more about the new login/membership controls and classes.
The book is too much on theory and not enough on examples. The code is also in C#, would be nice to have also included VB examples. With an entire book dedicated to security and membership it would be nice to include some real world project walkthroughs. I'm specifically needing to apply my existing user database table to the new membershipuser class. I need to extend the membershipuser object to include some fields/properties. There's a brief couple of paragraphs that attempt to explain but didn't give me much.

A lot of the other topics in the book are about things that most developers would never need to think about.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 7 people found the following review helpful:
2.0 out of 5 stars Not useful, January 14, 2008
By 
Paul Selormey (Toyohashi, Aichi Japan) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides) (Paperback)
This book is like those instruction you will want to give to your team members if you are the leader, but having to keep reading that for close to 600 pages!
Yes, the target is clearly not defined and if you want to get a work done by reading this book, please forget it.
If you implemented membership and roles, and seeking some extra advice may be you might find it useful. It does not really explain the various systems, illustrating each well enough.
I opened Forms Authetication, hoping to learn how to implement it in my project, just to read more than a page of people creating 50 years cookie. Is 2 or 3 lines of sentenses not enough to let someone know about 50 years cookie?
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Professional ASP.NET 2.0 Security, Membership, and Role Management (Wrox Professional Guides)
$39.99 $26.39
In Stock
Add to cart Add to wishlist