Environment Setup


How to write C# code?

You can write C# code in any text editor (Ex: Notepad, Notepad++, VS Code etc). But to compile the code you need to install .NET framework in your machine. Visual Studio is the IDE(Integrated Development Environment) which is one stop for all .NET applications.


How to download and install Visual Studio?

  • You can simply do a google search "Download Visual Studio".
  • Go to microsoft website from there. Example: Visual Studio Download Link 1 or Visual Studio Download Link 2
  • Download the Community edition, as it is free.
  • This will download a vs_community.exe file.
  • Then continue with the installation. 
  • After that select ".NET desktop development" and "ASP.NET and web development". You can select other templates also. Then install. This will download all the files and it will take time based on your internet speed.
  • Once, installation is done, you will be asked to reboot the PC. So, reboot and open visual studio.

  • Let's start using the environment.

Comments

Popular posts from this blog

C# Tutorial