Open
Description
Now, with C# 9, there are a number of different ways to create data types in C#:
- tuples
- records
- anonymous types
- classes
- structs
Tuples and records, in particular, are great concepts for beginners to learn to build data structures. They both should be introduced before classes.
Open question: Should structs and interfaces be part of this series, or in the fundamentals section?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 20c07a04-cf77-743d-6b4f-72b9122bdf45
- Version Independent ID: 525b2492-d227-fd0d-ea89-61cdfec3cd38
- Content: Introduction to C# - become familiar with the development tools
- Content Source: docs/csharp/tutorials/intro-to-csharp/local-environment.md
- Product: dotnet-csharp
- Technology: csharp-get-started
- GitHub Login: @BillWagner
- Microsoft Alias: wiwagn
Metadata
Metadata
Assignees
Type
Projects
Status
🔖 Ready