Pagination, DI, and .NET 9 updates
A varied .NET roundup covering pagination, dependency injection, background tasks, EF Core, Redis, Azure Functions, GitHub Copilot, and .NET 9.
Jasen's top three picks
- 1 Offset vs. Cursor Pagination — The Ultimate Guide for .NET Developers
dotnetfullstackdev.medium.com
A solid deep dive on offset vs. cursor pagination, with the kind of tradeoffs you only appreciate after scaling real APIs.
- 2 Dependency Injection in .NET Core: A Comprehensive Guide for Modern Applications!!!
medium.com
A practical DI refresher for modern .NET apps; useful if you want cleaner composition and less framework leakage.
- 3 Building Background Tasks in ASP.NET Core
c-sharpcorner.com
Background tasks in ASP.NET Core are always trickier than they look, so a focused walkthrough is welcome.
Editor's note
I curated a broad mix this time, from practical app design to platform updates. The pagination guides and EF Core transaction pieces are especially useful if you’re tuning data access, while the GitHub Copilot and .NET 9 articles point to where day-to-day .NET work is headed.
Today's articles
Offset vs. Cursor Pagination — The Ultimate Guide for .NET Developers
dotnetfullstackdev.medium.com
https://dotnetfullstackdev.medium.com/offset-vs-cursor-pagination-the-ultimate-guide-for-net-developers-69ccbcb0cf03
Read articleDependency Injection in .NET Core: A Comprehensive Guide for Modern Applications!!!
medium.com
https://medium.com/@bhargavkoya56/dependency-injection-in-net-core-a-comprehensive-guide-for-modern-applications-347342913d24
Read articleBuilding Background Tasks in ASP.NET Core
c-sharpcorner.com
https://www.c-sharpcorner.com/article/building-background-tasks-in-asp-net-core/
Read articleThe 7 Deadly Memory Leaks in C# (And the Fixes Microsoft Swears By)
medium.com
https://medium.com/@mohsho10/the-7-deadly-memory-leaks-in-c-and-the-fixes-microsoft-swears-by-e76a6018b285
Read articleHandle Entity Framework Transactions
c-sharpcorner.com
https://www.c-sharpcorner.com/article/handle-entity-framework-transactions/
Read articleAsync Programming in .NET using C# -A Complete Developer’s Guide-Part I
medium.com
https://medium.com/@bhargavkoya56/async-programming-in-net-using-c-a-complete-developers-guide-part-i-3af92ea1f0c0
Read articleConvert HTML Files/Strings to Image in C#/ASP.NET
medium.com
https://medium.com/@andrewwil/convert-html-files-strings-to-image-in-c-asp-net-e15e50e18f45
Read articleTrending C# repositories created in 2025
medium.com
https://medium.com/@vikpoca/trending-c-repositories-created-in-2025-cd4a65f6cf23
Read articleBest Practices and Code Examples for Azure Functions using C# 13
c-sharpcorner.com
https://www.c-sharpcorner.com/article/best-practices-and-code-examples-for-azure-functions-using-c-sharp-13/
Read articleEffortless C# Consistency: Enforcing Formatting with Pre-commit Hooks and CSharpier in .NET
medium.com
https://medium.com/@developerstory/effortless-c-consistency-enforcing-formatting-with-pre-commit-hooks-and-csharpier-in-net-6bee774622ba?source=rss------csharp-5
Read article6 API Pagination Strategies Every .NET Developer Should Know (with Real C# Examples)
medium.com
https://medium.com/@ashokreddy343/6-api-pagination-strategies-every-net-developer-should-know-with-real-c-examples-17442bfe9bdc
Read articleEntity Framework Core — One to Many Relationship | Tüm Detaylarıyla Bire Çok İlişki Yapılanması
medium.com
https://medium.com/@ismailaydemirx/entity-framework-core-one-to-many-relationship-t%C3%BCm-detaylar%C4%B1yla-bire-%C3%A7ok-i%CC%87li%C5%9Fki-yap%C4%B1lanmas%C4%B1-14fb4634fbe8
Read articleI Built the Same App in Node.js and .NET — Here’s What I Found
medium.com
https://medium.com/@talhaawan78654321/i-built-the-same-app-in-node-js-and-net-heres-what-i-found-e367c3e7a037
Read articleC# Exceptions: My Journey Building ErrorLand
medium.com
https://medium.com/@aibhi.dev/c-exceptions-my-journey-building-errorland-28d024cea4a6
Read articleGetting Started with Redis in .NET Core Applications
c-sharpcorner.com
https://www.c-sharpcorner.com/article/getting-started-with-redis-in-net-core-applications/
Read articleMulti-Tenant SaaS Applications in ASP.NET Core
c-sharpcorner.com
https://www.c-sharpcorner.com/article/multi-tenant-saas-applications-in-asp-net-core/
Read articleGenerics and Non-Generics
medium.com
https://medium.com/@shreyans_padmani/generics-and-non-generics-d367cf3b79c2
Read articleUnderstanding Key Microsoft Azure Services
c-sharpcorner.com
https://www.c-sharpcorner.com/article/understanding-key-microsoft-azure-services/
Read articleWhat’s New in .NET 9: AI Integration, Performance, and Simplicity
medium.com
https://medium.com/@joshi.vignesh/whats-new-in-net-9-ai-integration-performance-and-simplicity-97833a171f44
Read articleImprove Your Productivity with New GitHub Copilot Features for .NET!
devblogs.microsoft.com
https://devblogs.microsoft.com/dotnet/improve-productivity-with-github-copilot-dotnet/
Read article💻 Issue 466 - Fresh perspective on .NET cross-platform development
dotnet.libhunt.com
https://dotnet.libhunt.com/newsletter/466
Read articleIs .NET Dying or Evolving? Job Hunting as a .NET Developer in 2025
medium.com
https://medium.com/cloud-believers/is-net-dying-or-evolving-job-hunting-as-a-net-developer-in-2025-d6a0e7f5ef92
Read articleUnderstanding the Unified .NET Framework: A Deep Dive for Developers
c-sharpcorner.com
https://www.c-sharpcorner.com/article/understanding-the-unified-net-framework-a-deep-dive-for-developers/
Read article