What is .NET Core? How is it different from .NET Framework?

Answer:
.NET Core is a cross-platform, open-source framework for building modern applications.

.NET Core runs on Windows, Linux, and macOS

.NET Framework is Windows-only
Example: I used .NET Core to build a REST API deployed on Linux using Docker.

Leave a Reply

Your email address will not be published. Required fields are marked *