What’s the difference between .NET and .NET Core?
The question is about .NET
Answer:
The basic difference will be platform support and use cases between .NET and .NET Core. NET is a Windows-only framework and is used essentially for developing Windows applications. .NET Core is an open-source cross-platform running on Windows, Linux, and MacOS, offering more flexibility with modern features in application development. .NET Core, therefore, will be the best choice for cloud-based, high-performance, and scalable applications. Conversely, if an application is majorly Windows-centric, then .NET would be a good option.