From e0413bba9fe7ee41b348c9789bc06a66958703ac Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Mon, 6 Sep 2021 17:28:07 +0200 Subject: [PATCH] Sept 6th --- docs/dotnet.md | 4 ++++ docs/index.md | 3 ++- mkdocs.yml | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 docs/dotnet.md diff --git a/docs/dotnet.md b/docs/dotnet.md new file mode 100644 index 00000000..f5abc0b6 --- /dev/null +++ b/docs/dotnet.md @@ -0,0 +1,4 @@ +# Microsoft .NET +- [wikipedia.org: .NET]](https://en.wikipedia.org/wiki/.NET) .NET (previously named .NET Core) is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to .NET Framework. The project is primarily developed by Microsoft employees by way of the .NET Foundation, and released under the MIT License. +- https://dotnet.microsoft.com/ +- https://github.com/dotnet/core diff --git a/docs/index.md b/docs/index.md index 95b37179..ca60687e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -155,7 +155,8 @@ A curated list of awesome references collected since 2018. Microservices archite - [Go](golang.md) - [JavaScript - node.js & npm](javascript.md) - [Python - Django & Flask](python.md) -- [Xamarin](xamarin.md) +- [Microsoft Xamarin](xamarin.md) +- [Microsoft .NET](dotnet.md) - [Websites for web developers](devel-sites.md) ### Java - [Java & Open Source Microservices Frameworks. SpringBoot, MicroProfile, Quarkus and more 🌟](java_frameworks.md) diff --git a/mkdocs.yml b/mkdocs.yml index d2df99fc..5ad56b5c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -152,7 +152,8 @@ nav: - Go: golang.md - JavaScript - node.js & npm: javascript.md - Python - Django & Flask: python.md - - Xamarin: xamarin.md + - Microsoft Xamarin: xamarin.md + - Microsoft .NET: dotnet.md - Websites for web developers: devel-sites.md - Java: - Java & Open Source Microservices Frameworks. SpringBoot, MicroProfile, Quarkus and more: java_frameworks.md