mvdmio · open source

Open source

Most of this open-source work comes from practical problems run into while building the products above. When a tool is missing, too heavy, or just not pleasant to work with, it usually ends with a focused alternative built in-house. The repositories below are the current public projects in the mvdmio GitHub organization.

Database.PgSQL

A PostgreSQL library for .NET applications that prefer clear SQL and predictable plumbing over a full ORM. It bundles connection management, migrations, schema bootstrapping, and Dapper-friendly helpers into a package that stays practical without getting in the way.

ASP.Jobs

A lightweight job scheduler for ASP.NET Core applications, built for projects that need background work, delayed execution, or recurring CRON jobs, without the operational overhead of a much larger scheduling platform.

Hotwire.NET

A package that brings Hotwire to ASP.NET and makes Turbo and Stimulus feel native in the .NET ecosystem. It also adds support for Turbo Streams and server-side broadcasting, making it easier to build responsive applications without defaulting to a large frontend stack.

Tailwind.NET

A NuGet-first way to add Tailwind CSS to .NET projects, aimed at developers who want the benefits of Tailwind in ASP.NET without assembling a separate frontend build pipeline before they can start shipping pages.

ValueConversion

A C# library for working with quantities, units of measurement, and a small set of currencies at runtime, for situations where values should stay explicit and convertible instead of being passed around as loose numbers with too much room for confusion.

Philosophy

Open source has been instrumental in this career, and mvdmio tries to contribute back whenever it can — whether through code, documentation, or helping others.