mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
25 lines
526 B
Markdown
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
|