Exception Not Found

ASP.NET Core Routing Basics

Let's dive into Routing in ASP.NET Core to discover how to make our URLs pretty, readable, and useful!

The Guest Writer Program

Hello dear readers! Today I am introducing something new to this blog: an invitation for all programmers, of all skills and backgrounds, who haven't yet got their own blog, to write for this one! Although, you might want a more modern writing tool. Photo by MILKOVÍ [https://unsplash.com/@milkovi?

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!

Unit Testing ASP.NET 5.0 MVC Controllers with Moq and XUnit

Let's write unit tests for our ASP.NET 5.0 MVC Controller classes, using the goodness of XUnit, Moq, and C#!

Unit Testing the Business Layer in ASP.NET 5.0 with Moq and XUnit

Let's write some unit tests! Using Moq and XUnit, let's see how to unit test a sample ASP.NET 5.0 project's business layer.

Exception Not Found © 2026