Don’t block your behaviours, await instead
Posted onDon’t block your behaviours, await insteadPosted January 07th, 2021 When dealing with asynchronous tasks in .NET is important to be cautious. Using them wrong may lead to an unhealthy server. Since OMNIA .NET behaviours may be invoking APIs, querying databases, accessing file systems, etc., following the best practices is important. The incorrect use of Tasks […]