Thursday, 5 August 2021

.NET Framework vs .Net Core 3.1

 

Sr. No. Comparison .Net Framework .Net Core 3.1
1 Cross Platforms .Net framework runs only on windows .Net core is cross-platform, it operates on Windows, Linux, and Mac operating systems
2PerformanceSlow Better
3 Application supported the .NET framework is for developing desktop applications, web applications, and web services, WPF, ASP.NET MVC MVC core 3.x
4 WCF/ WPF/WWFYes No
5 Desktop Based WPF, Winforms. Nothing for desktop
6 Packaging Packaged as big framework Delivered via modularity using Nuget
7 Microservice Support NoYes
8 CLI ToolsMore IDE Based Full CLI command supported
9 Mobile Compatibility  No direct support with .Net standard compatible with Xamarin
9 Cloud  Runs only on windows Yes

No comments:

Post a Comment

How to improve applications performance which is hosted in cloud ?

Improving the performance of an application hosted in Microsoft Azure involves a combination of optimizing your application code, leveraging...