DORSETRIGS
Home

mediatr (9 post)


posts by category not found!

BasePageModel in Razor Pages

Mastering the Base Page Model Simplifying Your Razor Pages Development Razor Pages in ASP NET Core offer a streamlined way to build web applications especially

2 min read 06-10-2024 41
BasePageModel in Razor Pages
BasePageModel in Razor Pages

Unable to enqueue a job on Hangfire due to abstract classes/DI

Hangfire Enqueueing Woes Tackling Abstract Classes and Dependency Injection Problem You re trying to enqueue a job in Hangfire but it throws an error related to

2 min read 04-10-2024 58
Unable to enqueue a job on Hangfire due to abstract classes/DI
Unable to enqueue a job on Hangfire due to abstract classes/DI

Asp.net core mvc IMediatorHandler error when starting up program

Troubleshooting I Mediator Handler Errors in ASP NET Core MVC Applications ASP NET Core MVC is a popular framework for building robust web applications However

2 min read 17-09-2024 49
Asp.net core mvc IMediatorHandler error when starting up program
Asp.net core mvc IMediatorHandler error when starting up program

CQRS Pattern with .NET API - Separating the request object from the command/query

CQRS in NET APIs Why Separate Request Objects from Commands Queries The Command Query Responsibility Segregation CQRS pattern is a powerful tool for building ro

2 min read 05-09-2024 57
CQRS Pattern with .NET API - Separating the request object from the command/query
CQRS Pattern with .NET API - Separating the request object from the command/query

How to add mediatr in .NET 6?

Adding Mediat R to Your NET 6 Application A Simple Guide Mediat R is a powerful library that helps you streamline your applications logic by introducing a clean

2 min read 04-09-2024 44
How to add mediatr in .NET 6?
How to add mediatr in .NET 6?

Mapping data recieved from Angular in .net using mediatR

Mapping Data from Angular to NET using Mediat R and Auto Mapper This article explores a common issue developers face when trying to map data received from an An

3 min read 03-09-2024 50
Mapping data recieved from Angular in .net using mediatR
Mapping data recieved from Angular in .net using mediatR

Why is MediatR Giving me the error: System.InvalidOperationException: No service for type 'MediatR.IRequestHandler` when I my .net core 8.0 program.cs

Mediat R Error No service for type Mediat R I Request Handler in NET Core 8 0 This article delves into a common error encountered when using Mediat R in NET Cor

2 min read 02-09-2024 57
Why is MediatR Giving me the error: System.InvalidOperationException: No service for type 'MediatR.IRequestHandler` when I my .net core 8.0 program.cs
Why is MediatR Giving me the error: System.InvalidOperationException: No service for type 'MediatR.IRequestHandler` when I my .net core 8.0 program.cs

Second Mediator Call Fails with ObjectDisposedException in ASP.NET Core Using Autofac: "Instances cannot be resolved as it has already been disposed"

Resolving the Object Disposed Exception in ASP NET Core Using Autofac and Mediat R This article explores a common issue encountered when using Mediat R and Auto

2 min read 01-09-2024 67
Second Mediator Call Fails with ObjectDisposedException in ASP.NET Core Using Autofac: "Instances cannot be resolved as it has already been disposed"
Second Mediator Call Fails with ObjectDisposedException in ASP.NET Core Using Autofac: "Instances cannot be resolved as it has already been disposed"

How to use MediatR in order to navigate between views in avalonia ui

Navigating Views with Mediat R in Avalonia UI A Practical Guide Mediat R a powerful library for building robust and scalable applications can be leveraged effec

3 min read 01-09-2024 53
How to use MediatR in order to navigate between views in avalonia ui
How to use MediatR in order to navigate between views in avalonia ui