Performance best practices in C#
Read OriginalThis article compiles a non-exhaustive list of C# code patterns that are risky or cause poor performance, based on the author's experience at Criteo. It covers common mistakes like synchronous waits on async code, misuse of ConfigureAwait, the dangers of async void, and unnecessary async overhead, providing practical warnings and optimizations for high-performance applications.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser