rodrigovaz
✅ Configure base address in HttpClient in Dependency Injection
Microsoft does it in their examples:
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-8.0#typed-clients
82 replies
✅ What's the point of MediatR?
I meant that you will see the MediatR library in the wild a lot of times because people wanted to implement CQRS (which benefits from using the mediator pattern) and the internet is filled with "implementing CQRS with MediatR" tutorials
128 replies
❔ WPF Usability/Design Opinions
I don't think so, IMO the "worst" is the restriction on no ledgers at same level as a sub-category because that creates a problem:
What if I created N ledgers and decided that it would be best to separate in 2 sub categories, what do I do with the N ledgers? Do I move tem by hand to another category just to create the subcategories? Do I delete them to then recreate them by hand?
12 replies