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 10
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 9
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 19
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 17
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 14
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 19
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 13
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 31
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 18