CLR internals, auth, EF Core
A varied .NET roundup covering runtime internals, Keycloak auth, SQL client migration, EF Core patterns, MAUI, and local AI scripting.
Jasen's top three picks
- 1 Common Language Runtime (CLR) in .NET
c-sharpcorner.com
A refresher on CLR basics and how the runtime fits together.
- 2 Implement ASP.NET Core OpenID Connect with Keycloak to implement Level of Authentication (LoA) requirements
damienbod.com
A practical walkthrough for higher-assurance OpenID Connect flows with Keycloak.
- 3 Why You Must Switch from System.Data.SqlClient to Microsoft.Data.SqlClient Now
medium.com
Worth the switch reminder if you're still on the old SQL client package.
Editor's note
I curated a mixed issue this time, with runtime, data, auth, and AI pieces all in the same lineup. The CLR overview is a solid refresher, and the Keycloak/OpenID Connect article is especially useful for teams that need LoA-aware login flows. I also liked the SQL client migration note for its practical urgency, alongside the MAUI and local AI posts that point to where the platform is headed.
Today's articles
Common Language Runtime (CLR) in .NET
c-sharpcorner.com
https://www.c-sharpcorner.com/article/common-language-runtime-clr-in-net/
Read articleImplement ASP.NET Core OpenID Connect with Keycloak to implement Level of Authentication (LoA) requirements
damienbod.com
https://damienbod.com/2025/07/02/implement-asp-net-core-openid-connect-with-keykloak-to-implement-level-of-authentication-loa-requirements/
Topics: ASP.NET Core Authentication OAuth
Read articleWhy You Must Switch from System.Data.SqlClient to Microsoft.Data.SqlClient Now
medium.com
https://medium.com/@nagarajvela/why-you-must-switch-from-system-data-sqlclient-to-microsoft-data-sqlclient-now-3d9ba2a8b9c2
Topics: .NET Core SQL Server
Read articleIEnumerable vs IQueryable in C# — What Every .NET Developer Should Know
medium.com
https://medium.com/@karthikns999/ienumerable-vs-iqueryable-3643756013b4?source=rss------csharp-5
Read articleBuild a RESTful Student Info API with ASP.NET MVC & C#.NET
c-sharpcorner.com
https://www.c-sharpcorner.com/article/build-a-restful-student-info-api-with-asp-net-mvc-c-sharp-net/
Topics: ASP.NET Core ASP.NET MVC Web API
Read articleDeploying IP Address Management (IPAM) in Azure
c-sharpcorner.com
https://www.c-sharpcorner.com/article/deploying-ip-address-management-ipam-in-azure/
Topics: Azure
Read articleFile based apps in .NET (dotnet run app.cs )
leedale.me
https://leedale.me/file-based-apps-in-net-dotnet-run-app-cs-807f036d327c
Read article.NET Versioning: A Complete Guide to Major.Minor.Build.Revision
medium.com
https://medium.com/@info_4533/net-versioning-a-complete-guide-to-major-minor-build-revision-3cd3d5f1deff
Topics: .NET Core
Read articleOne at a Time or All at Once? C# Concurrency and Parallel
medium.com
https://medium.com/@kittikawin_ball/one-at-a-time-or-all-at-once-c-concurrency-and-parallel-602c72d6ef05
Topics: C# Performance
Read articleAutoMapper and MediatR Commercial Editions Launch Today
jimmybogard.com
https://www.jimmybogard.com/automapper-and-mediatr-commercial-editions-launch-today/
Topics: AutoMapper MediatR
Read articleIs developing for Linux on Windows feasible?
youtube.com
https://www.youtube.com/watch?v=rNd5gpFameE
Topics: .NET Core
Read article.NET MAUI Community Standup - Blazor for Mobile with AI? Here's how.
youtube.com
https://www.youtube.com/watch?v=31zDPcvZLRI
Topics: Blazor .NET MAUI OpenAI
Read articleOrganizing Entity Configurations with IEntityTypeConfiguration in Entity Framework Core
medium.com
https://medium.com/munchy-bytes/organizing-entity-configurations-with-ientitytypeconfiguration-in-entity-framework-core-f5a2e290ec04
Topics: EF Core
Read articleHarnessing the Options Pattern in .NET for Your Legal Practice Management App
medium.com
https://medium.com/@venkataramanaguptha/harnessing-the-options-pattern-in-net-for-your-legal-practice-management-app-d46a9ef01e1f
Topics: .NET Core
Read articleLocal AI + .NET = AltText Magic in One C# Script
devblogs.microsoft.com
https://devblogs.microsoft.com/dotnet/alttext-generator-csharp-local-models/
Read article10 Common Mistakes Developers Make with Entity Framework Core (and How to Fix Them)
medium.com
https://medium.com/c-sharp-programming/10-common-mistakes-developers-make-with-entity-framework-core-and-how-to-fix-them-1838daf876b6
Topics: EF Core
Read articleA Typical Day in the Life of a Prompt Engineer: A Theoretical Perspective
c-sharpcorner.com
https://www.c-sharpcorner.com/article/a-typical-day-in-the-life-of-a-prompt-engineer-a-theoretical-perspective/
Topics: OpenAI
Read article