Computer Setup

Before we get started, we need to install Visual Studio on our computers. I put together this guide which walks you through downloading and installing Visual Studio. The process will likely take close to an hour. If you get stuck at any point, feel free to either call me at (732) 290-5703 or email me at info@lakewoodprogramming.com.

Note: for those with filters, it is strongly advisable to disable your filter while installing Visual Studio.

To get started, click the link below to go to Microsoft's website where you can download Visual Studio:

https://visualstudio.microsoft.com/vs/community/

Once there, hover over the Download Visual Studio button and click Community 2022:

This will start a short download of the Visual Studio Installer. Click on the top right downloads icon, and click on the VisualStudioSetup when it's done:

Once that's done, launch the installer by clicking on it, at which point you might see this familiar dialog. Click "Run" to start it:

This will start the Visual Studio installer, go ahead and click "Continue":

The installer should then kick off and will look like this:

Once that's done, you'll see a screen that looks like the one below. Make sure to check off the options as shown here (".NET desktop development" and "ASP.NET and web development"):

Then, on the bottom right, click the "Install" button:

Now go make yourself a sandwhich and sit tight. This next step takes quite a while during which your screen will look something like this:

Ok, once it's done (how was that sandwhich by the way? Don't forget to bentch!) you should be greeted with the following screen. Click the "Skip this for now." link:

Once that's done, you should see the following dialog. Choose "Visual C#" for Development Settings, and feel free to choose whichever color theme you want (it can always be changed later) and then click Start Visual Studio:

This will bring up this screen (the colors might be different), click on "Continue without code"

This will finally start Visual Studio at which point you should see the following screen (again, colors might be different):

In the menu bar on top, click the Tools menu and select Options:

In the dialog that comes up, on the left hand side, scroll down till you see "Text Editor" and click that. Then, on the right side, scroll down and uncheck the options "Highlight current line" and "Show structure guide lines":

Then, on the left hand side, expand "Text Editor" and then expand "All Languages" and select "CodeLens". Then, on the right side, uncheck "Enable CodeLens":

Then, on the left hand side, scroll down till you see "IntelliCode". Then, uncheck everything except "C# suggestions" and "Promote likely items in IntelliSense completion lists".

Congratulations, you've successfully installed Visual Studio!

Back to list