ASP.NET Razor Pages ASP.NET Core Routing How to Use Routing in ASP.NET Core 3.0 Razor Pages Let's see how routing works in a sample Razor Pages application, including how to use [BindProperty]. by Matthew Jones
ASP.NET Core Routing Sample Project An Overview of Attribute Routing in ASP.NET Core 3.0 MVC Let's see how to use the fine-grained control of attribute routing in our ASP.NET Core 3.0 apps. by Matthew Jones
ASP.NET Core Routing Sample Project An Overview of Convention-Based Routing in ASP.NET Core 3.0 MVC Let's see how Convention-based routing can be used in our ASP.NET Core 3.0 applications! by Matthew Jones
ASP.NET Core Routing Sample Project 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! by Matthew Jones
Testing XUnit Sample Project 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! by Matthew Jones
Testing XUnit Moq 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#! by Matthew Jones
Testing ASP.NET Core Moq 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. by Matthew Jones