• Complain

Gaurav Kumar Aroraa - Building Microservices with .NET Core

Here you can read online Gaurav Kumar Aroraa - Building Microservices with .NET Core full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2017, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Gaurav Kumar Aroraa Building Microservices with .NET Core

Building Microservices with .NET Core: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Building Microservices with .NET Core" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Architect your .NET applications by breaking them into really small piecesmicroservicesusing this practical, example-based guide

About This Book

  • Start your microservices journey and understand a broader perspective of microservices development
    • Build, deploy, and test microservices using ASP.Net MVC, Web API, and Microsoft Azure Cloud
    • Get started with reactive microservices and understand the fundamentals behind it

      Who This Book Is For

      This book is for .NET Core developers who want to learn and understand microservices architecture and implement it in their .NET Core applications. Its ideal for developers who are completely new to microservices or have just a theoretical understanding of this architectural approach and want to gain a practical perspective in order to better manage application complexity.

      What You Will Learn

    • Compare microservices with monolithic applications and SOA
    • Identify the appropriate service boundaries by mapping them to the relevant bounded contexts
    • Define the service interface and implement the APIs using ASP.NET Web API
    • Integrate the services via synchronous and asynchronous mechanisms
    • Implement microservices security using Azure Active Directory, OpenID Connect, and OAuth 2.0
    • Understand the operations and scaling of microservices in .NET Core
    • Understand the testing pyramid and implement consumer-driven contract using pact net core
    • Understand what the key features of reactive microservices are and implement them using reactive extension

      In Detail

      Microservices is an architectural style that promotes the development of complex applications as a suite of small services based on business capabilities. This book will help you identify the appropriate service boundaries within the business. Well start by looking at what microservices are, and what the main characteristics are.

      Moving forward, you will be introduced to real-life application scenarios, and after assessing the current issues, we will begin the journey of transforming this application by splitting it into a suite of microservices.

      You will identify the service boundaries, split the application into multiple microservices, and define the service contracts. You will find out how to configure, deploy, and monitor microservices, and configure scaling to allow the application to quickly adapt to increased demand in the future.

      With an introduction to the reactive microservices, you strategically gain further value to keep your code base simple, focusing on what is more important rather than the messy asynchronous calls.

      Style and approach

      This guide serves as a stepping stone that helps .NET Core developers in their microservices architecture. This book provides just enough theory to understand the concepts and apply the examples.

  • Gaurav Kumar Aroraa: author's other books


    Who wrote Building Microservices with .NET Core? Find out the surname, the name of the author of the book and a list of all author's works by series.

    Building Microservices with .NET Core — read online for free the complete book (whole text) full work

    Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Building Microservices with .NET Core" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make
    Title Page Building Microservices with NET Core Transitioning monolithic - photo 1
    Title Page
    Building Microservices with .NET Core
    Transitioning monolithic architecture using microservices with .NET Core
    Gaurav Kumar Aroraa
    Lalit Kale
    Kanwar Manish
    BIRMINGHAM - MUMBAI Copyright Building Microservices with NET Core Copyright - photo 2

    BIRMINGHAM - MUMBAI

    Copyright
    Building Microservices with .NET Core

    Copyright 2017 Packt Publishing

    All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

    Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

    Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

    First published: June 2017

    Production reference: 1120617

    Published by Packt Publishing Ltd.
    Livery Place
    35 Livery Street
    Birmingham
    B3 2PB, UK.

    ISBN 978-1-78588-783-3

    www.packtpub.com

    Credits

    Authors

    Gaurav Kumar Aroraa

    Lalit Kale

    Kanwar Manish

    Copy Editor

    Gladson Monteiro

    Reviewers

    Vidya Vrat Agarwal

    Nishith Shukla

    Project Coordinator

    Ulhas Kambali

    Commissioning Editor

    Veena Pagare

    Proofreader

    Safis Editing

    Acquisition Editor

    Denim Pinto

    Indexer

    Tejal Daruwale Soni

    Content Development Editor

    Vikas Tiwari

    Graphics

    Abhinash Sahu

    Technical Editor

    Diwakar Shukla

    Production Coordinator

    Shantanu N. Zagade

    Foreword
    "Our industry does not respect tradition it only respects innovation."
    - Satya Nadella

    Ive spent my last three years at Microsoft, running customer feedback programs for Azure microservice architectures and tooling. I believe this microservices framework is a crucial spark of innovation in web development. In an agile world, we need an agile framework on the cloud that is working for us, processing individual actors and services. With this new power, we can deploy a framework that scales, improves resiliency, greatly reduces latency, increases our control of security, and upgrades the system without downtime. Microservices becomes the optimal architecture in our new cloud-based development environment, and it can result in major cost benefits.

    Gaurav Aroraa, Lalit Kale, and Manish Kanwar masterfully whisk us away on a journey to explore the history of microservices, and they carefully and thoroughly take us on a tour of the architectural design concepts that accompany the evolution of microservices, from when James Lewis first coined the term to our current tools and implementations. The book starts at a high level, with detailed diagrams and descriptions that explain the architectural scenarios and uncovers all the values youll receive with a microservices design. At this point, you might ask whether the book is about microservices architecture or a how-to guide in .NET development. Importantly, the authors transition us into the practical knowledge of translating our current applications into this bold new world of microservices. On that journey, they do not speed up. In other books, you move so fast that you simply cannot enjoy the view (or understand what youre supposed to be learning). You might just implement the code and pick up a few tactics along the way, mostly copying and coding by autopilot. But the authors teach each concept and step in the development process with the attention and focus that it deserves.

    Personally, I have had the privilege of knowing Gaurav for a few years now. Hes a Visual Studio and Development MVP (Microsofts Most Valuable Professional award) and a key leader in the Microsoft cloud development community. Ive worked closely with him on his powerful contributions on TechNet Wiki. In this book, I see a dedication and passion from Gaurav, Lalit, and Manish shine through. This book needs to be written. I am excited when I find gems like this. The authors thoroughly go through every detail, every parameter, and every consideration in tackling this weighty concept of a microservices architecture in .NET development. Read this book, skip ahead where youre knowledgeable about the given information, absorb the authors knowledge, and share the book with your business contacts. The development community needs to adopt a microservices approach, and this book is a powerful advocate on that journey.

    Ed Price

    Senior Program Manager

    Microsoft AzureCAT (Customer Advisory Team), Microservices and Cloud Development

    Co-Author of Learn to Program with Microsoft Small Basic

    About the Authors

    Gaurav Kumar Aroraa has done M.Phil in computer science. He is a Microsoft MVP, certified as a scrum trainer/coach, XEN for ITIL-F, and APMG for PRINCE-F and PRINCE-P. Gaurav serves as a mentor at IndiaMentor, webmaster of dotnetspider, contributor to TechNet Wiki, and co-founder of Innatus Curo Software LLC. In the 19+ years of his career, he has mentored thousands of students and industry professionals. You can reach Gaurav via his blog, LinkedIn, and twitter handle (@g_arora).

    Book writing is not an easy job, as it takes a lot of time. Sometimes, it needs your personal/family time. So, I want to thank all who motivated me and allowed me to spend time on this book, time that I was supposed to spend with them. My first thank you is to my wife, Shuby Arora, for her support in all ways. Then, I would like to thank my angel, Aarchi Arora (the newest member of our family). A great thanks to my parents whose blessings are always with me; this is because of them. I would like to thank the entire Packt team, especially Vikas Tiwari and Denim Pinto for their overnight support. A great thank you to Ed Price for his in-depth knowledge and his suggestions to improve various sections of the book. Finally, I want to say thanks to both Lalit and Manish for their full support as co-authors and their reply when I need for the book discussion.

    Lalit Kale is a technical architect and consultant with more than 12 years of industry experience. Lalit has helped clients achieve tangible business outcomes through the implementation of best practices in software development. He is a practitioner of TDD and DDD, and a big believer in agile and lean methodologies. He has worked with several organizations, from start-ups to large enterprises, in making their systems successful, be it in-house or mission critical, with clients in the USA, the UK, Germany, Ireland, and India. His current interests include container technologies and machine learning using Python. He holds a bachelors degree in engineering (IT).

    Next page
    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make

    Similar books «Building Microservices with .NET Core»

    Look at similar books to Building Microservices with .NET Core. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


    Reviews about «Building Microservices with .NET Core»

    Discussion, reviews of the book Building Microservices with .NET Core and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.