Visual Studio

Overview

Visual Studio is a leading integrated development environment (IDE) used for writing and debugging code in many languages, including C#.

1. Sign In

A. Open Visual Studio and sign in in the upper right corner of the application.

Sign In
Sign In.PNG

B. Upon clicking sign in, you'll receive a popup asking for your credentials. Enter your student email, and on the following popup, log in using your student ID and password.

Microsoft Sign In
Microsoft Sign In.PNG

C. Now that you're logged in, click the circle in the corner representing your account, and click "Account Settings"

Account Settings
Account Settings.png

D. From here, click "Check for updated license" - this should extend your trial period to 90 days.

Check
Check.PNG

2. Turn on the display of line numbers

A. Click Tools | Options.

B. Within the Options window, navigate to Text Editor | All Languages in the left-hand pane.

C. Check the Line numbers checkbox in the right-hand pane.

Screenshot from Visual Studio, page 3

Line Numbers

3. Disable stepping over properties

This setting must also applied to NTC computers.

A. Click Tools | Options.

B. Within the Options window, navigate to Debugging in the left-hand pane.

C. Uncheck the Step over properties and operators (Managed only) checkbox in the right-hand pane.

Screenshot from Visual Studio, page 4

Disable Step Over Properties

4. Customize Visual Studio build settings

This setting must also applied to NTC computers.

A. Click Tools --> Options in the file menu.

B. Expand Project and Solutions in the left window.

C. Select Build and Run in the left window.

D. Click the drop-down for On Run, when projects are out of date and set it to Always build.

E. Click the drop-down for On Run, when build or deployment errors occur and set it to Do not launch.

Screenshot from Visual Studio, page 5

Build Settings

5. Disable Visual Tree

A. Click Tools --> Options in the file menu.

B. Expand Debugging in the left window.

C. If available, uncheck the box for "Show runtime tools in application". Note: If this does not appear as shown below, skip this step.

Screenshot from Visual Studio, page 6

Remove Visual Tree

6. Customize the Text Editor

A. Click Tools --> Options in the file menu.

B. Expand Text Editor in the left window.

C. Expand C# in the left window.

D. Select Advanced in the left window.

E. Check the box for Enable full solution analysis.

F. Check the box for Place 'System' directives first when sorting usings.

Advanced Settings
Advanced Settings.PNG

7. Submit Screenshots to Canvas

Submit the following screenshots directly to Canvas. Each screenshot must be readable, include enough surrounding context to verify the required evidence, and avoid unrelated or sensitive information.

  1. Account Settings after you have signed in and checked for an updated license.
  2. Text Editor | All Languages showing Line numbers enabled.
  3. Debugging options showing Step over properties and operators (Managed only) disabled.
  4. Projects and Solutions | Build and Run showing Always build and Do not launch.
  5. Text Editor | C# | Advanced showing Enable full solution analysis and Place 'System' directives first when sorting usings enabled.
  6. Conditional: If "Show runtime tools in application" is available on your system, include one additional screenshot showing that setting disabled.

Submit 5 required screenshots. Submit a 6th screenshot only when the conditional runtime-tools setting is available.

© 2026 Northcentral Technical College

Back to top