ASP.NET Core state, compression, Copilot vision
A varied .NET roundup covering ASP.NET Core session state, response compression, Copilot vision, JWT, EF Core, MAUI, and .NET 10.
Jasen's top three picks
- 1 Session and State Management in ASP.NET Core
rahulsahay19.medium.com
A practical walkthrough of session and state options in ASP.NET Core, useful when you need to keep web apps predictable and scalable.
- 2 Enhancing Performance with Response Compression in .NET Core
csharp.com
A focused performance post on response compression, which can trim payloads fast without changing your API surface.
- 3 Leverage vision in Copilot Chat
devblogs.microsoft.com
Copilot Chat now handles images, making it easier to explain UI and code issues with visual context.
Editor's note
I curated a mixed issue with no single theme, so you’ll see web, tooling, language, and platform posts side by side. The ASP.NET Core state-management piece and the response-compression article are especially practical if you’re tuning real apps. I also liked the Copilot vision update and the .NET 10/C# 13 overview for their forward-looking value.
Today's articles
Session and State Management in ASP.NET Core
rahulsahay19.medium.com
https://rahulsahay19.medium.com/session-and-state-management-in-asp-net-core-57e3664cd733
Topics: ASP.NET Core
Read articleEnhancing Performance with Response Compression in .NET Core
csharp.com
https://www.csharp.com/blogs/enhancing-performance-with-response-compression-in-net-core
Topics: .NET Core Performance
Read articleLeverage vision in Copilot Chat
devblogs.microsoft.com
https://devblogs.microsoft.com/visualstudio/attach-images-in-github-copilot-chat/
Topics: GitHub Copilot Visual Studio
Read articleUsing Chaining in .NET
medium.com
https://medium.com/@m2hweb86/using-chaining-in-net-a782df725b9b
Topics: C#
Read articleGenerate Beautiful PDF Reports with QuestPDF in C#
osamadev.medium.com
https://osamadev.medium.com/generate-beautiful-pdf-reports-with-questpdf-in-c-fd0055e07e46
Topics: C#
Read articleReverse proxy
medium.com
https://medium.com/@Sina-Riyahi/reverse-proxy-176efa965b8f?source=rss------csharp-5
Topics: ASP.NET Core Performance
Read articleBuilding a .NET 9 Web API with Entity Framework Core and PostgreSQL
semihtekin.medium.com
https://semihtekin.medium.com/building-a-net-9-web-api-with-entity-framework-core-and-postgresql-103bd666917f
Topics: EF Core PostgreSQL Web API
Read articleMastering C# Tuples: Advanced Features and Best Practices
dotnetcorecentral.com
https://dotnetcorecentral.com/blog/mastering-csharp-tuples/
Topics: C#
Read articleProtobuf meets C#
medium.com
https://medium.com/@kinneko-de/protobuf-meets-c-072f9369a641
Read articleDoing Some Cleanup in a BackgroundService
nodogmablog.bryanhogan.net
https://nodogmablog.bryanhogan.net/2025/02/doing-some-cleanup-in-a-canceled-background-service/
Topics: ASP.NET Core .NET Core
Read articleImplementing JWT Token Service with RSA Encryption in C#
medium.com
https://medium.com/@razeshmsb02/implementing-jwt-token-service-with-rsa-encryption-in-c-517c381b1766
Topics: Authentication JWT Security
Read articleLINQ (Language-Integrated Query)
medium.com
https://medium.com/@razeshmsb02/linq-language-integrated-query-1009001e49ef
Topics: C#
Read articleMicrosoft .NET Code Analysis: Optimizing Byte-to-Hex Conversions
dotnettips.wordpress.com
https://dotnettips.wordpress.com/2025/02/19/microsoft-net-code-analysis-optimizing-byte-to-hex-conversions/
Topics: C# Performance
Read articleUsing Multiple Models in .NET Web API Projects with Semantic Kernel
medium.com
https://medium.com/@yigitcanolmez/using-multiple-models-in-net-web-api-projects-with-semantic-kernel-d2bcab0a1b6e
Topics: OpenAI Semantic Kernel Web API
Read article10 Essential Design Patterns Every Developer Should Know
medium.com
https://medium.com/@riturajpokhriyal/10-essential-design-patterns-every-developer-should-know-b67003d55df6
Topics: C# Design Patterns
Read articleEliminating Unnecessary DELETE Operations
csharp.com
https://www.csharp.com/article/eliminating-unnecessary-delete-operations/
Topics: .NET Core Performance
Read articleClaude 3.7 Now Available in GitHub Copilot for Visual Studio
devblogs.microsoft.com
https://devblogs.microsoft.com/visualstudio/claude-3-7-now-available-in-github-copilot-for-visual-studio/
Topics: GitHub Copilot Visual Studio
Read articleBuild a Stunning Music Track UI Using .NET MAUI ListView
syncfusion.com
https://www.syncfusion.com/blogs/post/build-music-track-ui-in-dotnet-maui
Topics: .NET MAUI
Read articleExploring .NET 10 and C# 13: New Features and Enhancements
medium.com
https://medium.com/@robhutton8/exploring-net-10-and-c-13-new-features-and-enhancements-c898a7b9c848
Read article