Hacker News new | ask | show | jobs
by oblio 3651 days ago
.NET Framework = the whole shebang, the full runtime including Windows-only bits.

.NET Core = portable subset of .NET Framework. Therefore not entirely compatible with .NET Framework.

ASP.NET Core = portable rewrite of ASP.NET. AFAIK not fully compatible with previous versions.

1 comments

iirc asp.net core does not contain the web framework part, just the server stuff