Knowledge
Record
Materials
In computer science, a record (also called a structure, struct, or compound data) is a basic data structure. Records in a database or spreadsheet are usually called "rows". A record is a collection of fields, possibly of different data types, typically in fixed number and sequence. The fields of a record may also be called members, particularly in object-oriented programming; fields may also be called elements, though these risk confusion with the elements of a collection. For example, a date could be stored as a record containing a numeric year field, a month field represented as a string, and a numeric day-of-month field. A personnel record might contain a name, a salary, and a rank. A Circle record might contain a center and a radius—in this instance, the center itself might be represented as a point record containing x and y coordinates.
Article
Learn about how to use record types, build hierarchies of records, and when to choose records over classes.
Skillsets
Skillset Junior C# Programmer preview
image descriptionJunior C# Programmer
by Infinite Education
2825 users
Skillset Senior C# developer preview
image descriptionSenior C# developer
by Ann Mary
2060 users
Skillset ASP.NET Core Developer preview
image descriptionASP.NET Core Developer
by balonich
13 users
Skillset Rod c# preview
image descriptionRod c#
by Andressa Neves
3 users
Question
Questions are very useful when trying to understand if you know the subject
Do you know that ...?
Any useful or interesting facts about the skill. Any peace of information would be useful