Authentication, async, and API design
A varied .NET roundup covering auth flows, password hashing, async/await behavior, API and MVC choices, SQL myths, and practical patterns.
Jasen's top three picks
- 1 🚀 Copilot Studio Kit Explained: Boost Your Microsoft Copilot with These Must-Have Tools
c-sharpcorner.com
Copilot Studio Kit is the AI-adjacent pick here—useful if you’re building around Microsoft’s ecosystem.
- 2 Session vs JWT vs OAuth vs SSO Explained with Real C#.NET Examples
medium.com
JWT, OAuth, SSO, and password storage make this a practical security block, not just theory.
- 3 Storing Passwords Securely in .NET: A Beginner-Friendly Guide to Hashing and Salting
medium.com
The async/deadlock and SynchronizationContext pieces are worth a careful read if you ship UI or service code.
Editor's note
I kept this issue deliberately mixed: security, runtime behavior, architecture, and a little AI. Damien Bod’s OpenID Connect error handling piece is a solid real-world one for anyone wiring up sign-in, and the async/await deadlock article is a good reminder that the details still matter. The Microsoft Build recap and RAG chatbot post round out the issue with timely platform updates and applied AI.
Today's articles
🚀 Copilot Studio Kit Explained: Boost Your Microsoft Copilot with These Must-Have Tools
c-sharpcorner.com
https://www.c-sharpcorner.com/article/copilot-studio-kit-explained-boost-your-microsoft-copilot-with-these-must-ha/
Read articleSession vs JWT vs OAuth vs SSO Explained with Real C#.NET Examples
medium.com
https://medium.com/nerd-for-tech/session-vs-jwt-vs-oauth-vs-sso-explained-with-real-c-net-examples-c1a52e3235d8?source=rss------csharp-5
Topics: Authentication JWT OAuth
Read articleStoring Passwords Securely in .NET: A Beginner-Friendly Guide to Hashing and Salting
medium.com
https://medium.com/@startfromlocalhost/storing-passwords-securely-in-net-a-beginner-friendly-guide-to-hashing-and-salting-992be9088129
Topics: Authentication Security
Read articleStop Writing Boring C# Code: 7 Genius Patterns That Make You 10x Faster
medium.com
https://medium.com/@mohsho10/stop-writing-boring-c-code-7-genius-patterns-that-make-you-10x-faster-aa32118ed249
Topics: C# Design Patterns
Read articleFactory Method Design Pattern in C#/.NET
victormagalhaes-dev.medium.com
https://victormagalhaes-dev.medium.com/factory-method-design-pattern-in-c-net-629c72771977
Topics: Design Patterns .NET Core
Read articleHandling OpenID Connect error events in ASP.NET Core
damienbod.com
https://damienbod.com/2025/06/02/handling-openid-connect-error-events-in-asp-net-core/
Topics: ASP.NET Core Authentication OAuth
Read articleStill Writing Boilerplate Code in C#? Here’s How Reflection Saved Me Hours
medium.com
https://medium.com/c-sharp-programming/still-writing-boilerplate-code-in-c-heres-how-reflection-saved-me-hours-e7374faca8c5
Topics: C#
Read articleCatch Up on Microsoft Build 2025: Essential Sessions for .NET Developers
devblogs.microsoft.com
https://devblogs.microsoft.com/dotnet/catching-up-on-microsoft-build-2025-essential-sessions-for-dotnet-developers/
Topics: .NET 9 Visual Studio
Read articleC# Memory Management Explained: A Beginner’s Guide to Garbage Collection in .NET
medium.com
https://medium.com/@joshiabhi777/c-memory-management-explained-a-beginners-guide-to-garbage-collection-in-net-a84406eb3bf2
Topics: .NET Core Performance
Read articleC# async/await for Newbies (Fast and Simple)
medium.com
https://medium.com/@Ray_opr/c-async-await-for-newbies-fast-and-simple-1412522a2744
Topics: .NET Core Performance
Read articleFind a Continuous Subarray with a Given Sum in C#
c-sharpcorner.com
https://www.c-sharpcorner.com/blogs/find-a-continuous-subarray-with-a-given-sum-in-c-sharp
Topics: C# Performance
Read articleBoost Your Dot NET Core Apps with AutoMapper
medium.com
https://medium.com/@jenilsojitra/boost-your-dot-net-core-apps-with-automapper-bf371e5d827a
Topics: AutoMapper .NET Core
Read articleC# Language Fundamentals: Mastering Syntax, Data Types, Control Flow & More -A Practical Guide for…
medium.com
https://medium.com/@bhargavkoya56/c-language-fundamentals-mastering-syntax-data-types-control-flow-more-a-practical-guide-for-b79509098013
Read articleBuild a Chatbot with Retrieval-Augmented Generation (RAG)
c-sharpcorner.com
https://www.c-sharpcorner.com/article/build-a-chatbot-with-retrieval-augmented-generation-rag/
Read articleDebunking the "Filter Early, JOIN Later" SQL Performance Myth
milanjovanovic.tech
https://www.milanjovanovic.tech/blog/debunking-the-filter-early-join-later-sql-performance-myth
Topics: Performance SQL Server
Read articleC# Developers: Design Patterns Are Your New Best Friend
medium.com
https://medium.com/@nagarajvela/c-developers-design-patterns-are-your-new-best-friend-4ae0d13f8689
Topics: Design Patterns Solid Principles
Read article7 LINQ Secrets That Even Senior Developers Don’t Know
medium.com
https://medium.com/@riturajpokhriyal/7-linq-secrets-that-even-senior-developers-dont-know-471561c5e9d6
Topics: .NET Core Performance
Read articleREST API Solution to Over-Fetching: .NET 9 Example
medium.com
https://medium.com/@vosarat1995/rest-api-solution-to-over-fetching-net-9-example-767ec6c1cdc6?source=rss------csharp-5
Read articleThe Windows Concept Journey — .NET (previously .NET Core)
medium.com
https://medium.com/@boutnaru/the-windows-concept-journey-net-previously-net-core-f21c67e42c1d
Topics: .NET Core .NET Framework
Read articleAPI vs MVC Project in ASP.NET Core — What’s the Real Difference?
medium.com
https://medium.com/@sweetondonie/api-vs-mvc-project-in-asp-net-core-whats-the-real-difference-d28b71fe1bdb
Topics: ASP.NET Core Web API
Read articleThe Theater of SynchronizationContext: async/await, ThreadPool, UI Frameworks, and Deadlocks
dotnetfullstackdev.medium.com
https://dotnetfullstackdev.medium.com/the-theater-of-synchronizationcontext-async-await-threadpool-ui-frameworks-and-deadlocks-872d5b9f651b
Topics: .NET Core Performance
Read article.NET R&D Digest (May, 2025)
olegkarasik.wordpress.com
https://olegkarasik.wordpress.com/2025/06/06/net-rd-digest-may-2025/
Topics: .NET Core Performance
Read articleILoggerFactory vs Direct ILogger Injection:
medium.com
https://medium.com/@info_4533/iloggerfactory-vs-direct-ilogger-injection-51b82b8d9135?source=rss------csharp-5
Read article