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

Microservices in .NET, Second Edition

List Price: $59.99
SKU:
9781617297922
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 Horsdal Gammelgaard
    Format:
    Paperback
    Pages:
    328
    Publisher:
    Manning (November 23, 2021)
    Language:
    English
    ISBN-13:
    9781617297922
    ISBN-10:
    1617297925
    Dimensions:
    7.375" x 9.25" x 0.8"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Case Pack:
    24
    Weight:
    20.96oz
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services.

    Summary
    In Microservices in .NET, Second Edition you will learn how to:

        Build scalable microservices that are reliable in production
        Optimize microservices for continuous delivery
        Design event-based collaboration between microservices
        Deploy microservices to Kubernetes
        Set up Kubernetes in Azure

    Microservices in .NET, Second Edition is a comprehensive guide to building microservice applications using the .NET stack. After a crystal-clear introduction to the microservices architectural style, it teaches you practical microservices development skills using ASP.NET. This second edition of the bestselling original has been revised with up-to-date tools for the .NET ecosystem, and more new coverage of scoping microservices and deploying to Kubernetes.

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

    About the technology
    Microservice architectures connect independent components that must work together as a system. Integrating new technologies like Docker and Kubernetes with Microsoft’s familiar ASP.NET framework and Azure cloud platform enables .NET developers to create and manage microservices efficiently.

    About the book
    Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services. It lays out microservice architecture simply, and then guides you through several real-world projects, such as building an ecommerce shopping cart. In this fully revised edition, you’ll learn about scoping microservices, deploying to Kubernetes, and operations concerns like monitoring, logging, and security.

    What's inside

        Optimize microservices for continuous delivery
        Design event-based collaboration between microservices
        Deploy microservices to Kubernetes
        Set up Kubernetes in Azure

    About the reader
    For C# developers. No experience with microservices required.

    About the author
    Christian Horsdal is an independent consultant with more than 20 years of experience building projects from large-scale microservice systems to tiny embedded systems.

    Table of Contents
    PART 1 GETTING STARTED WITH MICROSERVICES
    1 Microservices at a glance
    2 A basic shopping cart microservice
    3 Deploying a microservice to Kubernetes
    PART 2 BUILDING MICROSERVICES
    4 Identifying and scoping microservices
    5 Microservice collaboration
    6 Data ownership and data storage
    7 Designing for robustness
    8 Writing tests for microservices
    PART 3 HANDLING CROSS-CUTTING CONCERNS: BUILDING A REUSABLE MICROSERVICE PLATFORM
    9 Cross-cutting concerns: Monitoring and logging
    10 Securing microservice-to-microservice communication
    11 Building a reusable microservice platform
    PART 4 BUILDING APPLICATIONS
    12 Creating applications over microservices