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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What languages are in .NET?

A

C#, F#, and VB mainly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the “dotnet new” command do?

A

It shows you all the different templates that can be created using dotnet new.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly