LINQ, memory, and data access
This issue covers LINQ improvements, EF Core and Dapper data access, memory and GC internals, MAUI preview updates, and AI app tooling.
Jasen's top three picks
- 1 Sharing Session and Application data
c-sharpcorner.com
Session-state sharing is a practical reminder that the old web basics still matter when you’re building real apps.
- 2 .NET’te AggressiveInlining, BufferWriter ve Span/Memory ile Sınırları Zorlamak
medium.com
The BufferWriter and Span/Memory article is the kind of deep dive I like seeing between higher-level framework pieces.
- 3 New AI Tools Launched in Adobe Express
c-sharpcorner.com
The LINQ LeftJoin posts are timely, especially with .NET 10 work making joins feel less awkward.
Editor's note
I kept this one intentionally mixed: query work, data access, runtime internals, and a little AI tooling all landed together. The LeftJoin pieces and the EF Core performance article are a nice pair for anyone tuning data-heavy code, while the MAUI preview write-up shows where the desktop and mobile story is heading.
Today's articles
Sharing Session and Application data
c-sharpcorner.com
https://www.c-sharpcorner.com/article/sharing-session-and-application-data/
Topics: ASP.NET Core
Read article.NET’te AggressiveInlining, BufferWriter ve Span/Memory ile Sınırları Zorlamak
medium.com
https://medium.com/@birkanogecan/nette-aggressiveinlining-bufferwriter-t-ve-span-t-memory-t-ile-s%C4%B1n%C4%B1rlar%C4%B1-zorlamak-81258c4d80a2
Topics: C# .NET 9 Performance
Read articleNew AI Tools Launched in Adobe Express
c-sharpcorner.com
https://www.c-sharpcorner.com/news/new-ai-tools-launched-in-adobe-express
Read articleHow to Write Cleaner Left Joins in .NET 10 Using LINQ
medium.com
https://medium.com/@shreyans_padmani/how-to-write-cleaner-left-joins-in-net-10-using-linq-d07e7e2b70af
Read articleData Access in ASP.NET Core: Combining Dapper, EF Core, and PostgreSQL
medium.com
https://medium.com/@aamritbistaa/data-access-in-asp-net-core-combining-dapper-ef-core-and-postgresql-77e2e20615c0
Topics: ASP.NET Core Dapper EF Core
Read articleAbstract Factory Pattern for Database Access in C# 14
c-sharpcorner.com
https://www.c-sharpcorner.com/article/abstract-factory-pattern-for-database-access-in-c-sharp-14/
Topics: C# Design Patterns
Read article.NET MAUI in .NET 10 Preview: A Focus on Quality and the Developer Experience
medium.com
https://medium.com/syncfusion/net-maui-in-net-10-preview-a-focus-on-quality-and-the-developer-experience-b935b9a1d97e
Read articleDynamic DNS with Your Own C# Server and Cloudflare
medium.com
https://medium.com/@velsorange/dynamic-dns-with-your-own-c-server-and-cloudflare-8372d187145a
Read articleHow to Optimize Entity Framework for High-Performance Applications?
medium.com
https://medium.com/@sparklewebhelp/how-to-optimize-entity-framework-for-high-performance-applications-5bddede1819a
Topics: EF Core Performance
Read articleRewriting NuGet Restore in .NET 9 — A Bold, Impactful Shift
padmanaabhah.medium.com
https://padmanaabhah.medium.com/rewriting-nuget-restore-in-net-9-a-bold-impactful-shift-4fa3bc7eb8df
Read articleIt Took Us 20 Years to Get a LeftJoin in .NET — and It’s Almost Here
medium.com
https://medium.com/@vikpoca/it-took-us-20-years-to-get-a-leftjoin-in-net-and-its-almost-here-c55b9b023619
Read articleGuest Blog: Build an AI App That Can Browse the Internet Using Microsoft’s Playwright MCP Server & Semantic Kernel — in Just 4 Steps
devblogs.microsoft.com
https://devblogs.microsoft.com/semantic-kernel/guest-blog-build-an-ai-app-that-can-browse-the-internet-using-microsofts-playwright-mcp-server-semantic-kernel-in-just-4-steps/
Topics: Azure OpenAI Semantic Kernel
Read articleWeek 1: Mastering Async, LINQ, and Clean Code in C#
medium.com
https://medium.com/@shadeed.1990/week-1-mastering-async-linq-and-clean-code-in-c-b7584ec665b9
Topics: C# Unit Testing
Read articleSQL Server CLR Integration and SSIS Automation with C#
c-sharpcorner.com
https://www.c-sharpcorner.com/article/sql-server-clr-integration-and-ssis-automation-with-c-sharp/
Topics: C# SQL Server
Read article.NET’te Caller Bilgileriyle Gelişmiş Loglama ve Hata Takibi
medium.com
https://medium.com/@birkanogecan/nette-caller-bilgileriyle-geli%C5%9Fmi%C5%9F-loglama-ve-hata-takibi-f5c8d181c581
Topics: Application Insights C# Serilog
Read articleKafka in C#: What I Learned by Powering Real-World Banking Systems
medium.com
https://medium.com/@sweetondonie/kafka-in-c-what-i-learned-by-powering-real-world-banking-systems-9ecf8062cdaf
Read articleStack vs Heap Memory in C#: A Simple Guide for Developers
medium.com
https://medium.com/@shreyans_padmani/stack-vs-heap-memory-in-c-a-simple-guide-for-developers-63acd1dcc7f2
Topics: C# Performance
Read articleGoing beyond singleton, scoped, and transient lifetimes-tenant, pooled, and drifter
andrewlock.net
https://andrewlock.net/going-beyond-singleton-scoped-and-transient-lifetimes/
Topics: C# Design Patterns
Read articleGarbage Collector Generations. Why exactly 3?
medium.com
https://medium.com/@kiryl.turok/garbage-collector-generations-why-3-c1aec069f4cb
Topics: .NET Framework Performance
Read articleUnlock the Power of C# Dictionary: 99% Developers Miss This!
medium.com
https://medium.com/dot-net-sql-learning/unlock-the-power-of-c-dictionary-99-developers-miss-this-f54a7d1c8e5f
Topics: C# Performance
Read articleMastering Params Collections in C#-13: 10 Powerful Use Cases You Need to Know
medium.com
https://medium.com/@ashokreddy343/mastering-params-collections-in-c-13-10-powerful-use-cases-you-need-to-know-30802c763ed6
Read articleHow to create an ASP.NET Core Web API Project
medium.com
https://medium.com/@nelsoncagar/how-to-create-an-asp-net-core-web-api-project-35769a2917ed
Topics: ASP.NET Core Web API
Read articleThread-Safe Counters and Flags Using Interlocked in .NET
c-sharpcorner.com
https://www.c-sharpcorner.com/article/thread-safe-counters-and-flags-using-interlocked-in-net/
Topics: C# Performance
Read article