Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Microservices in .NET, 2nd Edition

    Posted By: yoyoloit
    Microservices in .NET,  2nd Edition

    Microservices in .NET, Second Edition
    by Christian Horsdal Gammelgaard

    English | 2021 | ISBN: ‎ 1617297925 | 330 pages | True PDF | 17.35 MB

    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