/CSharpTypes

A sample application that shows different aspects of C# language types like classes, records, the difference between value and reference types

Primary LanguageC#MIT LicenseMIT

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