|
|
|
|
|
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. |
|