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 Ocelot
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Catcher Wong (9)
Ajay Kumar (2)
Jaydeep Patil (2)
Shenbagapandiyan P (2)
Jefferson S. Motta (1)
Anu Viswan (1)
Jay Krishnareddy (1)
Menaka Priyadharshini B (1)
Related resources for Ocelot
No resource found
Introduction to API Gateway in .NET Using Ocelot
8/12/2024 5:08:54 AM.
Learn how to implement an API Gateway in .NET using Ocelot, a powerful open-source library. This guide covers the essentials of routing, load balancing, security, and microservices management in .NET
Building an API Gateway with Ocelot and gRPC: Understanding Forward and Reverse Proxies
12/28/2023 5:30:52 AM.
Explore the powerful combination of Ocelot and gRPC in API Gateway development for efficient routing and management in microservices. Learn about forward and reverse proxies, enhancing control, securi
Ocelot open-source API Gateway
11/28/2023 7:26:07 AM.
Learn what is Ocelot an open-source API Gateway. Ocelot, an open-source API Gateway crafted on the .NET platform, streamlines the complexity of microservices architectures.
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.
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.
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
.NET Core NUGET packages
7/5/2021 10:46:13 AM.
In this article, you will learn about the best NuGet packages we can select while developing restful microservices.
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 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
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.
Building API Gateway Using Ocelot In ASP.NET Core - Configuration (Consul)
8/16/2019 1:15:53 PM.
This article introduces how to store the configuration in consul when using Ocelot.
Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Consul)
7/15/2019 9:21:57 AM.
This article introduces the basic usage of service discovery when using Ocelot with Consul.
Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Eureka)
6/4/2018 11:29:32 AM.
Service discovery is the automatic detection of devices and services offered by these devices on a computer network. A service discovery protocol (SDP) is a network protocol that helps accomplish serv
Building API Gateway Using Ocelot In ASP.NET Core - Load Balancing
4/2/2018 3:00:48 PM.
In this article, we will discuss the load balancing module of Ocelot when building API Gateway.
Building API Gateway Using Ocelot In ASP.NET Core - QoS (Quality of Service)
3/17/2018 10:34:09 AM.
In this article, we will discuss QoS (Quality of Service) module of Ocelot when build API Gateway.
Part Four - Building API Gateway Using Ocelot In ASP.NET Core - Rate Limiting
3/15/2018 12:09:03 AM.
In the previous articles of this series, we discussed how to build the API Gateway in ASP.NET Core.
Part Three -Building API Gateway Using Ocelot In ASP.NET Core - Logging
3/15/2018 12:07:35 AM.
In this article, we will discuss Logging when we build API Gateway using Ocelot in ASP.NET Core.
Part Two - Building API Gateway Using Ocelot In ASP.NET Core - Authentication
3/15/2018 12:04:06 AM.
In this article, I will continue with the topic of Building API Gateway In ASP.NET Core and will show you something about authentication later.
Building API Gateway Using Ocelot In ASP.NET Core
11/21/2017 12:33:34 AM.
Ocelot is aimed at people using .NET running a micro services / service orientated architecture who need a unified point of entry into their system.