: Concise inline functions (e.g., x => x * x ) that replaced the more verbose anonymous methods from C# 2.0.
: Let you create temporary objects on the fly without declaring a formal class. Learn C-Sharp - Includes the C-Sharp 3.0 Features
: Allows the compiler to infer the data type based on the initialization value. : Concise inline functions (e
: A shorthand for defining properties without manually creating private backing fields. : Concise inline functions (e.g.