--- title: .NET eleventyNavigation: key: .NET parent: Languages order: 1 --- The way [.NET](https://dotnet.microsoft.com/) works at alwaysdata is very standard. If you are used to using .NET on a Unix system, e.g. Linux, then you already know almost everything you need. - the [provisioned versions](/en/docs/web-hosting/languages/dotnet/configuration/#supported-versions) 5.0, 6.0, 8.0 and 10.0 are available, - the [environment configuration](/en/docs/web-hosting/languages/dotnet/configuration/#environment) is easy to set up. * [Hello World Tutorial](https://learn.microsoft.com/en-us/aspnet/core/getting-started/?view=aspnetcore-6.0&tabs=linux)