Click here to Skip to main content
15,891,253 members
Articles / Programming Languages / C#

C#11 – Records Demystified

Rate me:
Please Sign up or sign in to vote.
5.00/5 (7 votes)
7 Feb 2023CPOL8 min read 13.4K   64   12  
Beginner’s tutorial on C#11 Records with examples
This is a beginner’s tutorial on Records in C# with examples. C# Records are nothing more than C# language integrated support for the “Value Object” pattern and “Immutable Object” pattern. They are compiled into regular “classes” and “structs” in assembly/IL.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Serbia Serbia
Mark Pelf is the pen name of just another Software Engineer from Belgrade, Serbia.
My Blog https://markpelf.com/

Comments and Discussions