null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

ASP.NET Core Security

List Price: $59.99
SKU:
9781633439986
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Christian Wenz
    Format:
    Paperback
    Pages:
    368
    Publisher:
    Manning (July 26, 2022)
    Language:
    English
    ISBN-13:
    9781633439986
    ISBN-10:
    1633439984
    Weight:
    17.36oz
    Dimensions:
    7.375" x 9.25" x 1.6"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Case Pack:
    20
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Secure your ASP.NET applications before you get hacked! This practical guide includes secure coding techniques with annotated examples and full coverage of built-in ASP.NET Core security tools.

    In ASP.NET Core Security, you will learn how to:

        Understand and recognize common web app attacks
        Implement attack countermeasures
        Use testing and scanning tools and libraries
        Activate built-in browser security features from ASP.NET
        Take advantage of .NET and ASP.NET Core security APIs
        Manage passwords to minimize damage from a data leak
        Securely store application secrets

    ASP.NET Core Security teaches you the skills and countermeasures you need to keep your ASP.NET Core apps secure from the most common web application attacks. With this collection of practical techniques, you will be able to anticipate risks and introduce practices like testing as regular security checkups. You’ll be fascinated as the author explores real-world security breaches, including rogue Firefox extensions and Adobe password thefts. The examples present universal security best practices with a sharp focus on the unique needs of ASP.NET Core applications.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology
    Your ASP.NET Core applications are under attack now. Are you ready? Th ere are specific countermeasures you can apply to keep your company out of the headlines. This book demonstrates exactly how to secure ASP.NET Core web applications, including safe browser interactions, recognizing common threats, and deploying the framework’s unique security APIs.

    About the book
    ASP.NET Core Security is a realistic guide to securing your web applications. It starts on the dark side, exploring case studies of cross-site scripting, SQL injection, and other weapons used by hackers. As you go, you’ll learn how to implement countermeasures, activate browser security features, minimize attack damage, and securely store application secrets. Detailed ASP.NET Core code samples in C# show you how each technique looks in practice.

    What's inside

        Understand and recognize common web app attacks
        Testing tools, helper libraries, and scanning tools
        Activate built-in browser security features
        Take advantage of .NET and ASP.NET Core security APIs
        Manage passwords to minimize damage from a data leak

    About the reader
    For experienced ASP.NET Core web developers.

    About the author
    Christian Wenz is a web pioneer, consultant, and entrepreneur.

    Table of Contents

    PART 1 FIRST STEPS
    1 On web application security
    PART 2 MITIGATING COMMON ATTACKS
    2 Cross-site scripting (XSS)
    3 Attacking session management
    4 Cross-site request forgery
    5 Unvalidated data
    6 SQL injection (and other injections)
    PART 3 SECURE DATA STORAGE
    7 Storing secrets
    8 Handling passwords
    PART 4 CONFIGURATION
    9 HTTP headers
    10 Error handling
    11 Logging and health checks
    PART 5 AUTHENTICATION AND AUTHORIZATION
    12 Securing web applications with ASP.NET Core Identity
    13 Securing APIs and single page applications
    PART 6 SECURITY AS A PROCESS
    14 Secure dependencies
    15 Audit tools
    16 OWASP Top 10