BoomSonK
BoomSonK
CC#
Created by BoomSonK on 1/9/2025 in #help
Reuse handlers with MediatR?
No description
28 replies
CC#
Created by BoomSonK on 1/9/2025 in #help
Reuse handlers with MediatR?
Yea fair enough, but the simplicity sometimes :/
28 replies
CC#
Created by BoomSonK on 1/9/2025 in #help
Reuse handlers with MediatR?
So when using .Execute, it will automatically save in the database instead of waiting on saveChanges
28 replies
CC#
Created by BoomSonK on 1/9/2025 in #help
Reuse handlers with MediatR?
I citate GPT 😄 "The side effects of using ExecuteUpdate or ExecuteDelete primarily revolve around bypassing EF Core's tracking and lifecycle mechanisms. While they offer significant performance benefits for bulk operations, they should be used cautiously in scenarios requiring tracking, validation, or business logic tied to lifecycle events."
28 replies
CC#
Created by BoomSonK on 1/9/2025 in #help
Reuse handlers with MediatR?
Wasn't .Execute mostlikely for bulk updates/deletes? I also think it had some side effects. Maybe I'm wrong tho
28 replies
CC#
Created by BoomSonK on 1/9/2025 in #help
Reuse handlers with MediatR?
I heard someone telling me that u should abstract something if you have it on a minimum of 3 different places
28 replies
CC#
Created by BoomSonK on 1/9/2025 in #help
Reuse handlers with MediatR?
Haha nah, just a really simple case. But I would like to know the 'best practices'
28 replies
CC#
Created by BoomSonK on 1/9/2025 in #help
Reuse handlers with MediatR?
No description
28 replies
CC#
Created by surwren on 1/7/2025 in #help
Bottlenecks in a SignalR Implementation for Managing Room Data?
I think that memory and resource management will be the key as each connection will take extra resources etc. The same goes with the use of an inmemory dictionary when scaling up. You could gain some optimizations by having an efficient reconnect/disconnect logic and maybe its possible in your use case to use group based broadcasting instead of each user a connection.
34 replies
CC#
Created by BoomSonK on 4/16/2024 in #help
.NET Roadmap
@Lex Li I understand your idea, but I believe it will be a good thing to have a strong foundation of knowledge from multiple things. Unfortunately, there are way to many technologies
12 replies