.NET Flashcards
1
Q
What is .NET?
A
It is an ecosystem that holds all sorts of languages, runtimes, and libraries for building applications.
A runtime is a place where you can run those languages.
2
Q
What languages are in .NET?
A
C#, F#, and VB mainly
3
Q
What is the runtime for .NET? What does it do?
A
Common Language Runtime (CLR)
It allows a language to be run. It is core code that takes the languages commands and allows them to interact with the computers resources.
4
Q
What does the “dotnet new” command do?
A
It shows you all the different templates that can be created using dotnet new.