Page 1 of 3 (Total items: 26)
StyloBot Release Series: The Sidecar Architecture
StyloBot's detection engine is ASP.NET Core. This post explains how that engine connects to Go gateways, Node.js applications, and any other stack via a gRPC sidecar, a typed Go SDK, and a Caddy...

Monday, 01 June 2026 10:30

//

18 minute read

Building a Frontend Before the API is Ready: Without Brittle Fixtures
How many times have you been blocked waiting for backend APIs to be ready? Or spent hours maintaining brittle mock data that becomes stale the moment requirements change? Enter mostlylucid.mockllmapi...

Saturday, 13 December 2025 14:30

//

14 minute read

HTMX with ASP.NET Core Partials: The Server-Side Renaissance
If you've built traditional ASP.NET Core MVC applications, you know the problem: that dreaded "click flash" when users navigate between pages. Full page reloads, the browser chrome flickering, content...

Friday, 28 November 2025 12:00

//

17 minute read

Background Services in ASP.NET Core - Part 2: Practical Examples
Theory is one thing; production code is another. In Part 1 we covered the abstractions—now let's see how they're applied in a real codebase. This article walks through actual background services from...

Thursday, 27 November 2025 09:30

//

24 minute read

Background Services in ASP.NET Core - Part 1: The Approaches
Every modern web application has work that shouldn't block an HTTP request—sending emails, processing files, syncing with external services, running scheduled maintenance. ASP.NET Core provides...

Thursday, 27 November 2025 09:00

//

24 minute read

Why You Didn't Find This on Google (And How I Fixed It)
I've been running this blog for a while now, writing detailed technical articles on ASP.NET Core, Entity Framework, HTMX, and all sorts of .NET goodness. Yet my search rankings were... underwhelming....

Wednesday, 26 November 2025 14:00

//

10 minute read

Keeping State Between Requests in ASP.NET Core: A Practical, No‑Nonsense Guide (MVC, Razor Pages, Minimal APIs)
UPDATE (2025-11-10): Added more practical examples from my actual codebase showing real-world patterns, trade-offs, gotchas, and the evolution from simple to sophisticated state management approaches....

Sunday, 09 November 2025 12:33

//

53 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

Building a Remote Markdown Fetcher for Markdig
One of the challenges I faced while building this blog was how to efficiently include external markdown content without manually copying and pasting it everywhere. I wanted to fetch README files from...

Friday, 07 November 2025 10:00

//

32 minute read

LLMApi: Keeping It Lively and Alive, Chunking and Caching
In my LLMApi project I wanted to be able to support asking for LOTS of data; however LLMs have a very limited amount of data they can output at one time; and aren't particularly fast about doing it....

Thursday, 06 November 2025 13:35

//

12 minute read

Page 1 of 3 (Total items: 26)
logo

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