Skip to content
Nubgrammer
Menu
  • Home
  • Contact Me
Menu

About the Visual Studio Environment

Posted on October 14, 2017November 10, 2017 by Tyler Sells

TL;DR:

Get Visual Studio community edition here: https://www.visualstudio.com/.  It’s pretty cool.

About the IDE:

ASP.NET pretty much requires Visual Studio.  You can get it free from Microsoft (the community edition anyway, which is all I’ve ever used).  It’s a pretty self-explanatory installation, but you will eventually be prompted with a screen that asks you to select which add-ons you want.  Honestly, I didn’t pay this screen too much attention.  I just went through and selected the things I thought I might be remotely interested in some day.

As far as using the IDE goes, it’s pretty much like any of the other ones, at least on the surface.  You have a folder explorer (technically, it’s a “solution” explorer, but I’ll touch on that later), you have a code editor (obviously), you have a package manager, you can customize the skin, etc, etc.  It also supports git and shows you which files need to be committed and all that jazz.  However, I would suggest keeping to the git bash shell for your commits and other commands, because it can get really confusing if you mix them with the VS (Visual Studio, I’ll be referring to it that way from now on because it’s easier to type) GUI commands.

Visual Studio is pretty cool:

Where VS get’s interesting is how it compiles and runs your ASP.NET MVC code.  The short of it is that when you press Ctrl+F5, your application magically runs.  The long of it is that when you press Ctrl+F5, all of the required code files that are in what feels like a gazillion different languages get compiled into an instance of IIS Express (Internet Information Services) which immediately hosts your MVC app (Did I mention that ASP.NET MVC is used for creating web apps?) on a random port and then opens a browser window that takes you directly to your app page.

The Solution Explorer:

As far as the file explorer goes, it’s actually called the Solution Explorer, and for good reason.  Whenever you create a project in VS, you will have to go through a Wizard.  That’s ok.  This Wizard does a LOT for you.  Depending on the type of project you’re going to create, you’re going to have a lot of configuration files and scaffolded code that is going to help you greatly.  These files are created in a folder wherever you want BUT it also creates a .sln (solution) file that essentially holds meta data about your project that VS uses to put your project together.  It makes more sense when you dig in and start coding with it.

NuGet:

Finally, let’s talk about the package manager.  VS uses NuGet.  There are a ton of packages that you can download and install into your VS project that will do just about anything you can think of.  You can use the GUI in VS to install them or you can use a command line interface.  It puts all the files you need in the proper place.  It’s pretty nice.  You can also use it to automatically update your databases when things change.  I’ll cover that in a later post.

Wait, there’s more! But not today:

So I think that covers the highlights of the IDE that I think are important for people just starting out.  There are some other pretty cool features that I didn’t cover here, but I’ll give them a nod when the time comes.

Thanks for reading!  If you’ve got any questions, leave a comment or join the forums and lets talk about coding stuff because coding stuff is awesome.

Author: Tyler Sells

Github

Share this:

  • Click to share on X (Opens in new window) X
  • Click to share on Facebook (Opens in new window) Facebook
  • More
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to email a link to a friend (Opens in new window) Email
  • Click to share on Reddit (Opens in new window) Reddit

Like this:

Like Loading...

1 thought on “About the Visual Studio Environment”

  1. Samantha Craft says:
    October 14, 2017 at 1:33 am

    ❤

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Follow me on Twitter

My Tweets

Github Repos

vtsells (Tyler Sells)

Tyler Sells

vtsells
http://www.nubgrammer.com
Joined on Jun 21, 2017
9 Public Repositories
100DaysOfCode
embers
MultiSelect
MVC-Project-Start
nubgrammer.com
PermIT
Spray
vtsells.github.io
Wizard
0 Public Gists

Categories

  • #100DaysOfCode (4)
  • ASP.NET (7)
  • ASP.NET Core (1)
  • ASP.NET MVC (3)
  • CSS (4)
  • General (13)
  • JS (3)
  • LESS (2)
  • Snippets (4)
  • Tools (4)
  • Tutorials (9)

Recent Posts

  • Creating a Knockout.js project on Codepen
  • 100DaysOfCode Day 3 – A State of Mind
  • 100DaysOfCode Day 2 – The Building Blocks
  • 100DaysOfCode Day 1 (Sort of cheated already)
  • Committing to #100DaysOfCode
© 2025 Nubgrammer | Powered by Superbs Personal Blog theme
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT
%d

    Privacy Policy