#StoneProfitsSystem


C# .Net Environment Setup

  • C# programming is very much based on C and C++ programming languages, so if you have a basic understanding of C or C++ programming, then it will be fun to learn C#.
  • Here we are using Visual Studio for running the C# .Net program.
  • Visual Studio is a rich, integrated development environment for creating stunning applications for Windows, Android, and iOS, as well as modern web applications and cloud services.
Here we go, How to install latest version of Visual studio product:

Step 1: Download the product.

Step 2: After downloading the product begin the installation setup. 

Step 3: After successful installation of visual studio. You will view panel "Integrated Development Environment" as shown in below image.

How to Run a Program in Visual Studio Editor :



After writing the program, Click on run button to compile and to run the program.

You will find any errors or warnings if exists at the bottom of the editor.


No comments:

Post a Comment