adspace


What is the difference between .net core and .net framework?

Answer Posted / Nikhil Nailwal

.NET Core is a cross-platform, open-source version of .NET that can run on multiple operating systems (OS), while .NET Framework is a proprietary, Windows-only implementation. .NET Core is designed for cloud-native, high-performance applications, whereas .NET Framework has a broader set of libraries and is more suitable for desktop and web development.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Possible ways to prevent xss attacks on mvc application?

1095


Explain the request flow in asp.net mvc framework?

1106


How to use multiple submit buttons in asp.net mvc?

1320