Take advantage of default interface methods in C# 8.0 to add new methods to an interface without breaking existing implementations. One of the new and interesting features in C# 8.0 is the support for ...
Take advantage of read-only generic interfaces such as IReadOnlyList, IReadOnlyDictionary, and IReadOnlyCollection to prevent modifications to collections in your .NET Core applications. A collection ...
How do you change data in a running program? Incremental change propagation and the .NET library NMF Expressions help with this complex problem. Georg Hinkel forscht und lehrt an der Hochschule ...