data access
Redis for C# and .NET Articles, Tutorials & News
Redis for C# and .NET articles, tutorials, and news from the DotNetNews archive.
78 articles Updated Page 3 of 4
Browse additional Redis for C# and .NET articles from the DotNetNews archive.
Redis for C# and .NET articles
Page 3 of 4
Newest first
-
Redis Cache vs Memory Cache vs SQL Cache in .NET — A Complete Developer Guide
medium.com Issue #310
🧩 Introduction
-
7 No-BS Steps I Used to Add Distributed Caching to .NET 9 with Redis (with Copy-Paste Code)
medium.com Issue #307
If you want the full source code, join our community: Here
-
Your .NET App Doesn’t Need a Database on the Hot Path — Meet the Local Caching Revolution
medium.com Issue #304
How hybrid in-memory + distributed caching patterns are quietly replacing database round-trips in real-world .NET systems. Continue reading on ILLUMINATION’S MIRROR »
-
Distributed Caching In .NET 9 With Redis
medium.com Issue #296
If you want the full source code, join our community: Here
-
Performance, security, and EF Core tips
DotNetNews Issue #285
A varied roundup of .NET posts on faster code, safer ASP.NET Core apps, EF Core migrations, Azure slots, logging, and team Git workflows.
-
Caching Layers in .NET with Redis, MemoryCache, and Policy Fallbacks
medium.com Issue #278
How layered caching strategies in .NET can supercharge performance while keeping your system resilient.
-
Retrieval-Augmented Generation (RAG) in .NET
medium.com Issue #275
With Microsoft’s preview release of VectorStore, which supports Redis and other backends — it has become much easier to build custom RAG…
-
A Step-by-Step Guide for the Cache-Aside Pattern + Stampede Protection
medium.com Issue #271
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
Efficient Caching Strategies: Write-Through vs. Write-Behind Caching
blog.stackademic.com Issue #270
We will learn about efficient way to update cache so that we will get always updated value in Cache. Continue reading on Stackademic »
-
Why Your C# Structs Might Be Slower Than Classes — Microsoft’s Own Performance Rules
blog.devgenius.io Issue #265
🧠 The Day Structs Slowed Our API Continue reading on Dev Genius »
-
EF Core filters, SignalR, security fixes
DotNetNews Issue #252
This issue covers EF Core 10 query filters, SignalR, background workers, API performance, security scanning, Azure Key Vault, and caching tips.
-
Caching in .NET with MemoryCache, Redis, and Polly
medium.com Issue #251
https://medium.com/@bhagyarana80/caching-in-net-with-memorycache-redis-and-polly-26e93e47c75e
-
Scaling ASP.NET Core Apps with Redis Output Caching
medium.com Issue #250
https://medium.com/@connect.hashblock/scaling-asp-net-core-apps-with-redis-output-caching-a9cc3213cf1e
-
Implement Redis Cache in .Net-Performance Improvement
pawan-kumawat.medium.com Issue #240
https://pawan-kumawat.medium.com/implement-redis-cache-in-net-performance-improvement-72b6ceeedcca
-
Mastering Caching Strategies: Cache-Aside, Write-Through, Read-Through, and More!
c-sharpcorner.com Issue #226
https://www.c-sharpcorner.com/blogs/mastering-caching-strategies-cacheaside-writethrough-readthrough-and-more
-
Getting Started with Redis in .NET Core Applications
c-sharpcorner.com Issue #222
https://www.c-sharpcorner.com/article/getting-started-with-redis-in-net-core-applications/
-
From RAM to Redis in 30 Minutes — Upgrading Your ASP.NET
medium.com Issue #212
https://medium.com/@michaelmaurice410/from-ram-to-redis-in-30-minutes-upgrading-your-asp-net-f4968b07d355
-
Boost Your Integration Tests: Sharing a Redis Container with Testcontainers for .NET
omerugi.medium.com Issue #163
https://omerugi.medium.com/boost-your-integration-tests-sharing-a-redis-container-with-testcontainers-for-net-8fe8c01d98ec
-
Redis part II : Scalable Session Management in .NET 9 and Blazor
medium.com Issue #160
https://medium.com/@aym003.hit/redis-part-ii-scalable-session-management-in-net-9-and-blazor-fdd9701ed471
-
Why FusionCache Outperforms .NET 9’s Hybrid Cache
medium.com Issue #139
https://medium.com/@shamuddin/why-fusioncache-outperforms-net-9s-hybrid-cache-4771adb02a79
-
AI, event sourcing, caching, and Blazor
DotNetNews Issue #133
Issue #133 covers OpenAI integration, event sourcing, Redis vs. NCache, Blazor, CQRS, testing, and .NET 9 API setup.
-
.NET 9 performance and caching tips
DotNetNews Issue #93
Issue #93 mixes .NET 9 speed notes, SQL Server and Fabric data pieces, ASP.NET Core guidance, and practical caching and DI advice.
-
ASP.NET APIs, EF Core, and .NET 9 tips
DotNetNews Issue #79
Issue #79 covers ASP.NET API styles, EF Core with PostgreSQL, .NET 9 LINQ and caching, plus C# performance and JSON tips.
-
APIs, EF joins, concurrency
DotNetNews Issue #60
Issue #60 covers ASP.NET Core APIs, Entity Framework, Redis caching, Docker and Kubernetes deployment, plus C# fundamentals and WPF.
-
Routing, caching, and package picks
DotNetNews Issue #49
A varied .NET roundup covering MVC routing, cache invalidation, SQL Server table-valued parameters, feature flags, and handy NuGet tools.