Best newsletters and posts about unnecessary value assignments tag


Messages

6/1/2023 8:44:34 PM

[New post] Microsoft .NET Code Analysis: Remove Unnecessary Value Assignments

dotNetDave posted: " For performance, it's very important to remove unnecessary value assignments that need to be cleaned up. Here is an example of the issue: List<People> users = null;
6/1/2023 8:44:34 PM

[New post] Microsoft .NET Code Analysis: Remove Unnecessary Value Assignments

dotNetDave posted: " For performance, it's very important to remove unnecessary value assignments that need to be cleaned up. Here is an example of the issue: List<People> users = null;