Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Well, in general, T-shirts have problems with naming, yes.
.NET is the generic name for the entire ecosystem, which includes all virtual machine implementations, all languages, and all compilers.
.NET Framework, .NET Core, .NET 5.6, Mono are virtual machine and standard library implementations. The virtual machine executes code in an intermediate language.
.NET standard - specification for the
CIL standard library, MSIL - The name of the .NET intermediate language (yes, the same thing is called by the same name)
ADO.NET, ASP.NET and so on are either parts of the standard library or parts of the framework. (for example, aspnetcore is not included in .netstandard, but it comes with .NET 5).
Roslyn and csc - C# compiler
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question