Book Image

C# Microservices Development on Azure [Video]

By : Dimitiris Loukas
Book Image

C# Microservices Development on Azure [Video]

By: Dimitiris Loukas

Overview of this book

<p><span id="description" class="sugar_field">Microservices bring new challenges that weren’t present in simpler architectures. This course will teach you how to handle all those challenges and overcome various obstacles including services communication and state management. </span></p> <p><span id="description" class="sugar_field">Scaling monolithic applications can be expensive or even impossible. In this course, you’ll learn to break down monoliths into smaller microservices written in C# and .NET Core. You’ll easily develop, deploy, maintain, and scale them into clusters without worrying about low-level configuration with the help of Visual Studio and Azure Service Fabric. </span></p> <p><span id="description" class="sugar_field">By the end of this course, you’ll be able to develop web applications with C# and .NET Core, easily maintain them at a lower cost, and deploy them as highly-scalable microservices using Azure Service Fabric.</span></p> <p><span id="description" class="sugar_field">The code bundle for this video course is available at: <a style="font-weight: normal;" href="https://github.com/PacktPublishing/C-Microservices-Development-on-Azure" target="_new">https://github.com/PacktPublishing/C-Microservices-Development-on-Azure</a></span></p> <h1><span class="sugar_field">Style and Approach</span></h1> <p><span class="sugar_field"> <span id="trade_selling_points_c" class="sugar_field">This course will guide you through the process of breaking a monolithic application down into Microservices and using the Reliable Services programming model to deploy, monitor and scale those microservices to an Azure Service Fabric Cluster.</span></span></p>
Table of Contents (5 chapters)
Chapter 4
Managing State and Communication
Content Locked
Section 1
State in SQL Databases
Our services are stateless. That means the only way to store state is by using an external storage like an SQL database. - Hard code connection strings to manifest - Attempt to connect