thangchung / magazine-website

:mouse: A magazine website (using .NET Core, ASP.NET Core, EF Core) with DDD, CQRS, microservices, asynchronous programming applied...
https://github.com/thangchung/magazine-website
178 stars 51 forks source link

Re-structure service layer into peasy style - if possible #13

Open thangchung opened 8 years ago

thangchung commented 8 years ago

At the moment, the service uses the command pattern to publish the command into the underneath layers. But we want to do the better one.

Reference at https://github.com/peasy/Peasy.NET/wiki and a sample at https://github.com/peasy/Samples