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

    Hands-On Microservices with C#

    Posted By: AlenMiler
    Hands-On Microservices with C#

    Hands-On Microservices with C#: Designing a real-worl, enterprise-grade microservice ecosystem with the efficiency of C# 7 by Matt R. Cole
    English | 29 Jun. 2018 | ISBN: 1789533686 | 254 Pages | EPUB | 5.81 MB

    Build enterprise-grade microservice ecosystems with intensive case studies using C#

    Key Features
    Learn to build message-based microservices
    Packed with case studies to explain the intricacies of large-scale microservices
    Build scalable, modular, and robust architectures with C#

    Book Description
    C# is a powerful language when it comes to building applications and software architecture using rich libraries and tools such as .NET.

    This book will harness the strength of C# in developing microservices architectures and applications.

    This book shows developers how to develop an enterprise-grade, event-driven, asynchronous, message-based microservice framework using C#, .NET, and various open source tools. We will discuss how to send and receive messages, how to design many types of microservice that are truly usable in a corporate environment. We will also dissect each case and explain the code, best practices, pros and cons, and more.

    Through our journey, we will use many open source tools, and create file monitors, a machine learning microservice, a quantitative financial microservice that can handle bonds and credit default swaps, a deployment microservice to show you how to better manage your deployments, and memory, health status, and other microservices. By the end of this book, you will have a complete microservice ecosystem you can place into production or customize in no time.

    What you will learn
    Explore different open source tools within the context of designing microservices
    Learn to provide insulation to exception-prone function calls
    Build common messages used between microservices for communication
    Learn to create a microservice using our base class and interface
    Design a quantitative financial machine microservice
    Learn to design a microservice that is capable of using Blockchain technology

    Who This Book Is For
    C# developers, software architects, and professionals who want to master the art of designing the microservice architecture that is scalable based on environment. Developers should have a basic understanding of.NET application development using C# and Visual Studio

    Table of Contents
    Let's Talk Microservices and Tools
    ReflectInsight – Microservice Logging Redefined
    MicrCreating a Base Microservice and Interface
    Designing a Memory Management Microservice
    Designing a Deployment Monitor Microservice
    Designing a Scheduling Microservice
    Designing an Email Microservice
    Designing a File Monitoring Microservice
    Creating a Machine Learning Microservice
    Creating a Quantitative Financial Microservice
    Trello Microservice – Board Status Updating
    Microservice Manager – The Nexus
    Creating a Blockchain Bitcoin Microservice
    Adding Speech and Search to your Microservice
    Appendix- Best Practices