BElluu
DTO is fine? DTO have any alternatives?
Hello,
I read on some blog that DTO should not be used in production. Is it true ?
Are there any alternatives to DTO?
Having a Product model and ProductDto just because it needs to be trimmed down by a few fields looks pretty dirty.
Thank you in advance!
33 replies
❔ How to disable background worker?
Hi,
I need to do something in background when state is true and stop when state is false. I changing state by button. If I press button, state is true unit I press button again. I set WorkerSupportsCancellation on true. When I press button again, I have all the time TEST in console. Any idea?
4 replies