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