Category: .NET Core

.NET Core logging request and responses

Implementing middleware and handling each request before consumed in controller is the best way to do it. Middlewares executions are the previous step of execution...

DbContext DbSet invoke by type

When you need to get DbSet by using type; This extension would allow dbContext to get entity by type, When you need the load navigation...