C# โ Language Fundamentals
Language Fundamentals
Section titled โLanguage FundamentalsโFocus on constructs used in dayโtoโday code: declarations, null handling, concise members.
Highlights
var
implicit typing for local variables- Null handling: nullโcoalescing
??
and nullโconditional?.
- Expressionโbodied members for concise accessors and methods
nameof
for refactoringโsafe symbol names