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