Exception Not Found

Tetris in Blazor WebAssembly

We're going to build Tetris, a true video game, using Blazor WebAssembly, C#, and ASP.NET. Part 1 of 6. Check it out!

The Catch Block #34 - Useful String Extensions

Let's build useful string extension methods like ToDelimitedList and Excerpt. Plus: .NET 5.0 has launched!

MongoDB Transactions in .NET Applications

This post gives you a general idea on Database Transactions, defines what transactions in MongoDB are and explains how to run your MongoDB as a replicaset. You will also learn how to use MongoDB Transactions in a .NET application.

Using Anti-Forgery Tokens in ASP.NET 5.0 Razor Pages

Let's see how to use anti-forgery tokens and validation to prevent CSRF attacks in our Razor Pages apps!

Using XUnit Theory and InlineData to Test C# Extension Methods

Let's unit test a C# extension method using XUnit's [Theory] and [InlineData] attributes, so we can write lots of tests in little time!

Exception Not Found © 2026