CodeOn.NET

Code, Learn, Build in .NET
Theme:

Latest Posts

String Templating in .NET: From basics to Scriban

Learn string templating in .NET, from simple techniques like concatenation and interpolation to advanced libraries, such as Scriban, for complex templates with logic and loops.

December 13, 2025 7 min read Read more

How I accidentally broke my Blog links with a simple LINQ mutation

Understand how easily object mutation can introduce subtle bugs in your data when using LINQ. Learn the immutable fix for Select statement side effects.

December 04, 2025 3 min read Read more

Building an Event Queue in ASP.NET Core

Build a real-time event queue in ASP.NET Core to send alerts via Discord, Slack, email, or webhooks without blocking requests.

November 27, 2025 6 min read Read more

Running C# without a Project File in .NET 10

Run C# without creating a .csproj file using .NET 10. Learn how to execute single .cs files, reference packages, and use script properties.

November 04, 2025 6 min read Read more