Netmentor

Results 5 comments of Netmentor

> There is an option that is to add the suffix "Async" to all those methods that need to be asynchronous. I'm not well-oriented to that approach but it's an...

@AlexScigalszky yep it is for the DI I will need to think if there is any implication on converting `sync ` scenarios in `async` but I dont think so. It's...

🤔 thats sounds familiar. I think that is the reason why I was thinking in the shared awaiter library

@AlexScigalszky nah memoization is good when you have to query something and then query it again and again, etc and you konw it will never change. in this case the...

huummm for me it looks more confusing, at least the first draft, in the first implementation ``` "RabbitMQ": { "Publisher": { "IntegrationExchange": "api.public.exchange" } ``` Just by looking at it,...