202g-11-09T00:16
Introduction
The ASP.NET Core request and response pipeline is the backbone of every web application built on this framework. Understanding how a request flows through your...
Sunday, 09 November 2025 10:44
//
9 minute read
In Part 1, we explored the overall architecture of the ASP.NET Core request and response pipeline. Now, we'll dive deep into the foundation layer: the server and hosting infrastructure. This is where...
Sunday, 09 November 2025 09:15
//
14 minute read
We've explored the hosting layer and Kestrel server in Part 2. Now we arrive at the heart of ASP.NET Core: the middleware pipeline. This is where your application's logic lives, where requests are...
Sunday, 09 November 2025 00:14
//
18 minute read
We've journeyed through the hosting layer, explored Kestrel, and mastered middleware. Now we arrive at a crucial question: once a request makes it through your middleware pipeline, how does ASP.NET...
Sunday, 09 November 2025 00:13
//
15 minute read
We've journeyed through the hosting layer, middleware pipeline, and routing system. Now we arrive at the application layer—where your business logic lives. ASP.NET Core offers three primary...
Sunday, 09 November 2025 00:12
//
17 minute read
Throughout this series, we've explored the ASP.NET Core pipeline from its foundations to application models. Now we'll venture into advanced territory: the extension points and hooks that let you...
Sunday, 09 November 2025 00:11
//
13 minute read
So, quick post to explain why I went nuts releasing stuff this week. Like any ancient developer, I have a whole archive of little projects I started, then gave up on, over the years.
WELL, it turns...
Saturday, 08 November 2025 19:30
//
4 minute read
A FastAPI implementation EXACTLY copying the API of EasyNMT (https://github.com/UKPLab/EasyNMT) an excellent but abandoned neural-machine-translation project. But I've added SO MANY nice features to...
Saturday, 08 November 2025 12:30
//
54 minute read
NOTE: COMING SOON, just putting the finishing touches to it. Follow along on GitHub! .
This is just to show you all I AM making progress with this control! It'll be worth the wait.
Introduction
After...
Friday, 07 November 2025 19:12
//
21 minute read
Me. a .net guy finally plucked up the courage to dip my toes into the world of npm packages!
Mermaid.js is obscure enough and odd enough that I could actually deliver something useful! So enjoy.
After...
Friday, 07 November 2025 16:00
//
14 minute read