.NET 5.0 Middleware Sample Project Using Middleware in .NET 5.0 to Log Requests and Responses by Matthew Jones
Swagger ASP.NET Core Tutorials Adding Swagger to ASP.NET Core Web API using XML Documentation Swagger and XML Comments make documenting your ASP.NET Core APIs a breeze! Or was it a cinch?... Either way, check it out! by Matthew Jones
Dapper Sample Project Tutorials Using Dapper Asynchronously in ASP.NET 5.0 Let's implement Dapper in an ASP.NET 5.0 project, and see how it can help us access data quickly and without any icebergs! by Matthew Jones
Can I Delete It? ASP.NET Core ASP.NET What's This and Can I Delete It? Examining a Default ASP.NET Core MVC Project Let's delete a bunch of extra files from an ASP.NET Core MVC default project! by Matthew Jones
Modeling Practice C# Tutorials Modeling the Card Game War in C# Part 3 - Running the App Our card-game-WAR playing C# app is done! Now we can test it, and prove that it works correctly and fairly... I hope. by Matthew Jones
Modeling Practice C# Games Modeling the Card Game War in C# Part 1 - Background and Rules by Matthew Jones
Entity Framework Dependency Injection ASP.NET Using Entity Framework DbContext with Dependency Injection by Matthew Jones