Skip to content

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

License

Notifications You must be signed in to change notification settings

MarkusReynolds1989/Performative-C-Sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages