Porting from .NET Framework to .NET Core

Costas

Administrator
Staff member
https://docs.microsoft.com/en-us/dotnet/core/porting/

.NET Portability Analyzer




Install .NET Core SDK on Linux Fedora 30 - x64

https://dotnet.microsoft.com/download
https://dotnet.microsoft.com/download/linux-package-manager/fedora30/sdk-current




- .NET Core: (runs anywhere!) Windows, Linux, and macOS
- .NET Framework: websites, services, and apps on Windows
- Xamarin/Mono: a .NET for mobile
- .NET Standard: the shared set of libraries for the above
 
Top