quartz/content/notes/dotnet.md
Jet Hughes eec8badee0 update
2022-04-28 11:51:17 +12:00

525 B

title aliases tags
dotnet .NET
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