Mukil Deepthi
Mukil Deepthi

Reputation: 6482

Sample to implement CQRS pattern in asp.net core 2.0 webapi

I am new to CQRS pattern. I am looking for some working sample to implement CQRS pattern in asp.net core 2.0 webapi.

Can anyone suggest me a proper link for this please?

Thanks

Upvotes: 1

Views: 3557

Answers (1)

Vampirasu
Vampirasu

Reputation: 202

they are many Frameworks on GitHub that will work on .net Core (maybe need to create new Project and copy Paste code for .net Standard Library) one of the simplest IMHO is https://github.com/edumentab/cqrs-starter-kit :) just take the code in your Core app :)

Upvotes: 2

Related Questions