Search Books

Visual Basic .NET Code Security Handbook

Author Eric Lippert
Publisher Apress
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
19.99 29.99 USD
🛒 Buy New on Amazon 🇺🇸 🏷 Buy Used — $1.80

✓ Usually ships in 24 hours

Share:
Book Details
Author(s)Eric Lippert
PublisherApress
ISBN / ASIN1861007477
ISBN-139781861007476
AvailabilityUsually ships in 24 hours
Sales Rank6,928,377
MarketplaceUnited States 🇺🇸

Description

.NET provides a powerful framework in which to write secure code but unless you understand how attackers think and how the .NET security systems works your code will be vulnerable.

Writing secure .NET code requires three things: an understanding of the .NET code security system, attention to detail, and the ability to think from the point of view of an attacker. This book provides a practical guide to the .NET security framework, and also demonstrates best practices to follow and worst practices to avoid. There is no such thing as foolproof security but the techniques demonstrated in this book will go a long way towards making your code secure in the face of attackers.

As well as knowing how to write secure code, it is also important to be able to spot holes in your own and others code. This book provides many examples of common vulnerabilities (and how to mitigate them) to help you learn this important skill.

Although this book primarily focuses on .NET code access security other aspects of security such as the Window role based security model, cryptography, and calling unmanaged code are covered where relevant.