From c40cff73761780418c2f2a6970a450a327fe049a Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Sat, 23 Apr 2016 14:02:51 +0200 Subject: [PATCH] Fix aka.ms link --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 9c0792ee..e8a2db53 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -829,11 +829,11 @@ * [C# Essentials](http://www.techotopia.com/index.php/C_Sharp_Essentials) * [C# Programming - Wikibook](https://en.wikibooks.org/wiki/C_Sharp_Programming) * [C# Yellow Book](http://www.csharpcourse.com) (intro to programming) +* [Creating Mobile Apps with Xamarin.Forms C#](https://developer.xamarin.com/guides/xamarin-forms/creating-mobile-apps-xamarin-forms/) * [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 * [Threading in C#](http://www.albahari.com/threading/) -* [Creating Mobile Apps with Xamarin.Forms C#](http://aka.ms/xamebook) ### C++ -- GitLab