The Everleap cloud hosting platform supports .NET Core applications.
You can take advantage of ASP.NET Core with Visual Studio 2022, 2019, 2017, and 2015.
We support both Framework-Dependent Deployment (FDD) and Self-Contained Deployment (SCD).
For Framework Dependent Deployment, we list the .NET Core versions that are installed on the servers in our
Knowledge Base.
Microsoft releases minor versions at different times but they are not automatically installed on the server.
When new minor versions are installed, we will update the Knowledge Base article above.
If the .NET Core version you are using is not installed on the server, we allow you to run ASP.NET Core in "self-contained" mode in your own website space.
Running self-contained also means that you upload your applications and the framework.
Some of the features of ASP.NET Core include:
- Cross-platform ASP.NET across Windows, Linux, and Mac
- Supports side-by-side app versioning
- Modular framework distributed as NuGet packages
- Single web stack for Web UI and Web APIs