TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
About Micro Services
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (1)
Devesh Omar (1)
Abdul Raheem (1)
Salman Karim (1)
Munib Butt (1)
Himanshu Upreti (1)
Jaish Mathews (1)
Anupam Singh (1)
Rakesh Suryawanshi (1)
Related resources for Micro Services
No resource found
Enhancing Microservices with Kafka: A Distributed Messaging Solution
10/23/2024 8:17:59 AM.
In this video, we will explore how to effectively bridge various pods and JVMs while considering key factors such as scalability, resilience, high availability, and performance for intensive applicati
Running .NET Core Application using Docker Container
8/13/2024 9:32:48 AM.
Creating a microservice with .NET 8.0 and Docker. It covers installing .NET, setting up a .NET Core API project, creating a Dockerfile, and building and running a Docker image. Learn to verify images,
Implementing gRPC in .Net Core
11/15/2023 10:33:58 AM.
Article on how to use gRPC in .Net Core. This article provides a step-by-step guide on implementing gRPC in a .NET Core project, covering essential aspects from creating proto files to adding authoriz
Exploring Different Communication Mechanisms Between Microservices with .NET 6
4/28/2023 7:26:34 AM.
Microservices have become an essential part of modern software architecture, allowing for the development of scalable and flexible applications. In this blog post, we will explore different communicat
Micro-Services Vs N-Tier Architecture
7/29/2022 8:15:14 PM.
In this article, you will learn about Micro-services vs N-Tier Architecture.
JWT Token Routing From Gateway To Multiple Micro-Services In .NET Core
5/21/2020 6:01:29 AM.
This article covers exposing a central gateway point to the outer world to access protected API content. The handling of different micro-service routing will be done by Gateway itself.
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)
Building Multitenant Architecture Using ASP.NET Core And Micro Services
12/18/2017 11:54:46 PM.
Instead of deploying an application per client, organizations prefer multitenancy to save infrastructure cost and deployment time. Multitenant architecture helps to adapt changes for different clients
Monolithic Application Design
5/25/2016 12:13:00 PM.
In this article you will learn about Monolithic Application design.