Halil İbrahim Kalkan
Halil İbrahim Kalkan
As the error states SqlServerRetryingExecutionStrategy does not work if we use transactions in a regular manner. And ABP does that. ABP's transaction strategy is replaceable. It's defined by the [IEfTransactionStrategy](https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.EntityFramework/EntityFramework/Uow/IEfTransactionStrategy.cs)...
You're true. Current design assumes menu as static and not changeable after application startup. This can be a feature request. BTW, if you store menu in the database, you can...
Thank you. We will think on that in the next version.
Thank you @ryancyq I will check this in detail.
I also don't like to define a constant admin name, however it simplifies things in pratical. Let us think on that. @ismcagdas can you also check this?
Thanks for voting. I want to implement it before v1.0. We will see it :)
Many people want it. We should consider this as a high priority feature request after v1.0 :)
Thank you very much @brunobertechini for sharing your opinions. I mostly agree with you. That's why I waited this issue for that long. Adding some ICommand, IQuery... interfaces and base...
Implementing CQRS + Event Sourcing is a huge work. But we can create some basic CQRS base classes without event sourcing as a start. What do you think?
not yet.