Posts by Rogerson Nazário • 61 points
1 post
- 
		6 votes2 answers289 viewsA: When to use record or class on C#?The idea of the guy record is to support immutable entities, that is, a type of reference that will maintain its value throughout the context that is inserted. To use an immutable class you have to…