Denis

Results 25 issues of Denis

It is needed to invent some way to rollback failed business scenarios. For example scenario "create meeting group proposal" started at meetings module and finished at administration module. When meetings...

Now CorrelationId used only for logging purposes. It is good idea for logging. But now we are unable to find all messages for some business scenario (for example, accept meeting...

Hi, EquinoxProject stored list of changes for Customer aggregate. But it is impossible to create last state of aggregate using events, events used only to displaying aggregate history. So EquinoxProject...

Create BasePageViewModel with methods OnActivated/OnDeactivated (or OnNavigatedTo/OnNavigatefFrom) and PasePage. Invoce corresponding methods of PageViewModel on Page lifecycle. It will allow to move LoadDocsCommand from xaml.cs file to PageViewModel.OnActivated. So we...

Hello! EntityFrameworkCore.CommonTools is a great tool! Do you have a plans to update it up to EF Core 3.1?

Parameter type for interface is Guid but RowVersion property type byte[]. It is needed to replace parameter type from Guid to byte[]. class MyEntity : IConcurrencyCheckable { [Timestamp] public **byte[]**...

Now CustomersController.Create method returned not useful for API clients response: one error message for all DTO properties. If we will use ModelState then we can solve two problems: 1. We...

Hello Vladimir. Thank you for course "Refactoring from anemic to rich model"! I have a question about validation. We removed all validation attributes (for example Required) from DTO. Also we...