Day 17 : Visual studio installation
In this blog we are going to learn the visual studio installation steps.
Visual Studio :
- Microsoft visual studio is an integrated development environment (IDE) from Microsoft. An IDE normally consists of at least a source code editor, build automation tools and a debugger.
- Visual studio includes code editor supporting intellisense, debugger having machine-level and source-level.
- Visual studio supports 36 different programming languages. Some built-int languages are C, C++, HTML, CSS, XML, C# etc.
- Their are 3 editions of visual studio :
- Community : It is free and fully-featured.
- Professional : It is expensive.
- Enterprise : It is rich and expensive.
Steps to install visual studio :
1) Click here for downloading Visual studio :
2) Now install the downloaded file :
3) Select the component you want to install :
4) Check the installation done correctly or not :
2) Configure new project and name the project.
3) Run a simple program.
Similarly you can try another program. For more understanding watch below video :
Thank You!!!
Comments
Post a Comment