Getting Started Flashcards

1
Q

What is a Solution?

A

A container of one or more related projects

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

What is a Project?

A

A collection of files that make an application

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

How do you get to the Keyboard Shortcut guide?

A

Help > Keyboard Shortcut Reference

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

What version of Visual Studio do you have (October 2021)

A

Microsoft Visual Studio Professional 2019

Version 16.11.4
VisualStudio.16.Release/16.11.4+31727.386

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

What version of .NET do you have?

A

Microsoft .NET Framework

Version 4.8.03752

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

Before you run your code, it’s a good idea to _______ the ________

A

Build the Solution

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

What does Debug Mode do?

A

TBD

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

“Start Debugging” will…

A

Build and Start the application

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

A Breakpoint is useful because…

A

It enables you to observe what the app is doing at different steps of execution

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

The shortcut key to set a Breakpoint is…

A

F9

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

Ways to set a Breakpoint

A

Debug > Toggle Breakpoint OR F9

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

How to get Contextual Help?

A

F1 (while mouse is on a keyword)

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