At long last: my very first blog post.

Thank you #CSAdvent for this incredible kick-starting opportunity. My next blog post is already (early) in the making, and here's to more to come in 2026: Cheers!

https://github.com/Flash0ver/dotnet-in-a-flash/blob/main/blog/String-Interning.md

dotnet-in-a-flash/blog/String-Interning.md at main · Flash0ver/dotnet-in-a-flash

My .NET Blog. Contribute to Flash0ver/dotnet-in-a-flash development by creating an account on GitHub.

GitHub

Day 11 of the C# Advent Calendar 2025: https://www.csadvent.christmas/

It's December, and as the final episode of this season, Eva and @0x_F0 build a Roslyn Source Generator polyfilling a Throw-Helper live, at 18:00 UTC.

#CSAdvent #CSharp #dotnet #Roslyn

https://www.youtube.com/watch?v=sB37iAIl5SE

C# Advent 2025

Starting on December 1st, the C# Advent will reveal TWO new C# content entries every day up to and including December 25th.

2025 C# Advent - A Christmas Trivia Game

My entry for the 2025 C# Advent - A Christmas Trivia game using C# and Spectre.Console

same stuff, different day

Every year I sign up to write a C# Advent post, and every year I wait until the last minute to do it.

I have just under 8 hours to get it done. Thankfully, the writing is coming easy today.

#csadvent #csharp #writing

We published the next version of our #dotnet tool during our live stream of day 20 of the #csadvent:
The tool can now find and list all (experimental) Interceptors in your #CSharp projects.

#NuGet:
https://www.nuget.org/packages/FlashOWare.Tool/1.0.0-prerelease2

Thank you @jasonbock and @slang25 for helping us with this release!

https://www.youtube.com/watch?v=4XYxrCUj6k0

FlashOWare.Tool 1.0.0-prerelease2

A .NET tool that facilitates development workflows.

New blog post about .NET 8 and C# 12 as part of the #csadvent 👉 https://drp.li/fQiUA #dotnet #csharp
Alexandre Nédélec - Playing with the .NET 8 Web API template

Alexandre Nédélec - Playing with the .NET 8 Web API template
Inline Snapshot testing in .NET - Gérald Barré

In this post, I describe how to use Inline Snapshot testing in .NET. Inline Snapshot testing is a technique that allows you to write tests that assert the output of a method or function. The output is stored in a snapshot file. The next time the test is run, the output is compared to the snapshot file. If the output is different, the test fails. If the output is the same, the test passes."

Meziantou's blog

New Post: Updating Cynk with .NET 8.0 and C#

Looking for a method to synchronize your lists of strings, integers, or even complex objects? In this post, I will explore an efficient syncing algorithm and demonstrate how it can be applied with .NET 8.0 features. This will enable you to easily keep your data in sync. Don't miss out on this valuable information! #aspnet #aspnetcore #csadvent

Check it out here: https://www.danylkoweb.com/Blog/updating-cynk-with-net-80-and-c-TP

Updating Cynk with .NET 8.0 and C#

Cynk is a routine I use to synchronize two lists and felt it was a good time to update it using .NET 8.0 and C# 12.

DanylkoWeb
Gamlor's Blog: Copy, Paste and Edit Java to C# after 20 years