What’s the difference between .NET Framework and .NET Core?

A: .NET Framework is Windows‑only; .NET Core (now just “.NET” from v5+) is cross‑platform, modular, and open‑source.
Example: You’d choose .NET Core for a web API that runs on Linux servers.

Leave a Reply

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