Injecting Dapper in a .NET 6/7 MVC project

Dapper is a superb alternative to Entity Framework. With just a little extra elbow grease, it provides a performant (and vastly more transparent) way to do your application IO. This article looks at using Dapper with .NET’s dependency injection.