Fatih-Sglm / Performative-C-Sharp

Repository for an upcoming O'Reilly course on writing performative programs in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performative C#

Repository for a Pearson published course on performative C#.

You will need: .Net 7 - Compiling the .Net code, running the tests Rustup Nightly - Compiling the Rust code
C/C++ package manager. I highly recommend vcpkg.

I also highly recommend you have some way to investigate the IL code that is generated by .NET.
It also wouldn't hurt to find out how to use a tool like godbolt.org to take a look at how the actual native code for Rust is turning out. You can also use it on the C# code but it probably won't give the full picture.

Download the CSV dataset from here: https://catalog.data.gov/dataset/feed-grains-database

About

Repository for an upcoming O'Reilly course on writing performative programs in C#.

License:Other


Languages

Language:C# 96.7%Language:Rust 2.5%Language:D 0.4%Language:C 0.4%