mostlylucid.net - Scott Galloway's Developer Blog
author

Hi, I'm Scott Galloway — I'm a consulting web / internet / systems / full-cycle, full-stack developer (it's complicated šŸ¤“) specializing in bringing 'AI' to the masses, .NET Core, full-stack development, cloud, and search technologies. Former Microsoft ASP.NET Program Manager with 30+ years building web applications for Fortune 500 companies and startups. I share my work in progress (PERSONAL!) projects and how I build them. Available for contract, full-time, or consultancy work — get in touch. Code on GitHub | Feedback on Mastodon

Clear All
Page 14 of 79 (Total items: 782)
Understanding the ASP.NET Core Request and Response Pipeline - Part 1: Overview and Foundation
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

Understanding the ASP.NET Core Request and Response Pipeline - Part 2: Server and Hosting Layer
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

Understanding the ASP.NET Core Request and Response Pipeline - Part 3: Middleware Pipeline
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

Understanding the ASP.NET Core Request and Response Pipeline - Part 4: Routing and Endpoints
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

Understanding the ASP.NET Core Request and Response Pipeline - Part 5: MVC, Razor Pages, and Minimal APIs
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

Understanding the ASP.NET Core Request and Response Pipeline - Part 6: Advanced Pipeline Hooks and Extensibility
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

Rampage over...AI mania and its costs.
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

Building mostlylucid-nmt: A Production-Ready (EasyNMT compatible) Translation Service
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

PagingTagHelper v1.0.0: Enterprise-Ready Pagination for Modern ASP.NET Core
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

I published an NPM package!!! Publishing Mermaid Enhancements as an npm Package
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

Page 14 of 79 (Total items: 782)
logo

© 2026 Scott Galloway — Unlicense — All content and source code on this site is free to use, copy, modify, and sell.