Chapter 2: Drilling Into Data Flashcards

1
Q

ASP.NET Core Web Application

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

.NET Core Framework

A

an application template

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

Web Application

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

dotnet new razor

A

will create a project in a command prompt when cd in project directory

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

F5

A

keyboard shortcut to run project without a debugger attached. Can also go to debug menu and select start without debugging. Will start web server and web browser

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

Port

A

as in https://localhost:44372 the port would be 44372

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

Bootstrap

A

provides menu behaviors

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

Razor pages

A

live in the /pages folder

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