News

Take advantage of record types in C# 9 to build immutable types and thread-safe objects.
The announcement of the future addition is related to Extension types which in C# 13 will be expanded by providing additional methods, properties, and members to underlying types.
Take advantage of nullable types to assign 'no values' or 'null values' to value types when there is no value available The C# language provides support for two types of data: value types and ...
Title says it all. I'm trying to get the type of a class from a string and the runtime cannot locate the class. I've tried several approaches, but they all return null. I'm not a C# expert and so ...