From 306ae26ee93f0192db2640d8628ba1c4d284656e Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Tue, 15 May 2018 09:51:58 +0200 Subject: [PATCH] Add tutorial #68 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fe5661..fdee4b8 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ * [**C++**: *How X Window Managers work and how to write one*](https://seasonofcode.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i.html) * [**C++**: *Writing a Linux Debugger*](https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/) * [**C++**: *How a 64k intro is made*](http://www.lofibucket.com/articles/64k_intro.html) +* [**C#**: *C# Networking: Create a TCP chater server, TCP games, UDP Pong and more*](https://16bpp.net/tutorials/csharp-networking) * [**Go**: *Build a web application in Go*](https://www.sohamkamani.com/blog/2017/09/13/how-to-build-a-web-application-in-golang/) * [**Java**: *Build a Flashlight App*](https://www.youtube.com/watch?v=dhWL4DC7Krs) [video] * [**JavaScript**: *Learn JavaScript Promises by Building a Promise from Scratch*](https://levelup.gitconnected.com/understand-javascript-promises-by-building-a-promise-from-scratch-84c0fd855720)