presented at the Meetup of the .NET User Group Rheintal.
This presentation was made with a single markdown file which looks pretty good if you use marp.app to visualize it :)
But you can also use the exported versions: PDF and HTML.
In the footer of each slide you'll find the related LINQPad file found in the linqpad directory.
The performance comparisons have been made with simple Stopwatch
measurements. To bring this to the next level you should definitely use BenchmarkDotNet.
What I learned at the Meetup: you can just use LINQPad to implement and run your BenchmarkDotNet methods 🎉.
Links:
Less common documented stuff:
- Use
# <!-- fit --> MyHeader
to make the header as large as possible