When developing database-driven .NET and .NET Core, regardless of the database we intend to deploy in the end, we will often want to work with a database engine that is lightweight and fast, in order ...
Take advantage of MediatR and the mediator design pattern to reduce the dependencies between objects in your ASP.Net Core applications MediatR is an open source project and an implementation of the ...
While many development conferences feature introductory sessions on various topics, more advanced tutorials are comparatively rare. Going beyond the many "hello world" presentations out there, expert ...