filmov
tv
🚀 ASP.NET Core: Faster Api with Multi-Layer cache!
Показать описание
Speaking of caching, you may already have in-memory or Distributed cache (like Redis) in your application but both approaches have some issues.
In-memory cache can't be used when you have distributed systems and multiple instances of your Api, since it's memory specific.
Distributed cache has the issue of I/O operation and network latency.
Can we merge both approaches? Yes for sure!
In this video, I've tried to show how to implement a multi-layer cache in ASP.NET Core.
Moments
00:00 - Intro
01:08 - Scenario
01:52 - Code Structure
03:55 - Cache Provider Interface
05:20 - In-Memory Cache
05:50 - Redis Cache
07:31 - Cache Manager
12:55 - API with Cache Manager
-------------------------------------------------
LinkedIn Profile:
In-memory cache can't be used when you have distributed systems and multiple instances of your Api, since it's memory specific.
Distributed cache has the issue of I/O operation and network latency.
Can we merge both approaches? Yes for sure!
In this video, I've tried to show how to implement a multi-layer cache in ASP.NET Core.
Moments
00:00 - Intro
01:08 - Scenario
01:52 - Code Structure
03:55 - Cache Provider Interface
05:20 - In-Memory Cache
05:50 - Redis Cache
07:31 - Cache Manager
12:55 - API with Cache Manager
-------------------------------------------------
LinkedIn Profile:
A new way to build CLEAN and FAST APIs in .NET
The Right Way To Build Async APIs in ASP.NET Core
Tiny, fast ASP.NET Core APIs with native AOT | .NET Conf 2023
The better way to write Integration Tests in ASP.NET Core
I Compared ASP.NET Core and Node.js for Performance
Making Entity Framework Core As Fast As Dapper
Extremely FAST Caching Repository With Decorator Pattern in ASP.NET Core
ASP.NET Core Web API Best Practices
Advanced Search in .NET with Elasticsearch
Upgrade Your .NET Projects Faster with Visual Studio
AspNetCore - Fast Endpoints
ASP.NET Core Web API Features You Need to Know In 10 Minutes or Less
Build a RESTful API in ASP.NET 6.0 in 9 Steps!
Asp.Net Core and Microsoft Azure. THIS Will Get You Started FAST!
Inserting 10 Million Records in SQL Server with C# and ADO.NET (Efficient way)
NativeAOT for .NET APIs Is Here and It’s INSANE!
ASP.NET Core Web API .NET 8 2024 - 9. Async/Await
ASP.NET Core Series: Performance Testing Techniques
Ask the Expert: Create a web API with ASP.NET Core
Web API Development in .NET 8 in 2 Hours | ASP.NET CORE | RESTFUL API
ASP.NET Core Service Lifetimes Explained #shorts
How To Configure Gzip Compression In ASP.NET Core #shorts
Performance Improvements in .NET 8, ASP.NET Core, and .NET MAUI | .NET Conf 2023
EF Core Performance Optimization Challenge | 233x FASTER
Комментарии