Posts

Featured post

Implement MediatR and CQRS pattern with .Net core 6.0 Web Api

In this article we are going to discuss about MediatR and CQRS pattern implementation with .Net 6.0 Web API. What we will learn : Inroduction to CQRS When to use CQRS What is MediatR and how to use it MediatR commands, queries & handler Project structure with MediatR pattern Step by step implementation of CQRS and MediatR Prerequisites : Visual studio 2022 Sql Server & SSMS Dot.Net 6.0 (.Net 6.0) Chrome / Or any modern browser / Postman (Any one for testing) Introduction to CQRS : CQRS stands for Command and Query Responsibility Segregation and it is used to separate read(queries) and write(commands). In CQRS, queries perform read operation, and command perform writes operation like create, update, delete, and return responses. CQRS splits an application's data model into two parts: one for reading data (queries) and another for writing data (commands). This separation allows for better scalability, flexibility, and optimization of each part of the system independently, as

Margin and padding in CSS with example

Create random password generator using javascript

Different ways to convert string into number in javascript

What are loops in javascript | Types of loops in javascript

Javascript console methods and functions

How to handle errors in Javascript | Error handling in Javascript

HTTP Status Codes cheat sheet

Different ways to make API calls in javascript

How to install latest python version on windows

JavaScript one liners you should know

What is Instagram’s new Threads app and things you should know about it