Abc-Arbitrage / Abc.NCrafts.Quiz

A small C# quiz application about performance and heap allocations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABC Arbitrage quiz for NCrafts 2015-2018

Three different quizzes in one app

This project is a small quiz application we let people play with on our ABC Arbitrage booth at the last four NewCrafts conference editions in Paris.

You can choose from three different C# quizzes:

  • A general performance quiz: Which code is more likely to run faster? (2016 edition)
  • A more specific one: Which code doesn't allocate on the heap? (2015 edition)
  • A performance quiz centered on new features in C# 7.2 and .Net Core 2.1 (2018 edition)

Welcome screen

Play screen

Pick the good answer

Play screen

Get some help

Help screen

About

A small C# quiz application about performance and heap allocations

License:MIT License


Languages

Language:C# 100.0%