Тёмный
No video :(

Micro Services in .NET Core 7.0 using Ocelot API-Gateway By Core Knowledge Sharing 

Core Knowledge Sharing
Подписаться 1,2 тыс.
Просмотров 10 тыс.
50% 1

What are Microservices?
Microservices are the architectural approach to build applications from small to large scale applications. With this architectural approach, an application is broken down into the smallest components, independent of each other. Unlike Monolithic architecture, where all the functionalities are targeted to build into a single project/application, Microservices helps to separate functionalities to develop in a more modular way and all modules work together to accomplish the specific targeted tasks.
Need of a Microservice
This architectural approach to developing software gives more modularity, being lightweight, and the ability to share similar functionalities across multiple applications. It is a major way of designing and optimizing app development towards a cloud-native model.
To develop quality software, the faster development process for change in existing software features, easy to tackle any runtime issues after deployment into production. As we have challenges in every positive idea, Microservices also have the challenges like managing them aligning them to work without downtimes, because we maintain them in different servers and have to deal with the data and databases they use for transactions.
Understanding API Gateway (Ocelot Gateway with example)
API Gateway is nothing but a middleware layer of directing incoming HTTP request calls from Client applications to specific Microservice without directly exposing the Microservice details to the Client and returning the responses generated from the respective Microservice.
Ocelot is an Open-Source API Gateway for the .NET/Core Platform which is officially supported by Microsoft. What it does is simple. It mimics masking multiple microservices existing behind that the client does not have to worry about the location of each and every Microservice.

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@VenkataSivaReddyPadala
@VenkataSivaReddyPadala 2 месяца назад
Hi , Waiting for next part - authentication/authorization implementation - and inter service communication
@dmsnm
@dmsnm 5 месяцев назад
Waiting for next part - authentication/authorization implementation - and inter service communication
@user-eu7mh9cr2i
@user-eu7mh9cr2i 9 месяцев назад
Cool
@abhinay4200
@abhinay4200 11 месяцев назад
good one
@vivekbhardwaj8498
@vivekbhardwaj8498 Год назад
Well explained 🙏
@danielalejandrovillacissol2497
@danielalejandrovillacissol2497 6 месяцев назад
Thx nice video
@nikhilvairat7400
@nikhilvairat7400 Месяц назад
can you share this code ?
@harshkadam5508
@harshkadam5508 10 месяцев назад
Thankyou so much bhai...
@balvindersingh7159
@balvindersingh7159 2 месяца назад
how to add .net 7 api in 2.1 gateway please help
@CoreKnowledgeSharing
@CoreKnowledgeSharing 2 месяца назад
What issue you are facing
@leenamahajan2129
@leenamahajan2129 Год назад
👍👍
@michaelmurphy7031
@michaelmurphy7031 Год назад
good video but missing the next url for secure api's
@CoreKnowledgeSharing
@CoreKnowledgeSharing Год назад
We will cover that in next videos
@chiranjeevipodishetty
@chiranjeevipodishetty 6 месяцев назад
can you share project repo link