· · 2 minutes read

The .NET Blog Is Live

After months of tinkering, The .NET Blog is finally live. Here's what it is, why I built it, and where I want to take it.

meta blog

I’ve been wanting to do this for a while.

There are plenty of great resources for .NET developers — Microsoft’s own blog, Stack Overflow, YouTube channels — but I kept noticing a gap: a place for the community to write long-form, technical, practical content without the noise of a social feed or the formality of official docs.

So I built one.

What is The .NET Blog?

It’s a community-driven publication. The idea is simple: developers who are building things with .NET, Azure, AI, and cloud-native tools write about what they’re learning. No sponsored posts. No fluff. Just real experience turned into something useful for the next person.

The tech stack is deliberately simple:

  • Hugo — static site generator, fast build times, easy content authoring in Markdown
  • A custom minimal dark theme I wrote from scratch
  • Hosted on GitHub Pages, deployed via GitHub Actions

Why Hugo?

I wanted contributors to be able to write posts in Markdown and submit them via pull request. No CMS login, no account to create. Just a fork, a new file, and a PR. That keeps the barrier to entry low and puts the content right where it belongs — in version control.

What’s next?

I want to grow this into a real community publication. The roadmap includes multi-author profiles, multi-language support, and a proper events timeline for the .NET conference circuit.

If you want to write here, the contribute page explains how. The bar is technical quality, not résumé credentials.

Let’s build something useful.

Share:
View source code for this post on GitHub ↗
We Added Multi-Language Support →