Skip to main content

Technical Blog

Server-Sent Events in ASP.NET Core and .NET 10: A Practical Guide

0

3

Server-Sent Events in ASP.NET Core and .NET 10: A Practical Guide

4 Min Read

Learn how to implement Server-Sent Events (SSE) using ASP.NET Core Minimal APIs in .NET 10 with IAsyncEnumerable, background services, and JavaScript EventSource.

Is the Craft Dead? Why Software Engineering Still Matters in the Age of AI

0

3

Is the Craft Dead? Why Software Engineering Still Matters in the Age of AI

3 Min Read

AI tools are transforming how we write code, but craftsmanship, taste, and human judgment remain irreplaceable. The craft isn't dead — it's evolving.

Splitting the NetEscapades.EnumGenerators Packages: The Road to a Stable Release

0

3

Splitting the NetEscapades.EnumGenerators Packages: The Road to a Stable Release

4 Min Read

Exploring the architectural decision to split NetEscapades.EnumGenerators into a metapackage structure, enabling broader scenario support and paving the way for a stable 1.0 release.

Error: The Delegate RequestDelegate Does Not Take X Arguments – Experiences with Minimal APIs

0

3

Error: The Delegate RequestDelegate Does Not Take X Arguments – Experiences with Minimal APIs

4 Min Read

Resolve the common .NET minimal API compiler error when using TypedResults for OpenAPI documentation by switching to the generic Results type.

Visualize GitHub Actions Runs with Meziantou.GitHubActionsTracing

0

3

Visualize GitHub Actions Runs with Meziantou.GitHubActionsTracing

4 Min Read

Learn how to convert GitHub Actions workflow runs into visual trace data for faster debugging of slow or flaky CI pipelines using timeline-based analysis.

AutoMapper 16.1 and MediatR 14.1 Released — What's New in the Quarterly Update

0

4

AutoMapper 16.1 and MediatR 14.1 Released — What's New in the Quarterly Update

3 Min Read

AutoMapper 16.1 adds dependency-aware factories and conditions, while MediatR 14.1 brings new support features in this quarterly release cycle.

.NET 10: System.Text.Json Improvements — What Every Developer Should Know

0

4

.NET 10: System.Text.Json Improvements — What Every Developer Should Know

4 Min Read

Explore the key System.Text.Json improvements in .NET 10, including nullable reference type enforcement, numeric serialization fixes, and enhanced JsonSchemaExporter capabilities.

Modernize .NET Anywhere with GitHub Copilot

0

4

Modernize .NET Anywhere with GitHub Copilot

4 Min Read

Explore how the modernize-dotnet agent in GitHub Copilot helps you assess, plan, and upgrade legacy .NET applications across Visual Studio, VS Code, CLI, and GitHub.

ReSharper for Visual Studio Code, Cursor, and Compatible Editors Is Out

0

4

ReSharper for Visual Studio Code, Cursor, and Compatible Editors Is Out

4 Min Read

After 20+ years powering C# devs in Visual Studio, JetBrains officially releases ReSharper for VS Code, Cursor, and compatible editors — bringing deep code analysis beyond Visual Studio.

Measure Application Performance in .NET Using IMeterFactory

0

92

Measure Application Performance in .NET Using IMeterFactory

3 Min Read

Learn how to leverage IMeterFactory in .NET to monitor application health, track custom metrics, and optimize performance with practical code examples.

Streamlining Your Git Workflow with Visual Studio 2026: A Developer's Guide

0

232

Streamlining Your Git Workflow with Visual Studio 2026: A Developer's Guide

4 Min Read

Discover how Visual Studio 2026 revolutionizes Git workflows with AI-powered features, enhanced collaboration tools, and streamlined branch management for modern development teams.

Building Maintainable Microservices: Why Template Structure Matters More Than You Think

0

155

Building Maintainable Microservices: Why Template Structure Matters More Than You Think

5 Min Read

After years of wrestling with microservice chaos, here's why starting with the right layered architecture template saves months of refactoring pain.

What Really Happens When You Run 'dotnet run'? A Deep Dive into .NET's Boot Process

0

280

What Really Happens When You Run 'dotnet run'? A Deep Dive into .NET's Boot Process

4 Min Read

Ever wondered what happens under the hood when you start a .NET app? Let's trace the journey from the dotnet CLI to your running application.

Why Your Minimal API Won't Compile: Solving the RequestDelegate Arguments Mystery

0

214

Why Your Minimal API Won't Compile: Solving the RequestDelegate Arguments Mystery

4 Min Read

That cryptic RequestDelegate error in your minimal API? Here's what's really happening and how to fix it with Results<T> for cleaner OpenAPI specs.

Why Agentic Modernization Could Be the Game-Changer Your Legacy .NET Apps Need

0

203

Why Agentic Modernization Could Be the Game-Changer Your Legacy .NET Apps Need

5 Min Read

Microsoft's .NET Day on Dec 9 focuses on agentic modernization. Here's why this AI-driven approach might finally solve the legacy app challenge.

From Developer to Director: Leadership Lessons for Engineers

0

167

From Developer to Director: Leadership Lessons for Engineers

6 Min Read

Practical advice for software engineers transitioning to leadership roles, based on my journey from Senior Engineer to Technology Director.

AI in Healthcare: A Practitioner's Perspective on Implementation

0

141

AI in Healthcare: A Practitioner's Perspective on Implementation

5 Min Read

Real-world insights on implementing AI and ML in healthcare systems, from intelligent claims processing to clinical decision support.

Multi-Cloud Strategy: Navigating Azure, AWS, GCP, and Beyond

0

120

Multi-Cloud Strategy: Navigating Azure, AWS, GCP, and Beyond

5 Min Read

A practical guide to multi-cloud architecture based on real experience deploying healthcare systems across Azure, AWS, G42 Cloud, Oracle Cloud, and GCP.

Why I Closed My Startup After 3 Years: Lessons in Entrepreneurship

0

100

Why I Closed My Startup After 3 Years: Lessons in Entrepreneurship

5 Min Read

A candid reflection on founding Core System, the challenges of running a startup while working full-time, and why I made the difficult decision to close it.

Building Scalable Healthcare Systems: Lessons from the Trenches

0

54

Building Scalable Healthcare Systems: Lessons from the Trenches

5 Min Read

Practical insights on designing and scaling healthcare IT systems including EMRs, HIS, and claims management platforms.

From Help Desk to Technology Director: My 9-Year Journey in Tech

0

41

From Help Desk to Technology Director: My 9-Year Journey in Tech

5 Min Read

A personal reflection on my career path from IT support to leading technology strategy at a healthcare company, and the lessons learned along the way.

© 2026 Ahmed Shaltoot. All rights reserved.