Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ image: ./images/cover.png # relative path to the cover image for this post, used

### Cross-posting

- You can cross-post your content to other platforms, such as
- LinkedIn,
- Reddit,
- Medium,
- You can cross-post your content to other platforms, such as
- LinkedIn,
- Reddit,
- Medium,
- dev.to
- and other platforms.

Expand All @@ -112,7 +112,7 @@ image: ./images/cover.png # relative path to the cover image for this post, used
## Style & content guidance

- Don't clickbait titles; be clear and descriptive.
- Be technical and factual avoid marketing language.
- Be technical and factual avoid marketing language.
- Keep posts focused and reproducible: include commands, snippets, and expected outcomes.
- Prefer readable code samples and link to full sample repos on GitHub when appropriate.
- Cite sources and provide links for further reading.
Expand Down
2 changes: 2 additions & 0 deletions blog/2026-03-10-weird-csharp-quirks/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ image: ./images/cover.png
date: 2026-03-11
---

_Companion blog for deciders: [Warum Softwarequalität eine Führungsentscheidung ist – und über die Lieferfähigkeit Ihres Entwicklungsteams entscheidet](https://bbv.ch/insights/blog/warum-softwarequalitaet-eine-fuehrungsentscheidung-ist-und-ueber-die-lieferfaehigkeit-ihres-entwicklungsteams-entscheidet)_

## One of the Problems with C#

C# is a language with a long and rather diverse history. It can be used in your run-of-the-mill business applications, for game-dev, frontend with Blazor. It is cloud-native, OO, FP and just generally "everything"-ready.
Expand Down
Loading