C# versions of the coding exercises in DATA2410.
Created with .NET 6, C#10. Dotnet can be downloaded here (It also comes bundled with Visual Studio). You can test if you have .NET 6 by doing: dotnet --version
in the terminal (you should then see 6.0.201
in the console).