SlideShare a Scribd company logo
9
Most read
10
Most read
14
Most read
Microservices using .Net core
Microservices using .Net core
Traditional application approach Microservices application approach
• A microservice application
segregates functionality into
separate smaller services.
• Scales out by deploying each
service independently with
multiple instances across
servers/VMs
• A traditional application has
most of its functionality within a
few processes that are
componentized with layers and
libraries.
• Scales by cloning the app on
multiple servers/VMs
App 1 App 2App 1
• Single monolithic database
• Tiers of specific technologies
Data in Traditional approach Data in Microservices approach
• Graph of interconnected microservices
• State typically scoped to the microservice
• Remote Storage for cold data
Stateful
services
Web presentation
services
Stateless
servicesSQL DB
or
No-SQL
Mobile
apps
Web Tier
Services Tier
Data Tier
Monolithic Databases are
shared across services.
Stateless services
with
separate stores
Each microservice
owns its model/data!
SQL
[…]
Database servers are
usually the bottleneck
Cache Tier
Cache doesn’t help
much for massive data
ingress (Events, IoT, etc.)
Identifying a Domain Model per Microservice or Bounded Context
Ordering Microservice Model
Basket Microservice Model
Identity Microservice Model
Order Buyer
OrderItem
BasketItem
ApplicationUser
Basket
… Address
Catalog Microservice Model
Type
BrandCatalogItem
Focus on:
- Dockerfile & Docker-compose.yml
Debugging Multi-Containers App
- Simple CRUD microservice
vs
DDD microservice
Direct Client-To-Microservice communication
Implementing Asynchronous Event-Driven
communication with an Event Bus
Database
Ordering Microservice
Basket Microservice
Database as
Cache
Service
ServiceUser-Profile Microservice
Web API Service
Database
Backend
UserUpdated event
(Publish Action)
Event Bus
(Publish/Subscribe Channel)
UpdateUser
command
UserUpdated event  Buyer info
UserUpdated event  Buyer info
Eventual consistency across microservices’ data based on event-driven async communication
DB update Event Bus Abstractions/Interface
Event Bus Implementations
RabbitMQ
Azure
Service
Bus
Other:
NServiceBus
MassTransit
etc.
Microservices using .Net core
Focus on:
- Event Bus & messaging
Orchestrator’s Cluster managing microservices/containers
Clusters provide:
• High scalability
• Automatic High Availability and resiliency
• High services density per host
Official Docker Images
https://hub.docker.com
or
Cluster of
Nodes/Hosts
VM
App 1 App 2
My ASP.NET Core Services
My Docker Images
Web
Apps
Mobile
Apps
API
Management
API
Apps
Logic
Apps
Notification
Hubs
Content Delivery
Network (CDN)
Media
Services
HDInsight Machine
Learning
Stream
Analytics
Data
Factory
Event
Hubs
Mobile
Engagement
Biztalk
Services
Hybrid
Connections
Service
Bus
Storage
Queues
Backup
StorSimple
Site
Recovery
Import/Export
SQL
Database
DocumentDB
Redis
Cache
Search
Tables
SQL Data
Warehouse
Azure AD
Connect Health
AD Privileged
Identity Mngt
Operational
Insights
Cloud
Services
Batch
Service
Fabric Visual Studio
Application
Insights
Azure SDK
Team Project
Active
Directory
Multi-Factor
Authentication
Automation
Portal
Key Vault
Store /
Marketplace
VM Image Gallery
& VM Depot
SECURITY &
MANAGEMENT PLATFORM SERVICES HYBRID
OPERATIONS
Microsoft Azure
Azure Container
Service
Function
Apps
Azure Compute Continuum
Ultimate
Control
Rapid
Development
VMs /
VM Scale Sets
VM Extensions
Orchestrators
ACS &
Service Fabric
App Service
&
Azure
Functions
IaaS PaaS
Orchestrator Description Good for Common workloads
Azure Service Fabric is a distributed
systems platform that makes it easy
to package, deploy, and manage
scalable and reliable microservices
a) Stateful svc & Actors
b) Microservices based
on plain processes
c) Microservices based
on containers
Docker Swarm is a clustering and
scheduling tool for Docker containers.
With Swarm, IT administrators and
developers can establish and manage a
cluster of Docker nodes as a single
virtual system
Microservices based on
containers
Kubernetes is an open-source platform
for automating deployment, scaling,
and operations of application
containers across clusters of hosts
Microservices based on
containers
As a datacenter operating system,
DC/OS is itself a distributed system, a
cluster manager and a container
platform
Microservices based on
containers (Including other
Linux containers, not just
Docker)
More mature:
Less mature:
More mature:
Less mature:
More mature:
Less mature:
Azure Product
Azure Service Fabric
Azure Container Service
Docker Swarm
Service Fabric
Production-ready &
Microsoft ecosystem
Mesosphere DC/OS
More mature:
Less mature:
Production-ready &
Linux ecosystem
Easy to get started
Dev/Test and Production
Kubernetes
Production-ready &
Linux ecosystem
aka.ms/MicroservicesEbook aka.ms/MicroservicesArchitecture
Additional subjects covered in the eBook
Domain Driven Design Patterns
• Domain Models (Aggregates, Entity, VO, etc.)
• Simplified CQRS
• Dapper MicroORM for queries
• Commands and Mediator patter
• Domain Events (within the same microservice)
Microservices
• Integration Events (across microservices)
• Multi-container docker-compose.yml
• Swagger w/ Swashbuckle
• Security (Authentication/Authorization) with tokens
from IdentityServer4 wrapping ASP.NET Identity
dot.net/architecture
Microservices using .Net core
Microservices using .Net core

More Related Content

What's hot (20)

PPTX
Introduction to microservices
Anil Allewar
 
PPTX
Microsoft azure
Charith Suriyakula
 
PDF
Api Gateway
KhaqanAshraf
 
PPTX
Microservice architecture design principles
Sanjoy Kumar Roy
 
PPTX
Azure App Service
BizTalk360
 
PPTX
Azure Logic Apps
BizTalk360
 
PDF
Best Practices with Azure Kubernetes Services
QAware GmbH
 
PPTX
Introduction to Azure Functions
Callon Campbell
 
PDF
Microservices architecture
Abdelghani Azri
 
PPTX
Api gateway in microservices
Kunal Hire
 
PPTX
Introduction to Microservices
Roger van de Kimmenade
 
PPTX
Progressive Web App
SaleemMalik52
 
PDF
DevOps in AWS with Kubernetes
Oleg Chunikhin
 
PPTX
Serverless computing
Dmitriy Ivanov
 
PDF
State of Micro Frontend
Yugo Sakamoto
 
PDF
AWS 101: Introduction to AWS
Ian Massingham
 
PPTX
Dependency injection presentation
Ahasanul Kalam Akib
 
PDF
Building .NET Microservices
VMware Tanzu
 
PPTX
Azure kubernetes service (aks)
Akash Agrawal
 
PDF
Micro Frontends Architecture - Jitendra kumawat (Guavus)
Tech Triveni
 
Introduction to microservices
Anil Allewar
 
Microsoft azure
Charith Suriyakula
 
Api Gateway
KhaqanAshraf
 
Microservice architecture design principles
Sanjoy Kumar Roy
 
Azure App Service
BizTalk360
 
Azure Logic Apps
BizTalk360
 
Best Practices with Azure Kubernetes Services
QAware GmbH
 
Introduction to Azure Functions
Callon Campbell
 
Microservices architecture
Abdelghani Azri
 
Api gateway in microservices
Kunal Hire
 
Introduction to Microservices
Roger van de Kimmenade
 
Progressive Web App
SaleemMalik52
 
DevOps in AWS with Kubernetes
Oleg Chunikhin
 
Serverless computing
Dmitriy Ivanov
 
State of Micro Frontend
Yugo Sakamoto
 
AWS 101: Introduction to AWS
Ian Massingham
 
Dependency injection presentation
Ahasanul Kalam Akib
 
Building .NET Microservices
VMware Tanzu
 
Azure kubernetes service (aks)
Akash Agrawal
 
Micro Frontends Architecture - Jitendra kumawat (Guavus)
Tech Triveni
 

Similar to Microservices using .Net core (20)

PDF
Microservice and Service Fabric talk
Daniel Kreuzhofer
 
PPTX
Designing Microservices
David Chou
 
PPTX
Net core microservice development made easy with azure dev spaces
Alon Fliess
 
PPTX
Microservices in Azure
Doug Vanderweide
 
PDF
Microservices - Hitchhiker's guide to cloud native applications
Stijn Van Den Enden
 
PDF
Modern Software Architecture - Cloud Scale Computing
Giragadurai Vallirajan
 
PPTX
Microservices in Azure
Doug Vanderweide
 
PDF
Microservices for Application Modernisation
Ajay Kumar Uppal
 
PPTX
Pieter de Bruin (Microsoft) - Welke technologie gebruiken bij implementatie M...
AFAS Software
 
PPTX
Iot cloud service v2.0
Vinod Wilson
 
PPTX
Webinar : Microservices and Containerization
Newt Global Consulting LLC
 
PDF
Cloud Computing as Innovation Hub - Mohammad Fairus Khalid
OpenNebula Project
 
PPTX
.Net Microservices with Event Sourcing, CQRS, Docker and... Windows Server 20...
Javier García Magna
 
PPTX
Going MicroServices with Net
David Revoledo
 
PPTX
Introduction to Microservices
MahmoudZidan41
 
PDF
20141210 - Microservice Container
Jamie (Taka) Wang
 
PPTX
Azure Modern Cloud App Development Approaches 2017
Vadim Zendejas
 
PPTX
Service Fabric Deployments
Daniel Toomey
 
PPTX
Meetup Microservices Commandments
Bill Zajac
 
PPTX
Data stream processing and micro service architecture
Vyacheslav Benedichuk
 
Microservice and Service Fabric talk
Daniel Kreuzhofer
 
Designing Microservices
David Chou
 
Net core microservice development made easy with azure dev spaces
Alon Fliess
 
Microservices in Azure
Doug Vanderweide
 
Microservices - Hitchhiker's guide to cloud native applications
Stijn Van Den Enden
 
Modern Software Architecture - Cloud Scale Computing
Giragadurai Vallirajan
 
Microservices in Azure
Doug Vanderweide
 
Microservices for Application Modernisation
Ajay Kumar Uppal
 
Pieter de Bruin (Microsoft) - Welke technologie gebruiken bij implementatie M...
AFAS Software
 
Iot cloud service v2.0
Vinod Wilson
 
Webinar : Microservices and Containerization
Newt Global Consulting LLC
 
Cloud Computing as Innovation Hub - Mohammad Fairus Khalid
OpenNebula Project
 
.Net Microservices with Event Sourcing, CQRS, Docker and... Windows Server 20...
Javier García Magna
 
Going MicroServices with Net
David Revoledo
 
Introduction to Microservices
MahmoudZidan41
 
20141210 - Microservice Container
Jamie (Taka) Wang
 
Azure Modern Cloud App Development Approaches 2017
Vadim Zendejas
 
Service Fabric Deployments
Daniel Toomey
 
Meetup Microservices Commandments
Bill Zajac
 
Data stream processing and micro service architecture
Vyacheslav Benedichuk
 
Ad

More from girish goudar (10)

PPTX
AKS
girish goudar
 
PPTX
Azure devops
girish goudar
 
PPTX
DevOps Bootcamp
girish goudar
 
PPTX
Azure governance
girish goudar
 
PPTX
GlobalAzureBootCamp 2018
girish goudar
 
PPTX
Microsoft DevOps - Fast track
girish goudar
 
PPTX
Deploying .net application using VSTS on ACS in kubernetes
girish goudar
 
PPTX
Windows server and docker
girish goudar
 
PPTX
.Net Core, Asp.net Core and Docker
girish goudar
 
PPTX
Introduction to SharePoint 2013
girish goudar
 
Azure devops
girish goudar
 
DevOps Bootcamp
girish goudar
 
Azure governance
girish goudar
 
GlobalAzureBootCamp 2018
girish goudar
 
Microsoft DevOps - Fast track
girish goudar
 
Deploying .net application using VSTS on ACS in kubernetes
girish goudar
 
Windows server and docker
girish goudar
 
.Net Core, Asp.net Core and Docker
girish goudar
 
Introduction to SharePoint 2013
girish goudar
 
Ad

Recently uploaded (20)

PPTX
Introduction to Design of Machine Elements
PradeepKumarS27
 
PDF
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
PPTX
Knowledge Representation : Semantic Networks
Amity University, Patna
 
PDF
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
PPTX
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
PPTX
Big Data and Data Science hype .pptx
SUNEEL37
 
PDF
Halide Perovskites’ Multifunctional Properties: Coordination Engineering, Coo...
TaameBerhe2
 
PDF
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
PPT
Carmon_Remote Sensing GIS by Mahesh kumar
DhananjayM6
 
PPTX
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
PPT
PPT2_Metal formingMECHANICALENGINEEIRNG .ppt
Praveen Kumar
 
PPTX
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
PPTX
Evaluation and thermal analysis of shell and tube heat exchanger as per requi...
shahveer210504
 
PPTX
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
PPTX
fatigue in aircraft structures-221113192308-0ad6dc8c.pptx
aviatecofficial
 
PPTX
Worm gear strength and wear calculation as per standard VB Bhandari Databook.
shahveer210504
 
PPTX
Introduction to Basic Renewable Energy.pptx
examcoordinatormesu
 
PDF
Electrical Engineer operation Supervisor
ssaruntatapower143
 
PDF
smart lot access control system with eye
rasabzahra
 
PPTX
Product Development & DevelopmentLecture02.pptx
zeeshanwazir2
 
Introduction to Design of Machine Elements
PradeepKumarS27
 
Biomechanics of Gait: Engineering Solutions for Rehabilitation (www.kiu.ac.ug)
publication11
 
Knowledge Representation : Semantic Networks
Amity University, Patna
 
MAD Unit - 1 Introduction of Android IT Department
JappanMavani
 
Element 11. ELECTRICITY safety and hazards
merrandomohandas
 
Big Data and Data Science hype .pptx
SUNEEL37
 
Halide Perovskites’ Multifunctional Properties: Coordination Engineering, Coo...
TaameBerhe2
 
PORTFOLIO Golam Kibria Khan — architect with a passion for thoughtful design...
MasumKhan59
 
Carmon_Remote Sensing GIS by Mahesh kumar
DhananjayM6
 
Lecture 1 Shell and Tube Heat exchanger-1.pptx
mailforillegalwork
 
PPT2_Metal formingMECHANICALENGINEEIRNG .ppt
Praveen Kumar
 
The Role of Information Technology in Environmental Protectio....pptx
nallamillisriram
 
Evaluation and thermal analysis of shell and tube heat exchanger as per requi...
shahveer210504
 
VITEEE 2026 Exam Details , Important Dates
SonaliSingh127098
 
fatigue in aircraft structures-221113192308-0ad6dc8c.pptx
aviatecofficial
 
Worm gear strength and wear calculation as per standard VB Bhandari Databook.
shahveer210504
 
Introduction to Basic Renewable Energy.pptx
examcoordinatormesu
 
Electrical Engineer operation Supervisor
ssaruntatapower143
 
smart lot access control system with eye
rasabzahra
 
Product Development & DevelopmentLecture02.pptx
zeeshanwazir2
 

Microservices using .Net core

  • 3. Traditional application approach Microservices application approach • A microservice application segregates functionality into separate smaller services. • Scales out by deploying each service independently with multiple instances across servers/VMs • A traditional application has most of its functionality within a few processes that are componentized with layers and libraries. • Scales by cloning the app on multiple servers/VMs App 1 App 2App 1
  • 4. • Single monolithic database • Tiers of specific technologies Data in Traditional approach Data in Microservices approach • Graph of interconnected microservices • State typically scoped to the microservice • Remote Storage for cold data Stateful services Web presentation services Stateless servicesSQL DB or No-SQL Mobile apps Web Tier Services Tier Data Tier Monolithic Databases are shared across services. Stateless services with separate stores Each microservice owns its model/data! SQL […] Database servers are usually the bottleneck Cache Tier Cache doesn’t help much for massive data ingress (Events, IoT, etc.)
  • 5. Identifying a Domain Model per Microservice or Bounded Context Ordering Microservice Model Basket Microservice Model Identity Microservice Model Order Buyer OrderItem BasketItem ApplicationUser Basket … Address Catalog Microservice Model Type BrandCatalogItem
  • 6. Focus on: - Dockerfile & Docker-compose.yml Debugging Multi-Containers App - Simple CRUD microservice vs DDD microservice
  • 8. Implementing Asynchronous Event-Driven communication with an Event Bus Database Ordering Microservice Basket Microservice Database as Cache Service ServiceUser-Profile Microservice Web API Service Database Backend UserUpdated event (Publish Action) Event Bus (Publish/Subscribe Channel) UpdateUser command UserUpdated event  Buyer info UserUpdated event  Buyer info Eventual consistency across microservices’ data based on event-driven async communication DB update Event Bus Abstractions/Interface Event Bus Implementations RabbitMQ Azure Service Bus Other: NServiceBus MassTransit etc.
  • 10. Focus on: - Event Bus & messaging
  • 11. Orchestrator’s Cluster managing microservices/containers Clusters provide: • High scalability • Automatic High Availability and resiliency • High services density per host Official Docker Images https://hub.docker.com or Cluster of Nodes/Hosts VM App 1 App 2 My ASP.NET Core Services My Docker Images
  • 12. Web Apps Mobile Apps API Management API Apps Logic Apps Notification Hubs Content Delivery Network (CDN) Media Services HDInsight Machine Learning Stream Analytics Data Factory Event Hubs Mobile Engagement Biztalk Services Hybrid Connections Service Bus Storage Queues Backup StorSimple Site Recovery Import/Export SQL Database DocumentDB Redis Cache Search Tables SQL Data Warehouse Azure AD Connect Health AD Privileged Identity Mngt Operational Insights Cloud Services Batch Service Fabric Visual Studio Application Insights Azure SDK Team Project Active Directory Multi-Factor Authentication Automation Portal Key Vault Store / Marketplace VM Image Gallery & VM Depot SECURITY & MANAGEMENT PLATFORM SERVICES HYBRID OPERATIONS Microsoft Azure Azure Container Service Function Apps
  • 13. Azure Compute Continuum Ultimate Control Rapid Development VMs / VM Scale Sets VM Extensions Orchestrators ACS & Service Fabric App Service & Azure Functions IaaS PaaS
  • 14. Orchestrator Description Good for Common workloads Azure Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices a) Stateful svc & Actors b) Microservices based on plain processes c) Microservices based on containers Docker Swarm is a clustering and scheduling tool for Docker containers. With Swarm, IT administrators and developers can establish and manage a cluster of Docker nodes as a single virtual system Microservices based on containers Kubernetes is an open-source platform for automating deployment, scaling, and operations of application containers across clusters of hosts Microservices based on containers As a datacenter operating system, DC/OS is itself a distributed system, a cluster manager and a container platform Microservices based on containers (Including other Linux containers, not just Docker) More mature: Less mature: More mature: Less mature: More mature: Less mature: Azure Product Azure Service Fabric Azure Container Service Docker Swarm Service Fabric Production-ready & Microsoft ecosystem Mesosphere DC/OS More mature: Less mature: Production-ready & Linux ecosystem Easy to get started Dev/Test and Production Kubernetes Production-ready & Linux ecosystem
  • 15. aka.ms/MicroservicesEbook aka.ms/MicroservicesArchitecture Additional subjects covered in the eBook Domain Driven Design Patterns • Domain Models (Aggregates, Entity, VO, etc.) • Simplified CQRS • Dapper MicroORM for queries • Commands and Mediator patter • Domain Events (within the same microservice) Microservices • Integration Events (across microservices) • Multi-container docker-compose.yml • Swagger w/ Swashbuckle • Security (Authentication/Authorization) with tokens from IdentityServer4 wrapping ASP.NET Identity

Editor's Notes

  • #4: Traditional Approach : Application is made up of layers and will be part of a process and if you want to scale you need to scale cloning the application into multiple servers Microservices Approach : The application comprises small set of services and the scaling out is done by scaling out each service Independently by running multiple instance across servers These services or microservices run in its own process and the communication between other microservices using protocols such as http , web sockets or AMQP. Microservice implements a specific business capability end to end and each of these services should be developed autonomously and should be independently deployable with fully automated deployment mechanism
  • #5: Microservices should own its data model and data and logic Cold data for reporting Advantages and disadvantages of microservices Maintainability Cost savings Polygot Disadvantage Initial implementation Microserices :Small and focused on doing one thing well Vertical slicing or Functional cohesion Bounded context
  • #6: This is just a sample, actual bounded context boundaries would depend on your real Domains. Depending on each Domain, the entities and their position could be different.
  • #8: Client apps can access the microservices using HTTP synchronous protocol If we are using the same for communication between microservices then there will issues like If there is dependency between microservices then microservices cannot be deployed independently. Usually microservices should not be aware of other microservices One of the microservice will be waiting for response from the other microservices and which in turn call another service. Then the first microservices will be waiting for the response And also if the downstream microservice fails . The failure will get cascaded
  • #10: This slide is required. Do NOT delete. This should be the first slide after your Title Slide. This is an important year and we need to arm our attendees with the information they can use to Grow Share! Please ensure that your objectives are SMART (defined below) and that they will enable them to go in and win against the competition to grow share. If you have questions, please contact your Track PM for guidance. We have also posted guidance on writing good objectives, out on the Speaker Portal (https://www.mytechready.com).   This slide should introduce the session by identifying how this information helps the attendee, partners and customers be more successful. Why is this content important? This slide should call out what’s important about the session (sort of the why should we care, why is this important and how will it help our customers/partners be successful) as well as the key takeaways/objectives associated with the session. Call out what attendees will be able to execute on using the information gained in this session. What will they be able to walk away from this session and execute on with their customers. Good Objectives should be SMART (specific, measurable, achievable, realistic, time-bound). Focus on the key takeaways and why this information is important to the attendee, our partners and our customers. Each session has objectives defined and published on www.mytechready.com, please work with your Track PM to call these out here in the slide deck. If you have questions, please contact your Track PM. See slide 5 in this template for a complete list of Tracks and TPMs.
  • #12: For each service instance you use one container Docker images/containers are “units of deployment” A container is an instance of a Docker Image A host (VM/server) handles many containers https://blogs.msdn.microsoft.com/azureservicefabric/2016/04/25/orchestrating-containers-with-service-fabric/ Service Fabric will support the different types of containers discussed above in an upcoming release. At a high level, containers can be seen as encapsulated, individually deployable components running as isolated instances on the same kernel, leveraging operating system level virtualization. This means that each application, its runtime, dependencies, and system libraries run inside a container with full, private access to their own isolated view of operating system constructs. Along with portability, this degree of security and resource isolation is the main benefit for using containers with Service Fabric, which otherwise runs services in traditional processes. On Linux, this isolation has traditionally been provided by cgroups and namespaces, and Windows Server Containers (coming in Windows Server 2016) will behave similarly. In addition, Windows Server 2016 will offer Hyper-V Containers, an even higher level of security isolation for hostile multi-tenant scenarios. Figure 1 shows the different isolation levels.
  • #18: This slide is required. Do NOT delete. This should be the first slide after your Title Slide. This is an important year and we need to arm our attendees with the information they can use to Grow Share! Please ensure that your objectives are SMART (defined below) and that they will enable them to go in and win against the competition to grow share. If you have questions, please contact your Track PM for guidance. We have also posted guidance on writing good objectives, out on the Speaker Portal (https://www.mytechready.com).   This slide should introduce the session by identifying how this information helps the attendee, partners and customers be more successful. Why is this content important? This slide should call out what’s important about the session (sort of the why should we care, why is this important and how will it help our customers/partners be successful) as well as the key takeaways/objectives associated with the session. Call out what attendees will be able to execute on using the information gained in this session. What will they be able to walk away from this session and execute on with their customers. Good Objectives should be SMART (specific, measurable, achievable, realistic, time-bound). Focus on the key takeaways and why this information is important to the attendee, our partners and our customers. Each session has objectives defined and published on www.mytechready.com, please work with your Track PM to call these out here in the slide deck. If you have questions, please contact your Track PM. See slide 5 in this template for a complete list of Tracks and TPMs.