News

Take advantage of read-only generic interfaces such as IReadOnlyList, IReadOnlyDictionary, and IReadOnlyCollection to prevent modifications to collections in your .NET Core applications.
Take advantage of ValueTask in C# to avoid allocation when returning task objects from an asynchronous method ...