.NET 6 - Web API Caching with Redis ⏲🌐

preview_player
Показать описание
In this video we will be going to be discussion Caching in .NET 6 Application why do we need it and how can we implement it in our .NET 6 Web API.

Support me on Patreon to access the source code:

Create .NET 6 Web API

.NET 6 and PostgreSQL

Middlewares

Dependency Injections

Let us connect:

Support my work:

Hire Me:

WHO AM I:
I'm Mohamad, a Enterprise Architect working in Manchester, UK. I make videos about web, cloud, desktop and mobile development.

GET IN TOUCH:

#dotnet #caching #performance
Рекомендации по теме
Комментарии
Автор

"Thanks a bunch, Mohamad Lawand! Your video on Web API Caching with Redis not only cleared up my confusion but also made me rediscover my love for caching (who knew it could be this exciting?). Keep the tech tutorials coming, you've got a knack for turning complex stuff into pure gold! 💻✨😄"

anurag
Автор

The explanation is very clear and straightforward. It's a helpful video. Thank you for sharing.

sinanfen
Автор

I eagerly wait for videos.
Thanks for making such amazing informative videos.

itsrahimuddinkhan
Автор

thank you for this video, we want to explain docker and microservices in details please

a.g.b
Автор

Thanks for the great video.

Just a quick question,
What happens if we add a new driver and immediately call getAll. (before cache expires)
It will give the response from cache without the new driver I just added??

any thoughts on this :)

sajidrahaman
Автор

Amazing explanation and video. Much love from South Africa

kshooter
Автор

Amazing explanation but where is the check expiry time step when getting cash or is it implicit ?

hazemabdelnaser
Автор

Hello Mohammad,
Thanks for this useful tutorial, the question is, will this functionality wokrs for .net8 as well?

shahabjoon
Автор

Really great video. Please keep the videos coming.

waystilos
Автор

Hello sir, its a very good tutorial on this topic, could you please provide a demonstration on how to search by Driver Name [Column: Name]. Please

MdEmranHossain-jnhz
Автор

Thanks for sharing the video. It is very detailed and helpful.

ThếAnhTrần-de
Автор

best video on this topic. amazing explanation

MahnoorAli-mg
Автор

Great effort, but I don't think there is a need to do the sample from scratch, just a starter webapi and redis install and use. Thanks

ahmedameen
Автор

thanks for the help it help my every thing i need to install

neeshaantmdk
Автор

Hi Mohamad, do you know is it possible to mock redis in integration tests while not running a docker container for redis? Because it affects my integration tests speed.

BarbarosYurttagul
Автор

Why did you use Count() > 0? Shouldn't you just check for null since it can be an empty list as well? If it's an empty list in the cache, it should be an empty list in EF as well. Otherwise, you can still spam the database with requests on pages with an empty list.

Other things where quite well explained so +1

OhMyGuus
Автор

alot of sample 😁😁
Thanks our legend ❤

alisyria
Автор

could i use idistributedcache interface for redis?

csharpdev-software-engineer
Автор

Hi Mohammed, Quick question why do you need package when you have already installed StackExchange.Redis package?

onedev
Автор

Q: What if I already use SQLite? what should be changed with installing packages?

computervlogg