Will Web 3.0 Replace Web 2.0?
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Microservice
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
C# Corner Live (7)
Cecil Phillip (7)
Jaydeep Patil (6)
Sameer Shukla (4)
Aman Gupta (3)
Shenbagapandiyan P (3)
Munib Butt (3)
Anupam Maiti (3)
Anu Viswan (2)
Bassam Alugili (2)
Kirtesh Shah (2)
David Mccarter (2)
Sarathlal Saseendran (2)
George (1)
Usama Hafeez (1)
Vinay Ayinapurapu (1)
Catcher Wong (1)
Akhil Mittal (1)
Amit Naik (1)
Ojash Shrestha (1)
Nagaraj M (1)
Stephen Simon (1)
Sumesh Sukumaran (1)
Jay Krishna Reddy (1)
Atul Warade (1)
Menaka Baskarpillai (1)
Nilanjan Dutta (1)
Anup Hosur (1)
Joydip Kanjilal (1)
Sormita Chakraborty (1)
Bhasker Das (1)
Bohdan Stupak (1)
Periyasamy Vellingirisamy (1)
Abhishek Yadav (1)
Satheesh Palani (1)
Bhagvan Kommadi (1)
Ashutosh Gupta (1)
Matt Davis (1)
Vidya Vrat Agarwal (1)
Abhishek Mishra (1)
Thiago Vivas (1)
Jaish Mathews (1)
Vinoth Rao (1)
Somak Das (1)
Deepak Kaushik (1)
Related resources for Microservice
No resource found
Breaking Your REST APIs To Make Them Stronger - Azure for Sure - S2 - Ep. 3
2/21/2023 11:03:52 AM.
In this session, you will learn the differences between Web, Microservice & Monolith APIs as well as mission vs non-mission critical APIs.
Upgrading Your Architecture: Learn How to Use the Microservice Strangler Pattern
1/18/2023 3:19:36 PM.
In this article, you will learn about Microservice Strangler Pattern.
Understanding Microservice
12/26/2022 9:33:23 AM.
This is a discussion of Understanding of Microservice.
Introduction Of Docker File
11/7/2022 5:47:15 AM.
This article is the introduction of Docker file.
Introduction To Saga Pattern
10/31/2022 7:15:04 AM.
This article provides an introduction to the Saga Pattern.
Deploying Microservices to AKS with Azure DevOps Environments and multi-staged Azure Pipelines
10/21/2022 12:59:59 PM.
In this session, you will learn about what Azure DevOps Environments are and what can be the benefits of using it.
Microservices Async Communication Using Ocelot Gateway, RabbitMQ, Docker, And Angular 14
9/17/2022 11:22:33 AM.
In this article, you will learn about Microservices Asynchronous Communication using Ocelot Gateway, RabbitMQ, Docker, and Angular 14.
CRUD Operation And Microservice Communication Using gRPC In .NET Core 6 Web API
9/5/2022 5:50:22 AM.
In this article, you will learn about CRUD Operation and Microservice Communication using gRPC in.NET Core 6 Web API
Configuration Of A Microservice
8/22/2022 5:25:59 AM.
In this article, you will learn about the configuration of a Microservice.
Asynchronous Communication Between Microservices Using .NET Core API, RabbitMQ, and Docker
8/21/2022 3:14:50 PM.
Asynchronous Communication Between Microservices Using the .NET Core API, RabbitMQ, and Docker
Implementation And Containerization Of Microservices Using .NET Core 6 And Docker
8/13/2022 10:38:35 PM.
The Implementation and Containerization of Microservices Using .NET Core 6 and Docker.
Microservices Implementation With Ocelot Gateway Using .NET Core 6 API And Angular 14
8/7/2022 4:36:34 AM.
Microservices Implementation with Ocelot Gateway using .NET Core 6 API and Angular 14.
Microservice Architecture, Its Design Patterns And Considerations
7/25/2022 7:11:33 PM.
This article is about microservices architecture and its comparison with monolith, as well as design patterns that are important, and benefits and drawbacks.
Challenges With Microservices
7/4/2022 5:30:04 AM.
In this article, we will see what are the challenges we can face while developing microservices and how to resolve them.
Modern Architecture Shop (Clean Architecture And Microservices)
6/24/2022 6:58:57 AM.
Modern Architecture Shop is a clean, lightweight .NET microservices application, showcasing the use of Dapr to build microservices-based applications.
Enterprise-grade Microservice Template with .NET
6/15/2022 5:39:18 PM.
Watch Vitalii Honcharuk as he talks about Enterprise-grade Microservice Template with .NET.
Notes From Microsoft Build 2022 - Day One
5/27/2022 6:18:04 AM.
In this article, you will see the highlights from MS build event Day 1.
Microservices With Java
5/17/2022 12:48:49 PM.
In this article, you will learn about Microservices with Java.
Log Correlation In Microservices
5/9/2022 4:38:11 AM.
In this article, you will learn how to correlate the logs in microservices.
Distributed Transaction in C# Microservices using SAGA Pattern
4/11/2022 9:21:40 AM.
This article describes how to accomplish a distributed transaction in SAGA pattern with the help of DTM in C#'s microservices, and how to handle common anomalies in distributed transactions
Microservices Using ASP.NET Core
3/5/2022 6:09:42 AM.
In this article, we will learn the concept of Microservices, their architecture, and how to create microservices using ASP.NET Core and C#.
Microservice Circuit Breaker Pattern
1/2/2022 9:21:50 AM.
The article explains Circuit Breaker Pattern in Microservices architecture.
JWT Authentication In Microservices
1/2/2022 8:55:22 AM.
This article walksthrough implementation of Jwt Authentication in a Microservice architecture. It uses Ocelot for building the API Gateway
Monitoring APIs With Actuators
1/1/2022 4:47:34 AM.
The article explains what actuators are and how we should use them.
Understanding Docker Compose
12/30/2021 7:26:14 AM.
Article explains using Docker Compose for executing multi-container apps on our local machine
Adding Application Insights Telemetry To Our Microservice In Azure
9/21/2021 4:09:48 PM.
In this article, you will learn how to add application insights telemetry to our Microservice in Azure.
Creating A C# Microservice And Deploying It To Azure
9/16/2021 12:51:53 PM.
In this article, you will learn how to create a C# microservice and deploying it to Azure.
Microservices And Their Benefits
9/15/2021 1:11:17 PM.
In this article, you will learn about MicroServices and their benefits.
API Gateway Desing Pattern In Microservices
8/10/2021 4:15:29 PM.
In this article, you will learn about Microservices Design using the Gateway Pattern.
Sidecar Design Pattern In Microservices
8/10/2021 4:13:56 PM.
In this article, you will learn about Microservices Design using Sidecar Pattern.
Bridge to Kubernetes
7/4/2021 5:53:04 AM.
Setting up and running a microservice application locally?can be time-consuming and complex. Visual Studio PM Nick Greenfield shows how Bridge to Kubernetes enables you to connect to a Kubernetes clus
Setting up Observability in Orleans
6/30/2021 2:58:06 PM.
As we continue to explore Microsoft Orleans, Reuben Bond returns to chat with Rich about how we can implement observability in our Orleans applications. He reviews concepts like OpenTelemetry, call fi
Hybrid Federated Ocelot Gateway
6/30/2021 1:47:59 PM.
In this article, you will learn about the aggregated gateway to route the restful and graphql requests.
Microservices Architectures
6/28/2021 1:29:42 PM.
In this article,, you will learn about Microservices Architectures.
Microservices Architecture Pattern - SAGA
6/28/2021 11:35:44 AM.
In this article, you will learn about the Microservices Architecture pattern - SAGA.
Containerize Microservices with Service Fabric - Women Data Summit 2021
6/27/2021 11:03:26 AM.
This session in Women Data Summit 2020 is about Containerize Microservices with Service Fabric
Rockin' The Code World with dotNetDave ft. Steve "ardalis" Smith Ep. 28
6/27/2021 9:58:30 AM.
Join us with Jim Wilcox on Rockin' The Code World with dotNetDave - a weekly show to learn & live Q&A on .NET and other programming technologies.
Cloud Microservices to Serve the Next Billion - Code Quality & Performance Virtual Conference
6/21/2021 10:15:18 AM.
This session in Code Quality & Performance Virtual Conference is about Cloud Microservices to Serve the Next Billion
RabbitMQ With ASP.NET Core - Microservice Communication With MassTransit
6/21/2021 8:38:01 AM.
In this article, you will learn about RabbitMQ With ASP.NET Core - Microservice Communication With MassTransit.
Monolith, Microservices Architectures And Bulkhead, CQRS Patterns
6/15/2021 2:57:35 PM.
This article will discuss the criteria to use specific of this architecture, the pros and cons of each of these with relatable examples. The article also discusses about Bulkhead pattern and CQRS patt
Clustering in Orleans
6/2/2021 2:08:39 PM.
Using Microsoft Orleans you can build applications that scale from a single on-premises server to globally distributed and highly-available in the cloud.In this episode, Reuben Bond joins Cecil to e
Architecture - Processing Data With Microservices
5/27/2021 2:11:09 PM.
In this article, microservice architecture to process the data. Here I will show how to process invoice data using an AWS LAMBDA.
Monolithic Vs Microservice Architecture
4/8/2021 9:22:25 AM.
In this Article we will try to understand the difference between Monolithic and Microservice architecture.
Building real applications with Microsoft Orleans
3/19/2021 8:11:35 AM.
Microsoft Orleans is a cross-platform framework for building distributed applications with .NET.In this episode, Reuben Bond joins Cecil to talk about some of the capabilities of Orleans. They cover
Building microservices with Tye
3/19/2021 5:25:39 AM.
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier for developers. With very little knowledge of Docker or Kubernetes, developers can run loc
Managing Resiliency in Microservices - Full Stack Virtual Conference 2021
3/5/2021 9:49:50 AM.
In this session, Nish Anil describes more about Managing Resiliency in Microservices.
Building real applications with Microsoft Orleans
2/10/2021 4:32:20 AM.
Microsoft Orleans is a cross-platform framework for building distributed applications with .NET.In this episode, Reuben Bond joins Cecil to talk about some of the capabilities of Orleans. Reuben eve
Microservices Architecture
1/4/2021 7:07:52 AM.
In this session of Software Architecture Virtual Conference, you'll learn about Microservices Architecture
Event Driven applications on Kubernetes with KEDA
12/2/2020 7:53:01 AM.
KEDA is an open source project and enables event-driven autoscaling for Kubernetes workloads.KEDA scalers can detect if a deployment should be activated or deactivated, and feed custom metrics for a s
Modern Architecture Shop - Autoscaler
11/10/2020 8:39:13 AM.
Modern Architecture Shop is a clean-lightweight .NET and scalable application. Keep your eye on the Road Map (watch it on GitHub). The next version will contain a minimal feature set so that the user
Whats RestEase And How To Use RestEase On MicroService Architecture
11/2/2020 10:15:02 PM.
RestEase is a little type-safe REST API client library for .NET Framework 4.5 and higher as well as the .NET Platform Standard 1.1. It aims to make interaction with remote REST endpoints easy, without
Introduction To JSON Web Token (JWT)
9/17/2020 9:23:09 AM.
In this article, you will learn about JSON Web Token.
Microservices With Ocelot API Gateway In ASP.NET Core
9/16/2020 7:44:02 AM.
In this article we will get to know what are microservices and how to built using API Gateway in ASp.Net Core
WebAPI Performance Testing Using Apache JMeter
8/18/2020 8:14:10 AM.
In this article, you will learn about WebAPI Performance Testing using Apache JMeter.
Implement Background Tasks In Microservices With IHostedService And BackgroundService Class In .NET
7/31/2020 7:59:25 AM.
Here, we try to understand Implementing Background Task in microservices using IHostedService and BackgroundService class.
Build A .NET Core Microservice With Ocelot API Gateway
7/6/2020 7:11:08 AM.
In this article, I am going to explain how to build a .NET core Microservice with an API gateway using Ocelot.
Fanout Async Messaging Design In Microservices Using RabbitMQ
6/1/2020 8:29:51 AM.
A prototype to demonstrate the fanout async messaging pattern using RabbitMQ to publish messages in multiple queues for different consumer to consume the same message.
Microsoft Azure Service Bus-Topic
5/26/2020 8:12:34 AM.
In this article, you will learn about the Microsoft Azure Service Bus-Topic.
Scaling .NET Microservices Communications With NCache Pub/Sub
4/20/2020 9:36:27 AM.
This article presents a discussion on how we can take advantage of NCache PubSub for scaling microservices.
GraphQL Integration Microservice/Monolith Architecture
4/18/2020 7:44:41 PM.
In this article, you will learn about GraphQL Integration Microservice/Monolith Architecture.
Thinking about Microservices
4/16/2020 3:33:08 PM.
Architecture is the basic building block for any application. If not chosen carefully, then it may lead to a severe problem later. In this article, you will learn the Microservices, why and why not to
Leader Election With Redlock.net
3/24/2020 4:27:34 PM.
In this article you will learn about Leader Election With Redlock.net.
Request Tracing And Logging Between Multiple MicroService With Correlation Id Using Serilog In .NET Core
3/6/2020 10:26:57 AM.
While working with micro service architecture design pattern, There would be multiple micro services are running and achieve our business needs. So, in this case all the micro services are running ind
RabbitMQ Service Bus Explained
1/27/2020 6:23:56 PM.
RabbitMQ is an implementation of an event bus that implements event-based communication between different microservices developed using ASP.NET Core.
Getting Started With MicroServices
12/10/2019 1:38:15 PM.
In this article, you will learn about MicroServices.
Scalable, Performant And Reactive MicroServices
12/9/2019 10:01:01 AM.
In this article you will learn about Scalable, Performant and Reactive Microservices.
Containerizing Microservices (.NET Core Application) Using Azure
11/18/2019 8:56:37 AM.
In this article, we will learn about Containerizing Microservices (.NET Core Application) using the Azure platform
Monoliths Vs Microservices - Which Is Right For Your SaaS Application
8/13/2019 12:43:15 AM.
Microservices are increasingly popular but sometimes a monolithic application is the best choice. In this article, we will look at the pros and cons of microservices and monoliths.
MicroService Architecture
5/15/2019 1:28:13 PM.
In this article, you will learn about microservice architecture.
Azure Service Fabric - Introduction To Microservices And Azure Service Fabric - Part One
3/24/2019 11:48:27 AM.
This article details basic concepts of Microservices and Azure Service Fabric. The details provided will help build deeper concepts in Azure Service Fabric in the next set of articles in the series
MicroServices Using Service Fabric And .NET Core With CI/CD
1/2/2019 8:21:49 AM.
In this article, we will be creating a sample MicroService project using Visual Studio and Service Fabric. Then, we will publish that on Azure by applying continuous integration and continuous deploym
Are MicroServices Just A New Marketing Term
12/3/2018 9:09:28 AM.
Microservices is a great way to decouple an application for faster modernization, improved functionality and better performance, but done incorrectly or without proper architectural understanding, tea
Running ASP.NET Core Application In Azure Service Fabric Cluster
10/25/2018 11:24:14 PM.
We will create an Azure Service Fabric Cluster with 5 nodes using Azure Portal and we will deploy our existing ASP.NET Core application in this cluster.
Create A MicroService In ASP.NET Core Using Azure Service Fabric
10/23/2018 12:08:11 AM.
We will see how to create a Microservice in ASP.NET core using Service Fabric and we will create a 1 node cluster in Service Fabric Local Cluster Manger and run the application in this cluster.
Quick Micro Services Development Using MicroService4Net (No Containers)
7/22/2018 12:44:59 PM.
Here, we are showing how we can quickly develop ASP.NET MVC WEB API based Microservices without any containers, but using Open Web Interface(OWIN)
MicroServices - An Intro With Azure Service Fabric
3/1/2018 5:33:31 AM.
We all wonder what a microservice means. In order to understand microservice, let's shed some light on monolithic applications.
Share Code Between ASP.NET Core MicroServices
1/4/2018 12:33:39 PM.
Microservice architecture or microservices is a method of developing software applications as a suite of independently deployable, small, modular services in which each service runs a unique process a
Learn Azure Microservices, Service Fabrics and Cognitive Services
6/19/2017 1:54:47 AM.
In this video you will learn Azure Microservices, Service Fabrics and Cognitive Services.