Jonathan Allen
Jonathan Allen
> but we have decided not to proceed with it as we prefer SQL Server to throw this raw exception back to the caller. The danger in that is it's...
The person who told me may just have been mistaken about `Ga`. I've already patched the trade engine in TravellerTools to add any missing codes that we need, so this...
P.S. Thanks for the link. That was interesting to read.
Before anyone worries about performance, that disaster of a class needs to be cleaned up. Is static code analysis even turned on? I'm seeing many violations just on causal inspection....
DDD does not say that you "are not allowed to change properties value directly from outside of the class scope". A property setter is literally a method. It's a special...
Thinking about this again, novices often confuse the common English word "property" as in "some aspect of a thing" with the .NET concept `Property`. The book on DDD was written...
This file appears to have the correct descriptions, so I'm not sure why it's not picking it up. https://github.com/MudBlazor/Templates/blob/dev/src/.template.config/template.json
I don't think anyone is seriously thinking about MSMQ for future projects, but they need it for upgrading legacy systems to Core.
> I would make an abstract messaging transport implementation with MSMQ being an implementation with the idea being it would be trivial to add RabbitMQ support or even one of...
I have to agree. MSMQ is basically dead, but the number of different message queue engines we need to support keeps growing.