Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 894 Bytes

File metadata and controls

18 lines (13 loc) · 894 Bytes
title layout
Notes
default

Here are additional resources too keep learning or to use as reference.

Microsofts .NET documentation not only for C#. Good for reference and further learning.

A collection about useful programming patterns often used in games. Examples are in C++, but are easy to adapt.

A good article by Miguel Castro about Tasks and Parallelism. As this can be a confusing topic this article is highly recommended.

A very handy and complete reference for C# by Ben Albahari and Joseph Albahari.