This commit is contained in:
Inaki Fernandez
2021-09-06 17:28:07 +02:00
parent 017de5cfe5
commit e0413bba9f
3 changed files with 8 additions and 2 deletions

4
docs/dotnet.md Normal file
View File

@@ -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

View File

@@ -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)

View File

@@ -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