From 475deb71821c246a100c6ebef4097ab72ccf7906 Mon Sep 17 00:00:00 2001 From: Emil Petro Date: Fri, 23 Jun 2017 02:09:33 +0100 Subject: [PATCH] Added "High level async programming with Rx" (#2471) * "High level async programming with Rx" added * Updated .NET Rx book with author --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 01b6a97d..5d5d53a2 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -888,6 +888,7 @@ * [Data Structures and Algorithms with Object-Oriented Design Patterns in C#](http://www.brpreiss.com/books/opus6/) * [Dissecting a C# Application](https://damieng.com/blog/2007/11/08/dissecting-a-c-application-inside-sharpdevelop) - Christian Holm, Bernhard Spuida, Mike Kruger * [Fundamentals of Computer Programming with C#](http://www.introprogramming.info/english-intro-csharp-book/read-online/) - Svetlin Nakov +* [High level asynchronous programming with Reactive Extensions](https://github.com/petroemil/Rx.Book) - Emil Petro * [Introduction to Rx](http://www.introtorx.com) * [Threading in C#](http://www.albahari.com/threading/) * [Xamarin Cross-Platform Development Cookbook](https://www.packtpub.com/free-eBook/xamarin-cross-platform-development-cookbook) - George Taskos, Packt. (Just fill the fields with any values) -- GitLab