Yaprice Comparison Shopping Engine Merchant CouponsMerchant Coupons
 
Compare Apparel Prices Compare Babies & Kids Prices Compare Book Prices Compare Camera & Photo Prices Compare Computer Prices Compare Electronic Prices Compare Health & Beauty Prices Compare Home & Garden Prices Compare Jewelry & Watch Prices Compare Movie Prices Compare Software Prices
Home | Sitemap | Register | Sign In

Expert Web Services Security in the .NET Platform

  Books > Computers & Internet > Business & Culture > Privacy
Expert Web Services Security in the .NET Platform
Title: Expert Web Services Security in the .NET Platform
Manufacturer: Apress
Price: $13.87
 

Compare Prices on Expert Web Services Security in the .NET Platform at 13 Merchants

 
Seller Information Price Availability
See Expert Web Services Security in the .NET Platform at outlook_books outlook_books $13.87 Usually ships in 1-2 business days
See Expert Web Services Security in the .NET Platform at thebookguyz thebookguyz $13.88 Usually ships in 1-2 business days
See Expert Web Services Security in the .NET Platform at us-saver us-saver $17.40 Usually ships in 1-2 business days
See Expert Web Services Security in the .NET Platform at woodys-books woodys-books $22.05 Usually ships in 1-2 business days
See Expert Web Services Security in the .NET Platform at thebookgrove thebookgrove $22.06 Usually ships in 1-2 business days
See Expert Web Services Security in the .NET Platform at new_books_today new_books_today $27.00 Usually ships in 1-2 business days
See Expert Web Services Security in the .NET Platform at Indigo Books & Music Indigo Books & Music $39.93 In Stock
See Expert Web Services Security in the .NET Platform at Buy.com USA and Buy.com CA Buy.com USA and Buy.com CA $43.32 Out of Stock
See Expert Web Services Security in the .NET Platform at indoobestsellers indoobestsellers $44.75 Usually ships in 1-2 business days
See Expert Web Services Security in the .NET Platform at oddesseyy oddesseyy $44.99 Usually ships in 1-2 business days
See Expert Web Services Security in the .NET Platform at allnewbooks allnewbooks $45.30 Usually ships in 1-2 business days
See Expert Web Services Security in the .NET Platform at tabletopart tabletopart $46.94 Usually ships in 1-2 business days
See Expert Web Services Security in the .NET Platform at Bookbyte.com Bookbyte.com $89.95 In Stock
   

Expert Web Services Security in the .NET Platform Details and Specifications

DeweyDecimalNumber: 005
EAN: 9781590591154
Publisher: Apress(2004-11-01)
Author: Brian Nantz
Studio: Apress
NumberOfItems: 1
Label: Apress
Manufacturer: Apress
Package Length: 921
Package Height: 79
Package Weight: 119
Amount: 5999
FormattedPrice: $59.99
Edition: 1
ISBN: 1590591151
Binding: Paperback: 280pages
ReleaseDate: 2008-07-09
Title: Expert Web Services Security in the .NET Platform
ProductGroup: Book
CurrencyCode: USD
Package Width: 685
 

Expert Web Services Security in the .NET Platform Reviews (5 Reviews)

 
Summary: Review: Rating:
Do not waste your money
Please do not waste your money.
I bought this book looking at the ratings.
No coverate of WS-Security.
It talks about IIS and other setup things, not really about
.Net code.
It looks rehash of one chapter of "Building Secure Microsoft ASP.Net applications".
The book had no code examples. It says it is expert level,
but it is not.

1 Rating
1 Rating

Not enough depth, and the pieces aren't tied together
I was excited by the prospect of this book. Many books on web services or ASP.Net offer only a short chapter on security that goes over the different authentication methods and not much more. I was looking forward to a broader end-to-end treatment of security.

Although this book did discuss a wide range of topics, it failed to tie them together. It describes a bunch of technologies but doesn't teach you how to choose between them or use them together. Some case studies or end-to-end diagrams would have really helped.

I also felt that there was not enough depth. Although the book is advertised as "advanced", it's really only an introduction to a bunch of topics. You need to go elsewhere to learn enough to really apply them. The book is quite thin.

I'm not sure who a good target audience for this book is. If you are trying to understand an overview web service security, it falls short because it doesn't do enough to help you understand the big picture. If you understand the big picture and are looking for an advanced treatment of how to implement security techniques, this book will only give you an introduction.

2 Rating
2 Rating

Very useful, but lacks depth in places
If you are responsible for coding applications using Microsoft's .NET platform, and you want to be sure that you're taking security seriously, you should check out this book pronto. Expert Web Services Security in the .NET Platform, written by Brian Nantz and Laurence Moroney and published by ApressĀ®, covers the ins and outs of writing secure code with the .NET platform.

On the back cover, the user level is marked as Advanced. They're right. The first chapter alone, Web Services and XML Standards, will drop you immediately into the building of a simple web service and its consumer, with descriptions of XML Encryptions and signatures, PKI cryptography, and the various pieces of WS-Security (Web Services Security).

The most secure application won't do much good if it's run on an insecure platform. Chapter 2, Windows Security, describes in detail how to lock down IIS 6.0 (and Windows itself) to the most secure it can be. The following chapter on ASP.NET Architecture provides an overview of the security features in ASP.NET 1.1 with respect to web services.

I really enjoyed going through the chapter on Security Tools and Tips. Not only do you learn how to mask your identity and how to securely update your files, but you learn about the most popular tools available (most of them free) to test your security.

Arguably, the most important security tool is cryptography. The chapter on .NET Cryptography gives a basic overview of the terminology and techniques for encrypting your traffic. This sets the stage for the next few chapters, which go into detail about securing the web services with Integrated Windows Security, SSL, and the Web Services Enhancements (WSE).

Of course, any major site is going to have a lot of data to store that needs to be available to the web server. With so many exploits against SQL servers, Brian and Laurence put in a chapter devoted to securing SQL with ASP.NET, containing information on how to authenticate, how to impersonate, and how to obviate common attacks.

The last bit of protection needed is for the code itself. Open Source is very desirable these days, but many companies maintain their profit levels by protecting their intellectual property. .NET adds protection for the code itself by IL Obfuscation. Proper obfuscation renders reverse engineering techniques practically useless. Chapter 10 explains in detail everything you need to know to protect your code from inspection.

Expert Web Services Security in the .NET Platform provides a lot of valuable information for programmers using the Microsoft .NET platform. My only concern is that it didn't go as deep as it should have. At only 280 pages, it's rather slim to be covering such a deep topic as security throughout .NET. I hope that the second edition is bulked up to cover what was only skimmed over this time. I had to rank this an 4 out of 5, mostly due to the lack of depth in areas. Overall, a very useful book for .NET programmers.

4 Rating
4 Rating

good discussion of crypto
The book offers a good general description of Web Services. And specifically on how to make a simple Web Service using the .NET platform. But the thrust of the book is in showing how to incorporate cryptographic methods into the WS communications. The authors claim that perhaps the most important reason that WS have not taken off is security. Without a secure authentication and authorisation of messages, companies are leery about exposing their data via WS.

So the book devotes most of its space to the various cryptographic issues involved in .NET and WS. Some of this is not restricted to WS. For example, you may want to encrypt a channel, over which you will send sensitive data. That data might be a WS message, or something else. Hence, we get explanations of Active Directory, which handles a lot of these grubby details.

Later, they discuss public key cryptography. Which they term asynchronous encryption; not a widely used term. They contrast this to synchronous encryption, which most others call symmetric encryption.

But having said this, the book does offer a reasonable guide to using C# and .NET for WS. What is left for the reader is the much harder problem. That of designing a useful.

4 Rating
4 Rating

Not as much on WSE as you would expect
In this smallish 250 page book you would expect a significant proportion of the pages to be spent on WSE. Particularly when the book is for experts. Unfortunately the WSE coverage is only 18 pages.

That's not a fatal flaw though. There are excellent chapters on general security and cryptography. And chapter 10 on code obfuscation will probably be the only book on IL obfuscation until the rumored Decompiling C# arrives.

The book is well written. The style is terse and to the point. One chapter is very screenshot heavy, but the rest use graphics sparingly and to best effect.

I'd like to see a more focused book on WSE, but in the meantime this is a good book on security topics for Windows in general, and for web services in particular.

4 Rating
4 Rating

†Available via Amazon.com's Merchant Network
Expert Web Services Security in the .NET Platform comparison shopping and product review brought to you courtesy of YaPrice comparison shopping engine.

More Product Options
Product Information
Add to Wish List
Email Product
Add to Price Watch
Price Watch will track Expert Web Services Security in the .NET Platform prices automatically and alert you the moment it falls to your target price. Just set the price and we'll do the rest.
Your Price: $
   
Win a Free iPod

© 2006 Stream Marketing Group, LLC. All Rights Reserved.
About Us | Affiliates | Conditions of Use | Merchants | Privacy Policy | Browse Categories | Top Searches
Partner Sites: YaPrice Deals | YaPrice Store | Product Thoughts
Domain Registration from Stream Domains