Hi,
What is the different between .Net Core 3.1 and .Net 5?
Which version we can go for development?
How to run .Net Framework Console application on Linux server

Prabs
1
Reputation point
Hi All,
We have a Console application. We are currently using .Net Framework 4.5. We need to run this application on a Linux machine. We are currently considering migrating the .Net Framework to .Net Core.
Please let us know if there any other approach to achieve this task or if we can continue with .Net Core.
2 answers
Sort by: Newest
-
Prabs 1 Reputation point
2021-03-29T09:06:08.587+00:00 Castorix31 68,856 Reputation points2021-03-29T06:32:20.25+00:00 This article (a bit old but still accurate) confirms that .NET Core should be the best choice
There are other articles/samples like : .NET Core with a Linux server: Hello World!