ASP.NET Core, EF Core, AI and tooling
Practical posts on API docs, EF Core configuration, AI inference, C# 14, MAUI agents, and deployment tips for working .NET teams.
Jasen's top three picks
- 1 Integrating Scalar API Documentation in ASP.NET Core
medium.com
Scalar is a useful reminder that good API docs are part of the product, not an afterthought.
- 2 Clean and Scalable Entity Configuration in Entity Framework Core (With Real Project Example)
medium.com
This EF Core configuration article focuses on keeping entity mapping clean as projects grow.
- 3 From Monolith to Micro-Brain: Architecting Scalable AI Inference in .NET
levelup.gitconnected.com
The micro-brain AI inference piece is interesting if you're thinking about scaling .NET AI workloads beyond a single app.
Editor's note
I pulled a deliberately mixed lineup this time, from API documentation and EF Core setup to AI inference and MAUI agents. The C# 14 extension members piece stands out for showing how language features can finally retire helper-class clutter, and the OAuth/JWT article is a solid security refresher.
Today's articles
Integrating Scalar API Documentation in ASP.NET Core
medium.com
Clear and interactive API documentation is essential for modern software development. It helps developers understand endpoints, test APIs…
Topics: ASP.NET Core REST API
Read articleClean and Scalable Entity Configuration in Entity Framework Core (With Real Project Example)
medium.com
When building modern applications with ASP.NET Core and Entity Framework Core, many developers start by configuring their entities…
Read articleFrom Monolith to Micro-Brain: Architecting Scalable AI Inference in .NET
levelup.gitconnected.com
The shift from monolithic application design to distributed, cloud-native architectures represents one of the most significant paradigm… Continue reading on Level Up Coding »
Read articleWhy ASP.NET Core Is the Future of Web Development
medium.com
Introduction
Topics: ASP.NET Core Web API
Read articleOne Line of C#. Every AI Provider.
plsft.medium.com
The Noundry AI Gateway is a unified .NET library for OpenAI, Anthropic, Google Gemini, and any OpenAI-compatible endpoint. One NuGet…
Read articleC# 14 Extension Members: The Final Piece of the Clean Code Puzzle
medium.com
The “Helper Class” is a design smell we’ve tolerated for too long. In 2026, C# 14 finally gives us the tools to bury it. Continue reading on CodeToDeploy »
Topics: C# Source Generators
Read articleRun and Debug .NET Core in VS Code
c-sharpcorner.com
Effortlessly run and debug .NET Core Web API projects in VS Code. This guide provides a step-by-step walkthrough, covering setup, debugging, and troubleshooting for efficient development.
Topics: .NET Core Visual Studio Code
Read articleToxy: A Forgotten .NET Library That Can Parse Almost Any Document
tonyqus.medium.com
Toxy 2.6 is just released this week. I’d like to write a post to introduce this library to .NET Continue reading on .Net Programming »
Topics: .NET Core Performance
Read articleExplore C# 14, .NET 10, Aspire and GitHub Copilot at THRIVE 2026!
csharp.christiannagel.com
The THRIVE Conference will take place from June 8–10, 2026, at Rimske Terme, Slovenia. The event emphasizes practical engineering with sessions covering modern .NET development, AI productivity in Vis...
Topics: .NET Aspire .NET 8 GitHub Copilot
Read article.NET Full Stack: Building End-to-End Web Apps
medium.com
Introduction: The Rise of Full Stack Developers
Topics: ASP.NET Core Web API
Read articleHow to Secure REST APIs Using OAuth 2.0 and JWT Authentication?
c-sharpcorner.com
Secure REST APIs with OAuth 2.0 and JWT. Learn authentication, authorization, and best practices for robust API security in modern web applications.
Read articleAccelerating .NET MAUI Development with AI Agents
devblogs.microsoft.com
This is a guest blog from Syncfusion. Learn more about the free, open-source Syncfusion Toolkit for .NET MAUI. As a proud partner with the .NET MAUI team, Syncfusion is excited to share how custom-bui...
Read articleSteps to Publish and Deploy a .NET Application Using a Publish ZIP File
c-sharpcorner.com
Deploy .NET apps to Azure Web App Service effortlessly using Publish ZIP files! This guide simplifies deployment, bypassing CI/CD pipelines for quick, reliable releases. Learn to publish, zip, and dep...
Topics: Azure Azure DevOps .NET Core
Read article