From flat list to tree in one line of C#
A quick look at turning a flat collection with parent references into a navigable hierarchy, without writing recursion yourself.
Patterns, gotchas and small wins from building the Regira packages and modules — entity pipelines, editorial front-ends and everything between.
A quick look at turning a flat collection with parent references into a navigable hierarchy, without writing recursion yourself.
A complete console tool that copies files between local disks, network shares and Azure Blob Storage — driven entirely by appsettings.json, built on a single storage abstraction.
Using a domain everyone knows to stress-test a stakeholder model — people, houses, sworn banners and shifting alliances — and rendering the result as a navigable tree.
How to turn ?brand=volvo&hasIntervention=true into safe, index-friendly SQL — a deep dive into typed search objects, query builders, global filters, normalized free-text search and union queries.
A quick tip on keeping file storage behind one interface so local development, tests and production can each pick their own backend.