This is an educational repo, that contains various topics cover with C# examples. All examples are stored in Learn.sln solution file at root directory.
Every topic and example has a reference to original source. Here is a list of awesome books, blogs, repos and channels I've taken information from:
| Name | Author |
|---|---|
| Asynchronous Programming | Stephen Cleary |
| Stephen Toub blog | Stephen Toub |
| Another Brick in the Memory Wall | Tony Skorik |
| Simon Cooper Redgate hub | Simon Cooper |
| Name | Author |
|---|---|
| Name | Author |
|---|---|
Feel free to contribute any topic in a Pull Request.
Also if you want me to try to explain anything - create an issue. Sure, it will be fun for me to learn something new!
Please, note that every single example has to be stored in a separate directory and independent project with a README-file, explaining that topic. Comments in code are expected for better explanations :)