Tag: .netcore

.NET MAUI Login screen development

MAUI is a cross platform framework that we can develop mobile and desktop apps with a single code base. (We must have Visual Studio 2022)...

.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...