Dotnet Core
بواسطة pcloudhosting
Version 10.0.10 + Free Support on Ubuntu 26.04
.NET 10 LTS is a modern, high-performance, cross-platform development platform from Microsoft used to build and run web applications, REST APIs, cloud services, microservices, console applications, and enterprise workloads. This solution provides .NET 10 LTS pre-installed on Ubuntu 26.04 LTS for development and deployment on Microsoft Azure.
The solution includes the .NET SDK, .NET Runtime, and ASP.NET Core Runtime, allowing developers to create, build, test, and run modern applications directly on the Azure virtual machine. It is suitable for cloud-native development, backend services, API hosting, application development, CI/CD environments, and enterprise workloads.
Version: .NET 10.0.10 LTS
SDK Version: 10.0.302
Operating System: Ubuntu 26.04 LTS
Features of .NET 10 LTS:
- Cross-platform development environment for Linux, Windows, and macOS.
- Supports ASP.NET Core web applications and REST API development.
- Includes .NET SDK, .NET Runtime, and ASP.NET Core Runtime.
- High-performance runtime suitable for cloud and enterprise applications.
- Supports console applications, web services, microservices, and backend workloads.
- Compatible with Docker, Kubernetes, CI/CD pipelines, and Azure cloud services.
- Long-Term Support release suitable for production environments.
Usage instructions for .NET 10 LTS
$ sudo su
$ dotnet --version
$ dotnet --list-sdks
$ dotnet --list-runtimes
$ dotnet --info
Create and test a console application:
$ mkdir -p /opt/dotnet-test
$ cd /opt/dotnet-test
$ dotnet new console -n HelloDotnet
$ cd HelloDotnet
$ dotnet run
Expected output: Hello, World!
Create and test an ASP.NET Core web application:
$ mkdir -p /opt/dotnet-web-test
$ cd /opt/dotnet-web-test
$ dotnet new web -n DotnetWeb
$ cd DotnetWeb
$ dotnet run --urls http://0.0.0.0:5000
Access the web application: Open your browser and navigate to: http://your-server-ip:5000 Local testing: curl http://127.0.0.1:5000
Disclaimer: .NET is provided under applicable Microsoft and open-source licenses. Users are responsible for application configuration, security, dependency management, network access, updates, and production deployment practices. This solution is suitable for development, testing, application hosting, API services, cloud-native workloads, and enterprise application deployment on Microsoft Azure.