Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 333 Bytes

File metadata and controls

11 lines (9 loc) · 333 Bytes

CSharpTypes

A sample .NET 7 that shows different aspects of C# languages types like classes and records, including the difference between value and reference types.

Check commits for different concepts and examples

  • Classes
    • Fields
    • Properties
    • Methods/lambda expressions
  • Value and reference types
  • Records