How to easily extend your app using MediatR notifications

added by DotNetKicks
8/31/2016 9:19:15 PM

771 Views

Probably the biggest question you face as a developer every single day is "where to put your code"? Should you use repositories or query classes? Should you have one class or two to represent your domain object? Should you write a new class or extend an existing one?


0 comments