Framework v. Core for Windows App
-
I'm now designing a new application that will run only on Windows. No other platforms. Is there any reason to develop it in .NET Core as opposed to Framework?
The difficult we do right away... ...the impossible takes slightly longer.
-
I'm now designing a new application that will run only on Windows. No other platforms. Is there any reason to develop it in .NET Core as opposed to Framework?
The difficult we do right away... ...the impossible takes slightly longer.
AFAIK, .NET Framework 4.8 is the last of the Windows specific framework. Everything goes .NET (Core) from now on, so it's only a matter of time before your app needs to be converted to a .NET app.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak -
I'm now designing a new application that will run only on Windows. No other platforms. Is there any reason to develop it in .NET Core as opposed to Framework?
The difficult we do right away... ...the impossible takes slightly longer.
Technically, the choice is between .NET Framework 4.8 and .NET 5 now. :) Announcing .NET 5.0 | .NET Blog[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer