Visual Studio 2012/2015

2

I'm doing a Technical IT Course, and I'm currently seeing and training programming, because of this I've installed Visual Studio (2012 and 2015) When I created a project in Visual Studio I installed a slight difference between it and what I use in the course!

In% of%, the symbol that appears in front of the project name (for example a Solution Explorer ) is a square with a form inside:

  

,inwhichofthecoursewhatappearsinsidethissquareisC#!

  

[

When I installed 2012 , at first I selected the language VB , but C# and not%

Could anyone help me with this?

    
asked by anonymous 13.11.2016 / 04:46

1 answer

3

Carol,

In Visual Studio, when we are going to create a new project we have the option to choose between C # (C Sharp) , VB (Visual Basic) , among others, so be careful in choosing the language when creating your project, a simple choice wrong way can totally change the way you build it.

See below for the languages available in visual studdio 2015.

NoticethatIhighlightedVisualC#,thisistheprojectyouhavetochoose,evenwithinthelanguagethereisthetypeofprojectthatcanrangefrom MVC , Windows forms , Web forms , among others.

See all this before you start your project.

    
13.11.2016 / 10:43