quartz/content/notes/dotnet.md
Jet Hughes 8a667e5693 update
2022-05-27 14:12:53 +12:00

25 lines
526 B
Markdown

---
title: "dotnet"
aliases: .NET
tags:
- framework
---
.NET is an open source developer platform for building different types of apps.
A developer framework is Langages and libraries that you use.
You can use:
- c#
- f#
- VB
on:
- .NET core for Windows, Linux, and macOS
- .NEt framework for websites, services, and apps on windows
- Xamarin/Mono for mobile.
- .NET Standard --> the shared set of libraries for the above.
ASP.NET is an open source web framework for building webapps within .NET. It is cross platform