If I develop a website with ASP.NET Core
and full .NET Framework 4.7
, if I want to display it, the hosting must support net core
and .NET Framework 4.7
or only .NET Framework
?
If I develop a website with ASP.NET Core
and full .NET Framework 4.7
, if I want to display it, the hosting must support net core
and .NET Framework 4.7
or only .NET Framework
?
To run net core there is a specific framework that must be installed on the computer where it runs either windows or linux, likewise to run framework 4.7 or any of its previous versions, it involves installing windows on the computer, the libraries that they support.
.net core link link
Link framework 4.7 link
The only advantage that there is really is that it is possible to reuse some code, even more if you make portable libraries.