the maybackmachine.nl-link leads to web.archive.org - and I already crawled that. Many old sites of monobrick.dk, however no chance to downlaod the SD-Card-Images...
I haven't programmed the EV3 with C# yet so I don't know if C#-progs are being faster executed by the CPU than Python. However Python is a script-language which is done by an interpreter if I'm correctly informed. I tried Python a few years ago and found much more slower than Java using LeJOS. My testarea is a line follwing PID. The line is about 6 metres long and has curves of different radius. Using the EV3-Software the robot can do about 6.500 measruements and vorrections. Python-Code did about 24.000 of those measurements, LeJOS about 120.000 - the difference is clearly visible.
Tried c4ev3, but that showed nearly the same "performance" than the EV3-Software. Seems to me as the C-Code is "compiled" into Lego-Blocks ofr that LabView-Software...
And yes - I hop that a compiled C#-program will be much more performant than an interpreted Python-Script or a Javas-Byteocde executed by a JRE on the EV3.
I found that github-repo, unfortunately there is no sd-card-image to be found.