Getting Started Flashcards
What is a Solution?
A container of one or more related projects
What is a Project?
A collection of files that make an application
How do you get to the Keyboard Shortcut guide?
Help > Keyboard Shortcut Reference
What version of Visual Studio do you have (October 2021)
Microsoft Visual Studio Professional 2019
Version 16.11.4
VisualStudio.16.Release/16.11.4+31727.386
What version of .NET do you have?
Microsoft .NET Framework
Version 4.8.03752
Before you run your code, it’s a good idea to _______ the ________
Build the Solution
What does Debug Mode do?
TBD
“Start Debugging” will…
Build and Start the application
A Breakpoint is useful because…
It enables you to observe what the app is doing at different steps of execution
The shortcut key to set a Breakpoint is…
F9
Ways to set a Breakpoint
Debug > Toggle Breakpoint OR F9
How to get Contextual Help?
F1 (while mouse is on a keyword)