Skip to content
| Marketplace
Sign in
Visual Studio>Tools>VanillaCQRS by IPS (VS2019)
VanillaCQRS by IPS (VS2019)

VanillaCQRS by IPS (VS2019)

IT Path Solutions Pvt. Ltd.

|
9 installs
| (0) | Free
Layered Project Template for Vanilla CQRS design pattern in Core 3.1 with Code-First approach, FluentValidation, and Custom Exception Handling
Download

Important

This extension will only work in Visual Studio 2019 Community.

#Introduction CQRS


Command and Query Responsibility Segregation

MediatR


MediatR Pattern/Library is used to reduce dependencies between objects. It allows in-process messaging,but it will not allow direct communication between objects. Instead of this, it forces to communicate via MediatR only, such as classes that don't have dependencies on each other, that's why they are less coupled.

Vanilla CQRS


CQRS design pattern without using MediatR and customizable as per your need.

What we have done


Currently, the CQRS design pattern is more popular than ever after the introduction of the Microservice Architecture pattern. Learning CQRS patterns is easy but finding a proper demo without using MediatR is very difficult. Here at IT Path Solutions, we are always ready to create such design patterns with the Vanilla approach. so that we can customize it as we wanted, as we needed.

#How To Use Using our template is very easy. Just follow the following steps and boom you are ready to use.

  • Install VS2019 community edition (if you don't have)
  • Download and install our extension
  • Start VS2019 and click on the "Create a new project"
  • In the Project Template screen, you will see a new template is added with the name "VanillaCQRS". If not listed, just search CQRS (For ref, please check below screenshot)
  • That's it. Start the project and explore it, modify it.

Template_Search__1.png

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft