Alternatives to Async Properties in C#
Current issue situation:
Approach #1: Transform property to async methods (set and get).
Example #1
Approach #2: Changing source code, remove async modals as needed from methods that are consumed from properties
PreviousHandling Reference Parameters in Async Methods with Ref<T>NextIssue with using "MessageBox.Show" in Blazor
Last updated