C
C#6mo ago
agC86

.NET

I'm trying to get a general understanding of .NET. This is what I've come up with so far, am I on the right track here or am I completely missing the point of how .NET works?
No description
1 Reply
Angius
Angius6mo ago
* .NET Core is now (since version 5) just .NET * WPF and Winforms also work under .NET * Xamarin is also a framework for .NET Framework/.NET, not its own separate thing .NET Standard provides a set of common APIs between certain versions of .NET Framework and .NET, it was a stepping stone that let people slowly upgrade their projects, piecemeal, from Framework.