CodeOn.NET

Code, Learn, Build in .NET
Theme:

Latest Posts

Setting up domain email with Gmail, Cloudflare, and Postmark - without Google Workspace

How I set up a domain email address without paying for Google Workspace, using Cloudflare, Postmark, and Gmail

April 11, 2026 3 min read Read more

Building a better URL: Why the .NET URI Builder needs an upgrade

Building URLs with the native .NET Uri and UriBuilder is often clunky and prone to errors. Here is a simpler, fluent approach to handle query strings and encoding without extra dependencies.

February 01, 2026 6 min read Read more

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