News

With C# 9, target typing now can be used in new expressions and with conditional operators ... example. Consider the following class: public class Author { private int Id { get; set; } private ...
Operator overloading is an example of static polymorphism ... You cannot also overload the conditional operators like && and || easily. Also, the array indexing operator [] cannot be overloaded.
He shares examples ... C# feature that makes code more succinct. Similar to tons of others we got in recent years ( expression-bodied members, out variables, tuples, null-conditional operators ...