Tools and IDE required for C# Progam

 Tools Required for C# (C Sharp) Programming


We will discuss the tools required for creating C# programming. C# is part of .Net framework and is used for writing .Net applications either of Console Application, Window Application or Web Applications.The available tools for running a C# program in .Net framework are mentioned in below

Microsoft provides the below IDE or tools for C# −

    1. Visual Studio Community (Most of the students use this for learning purpose)
    2. Visual Studio Professional (Small organisation works with minimum feature which available in this edition)
    3. Visual Web Enterprise (Most expensive edition of Visual Studio which contains all the existing features which are available in Visual Studio)
Below is the Visual Studio 2017 IDE: -




In the above image, There are 3 sections available :-

Recent 

        In this section user will be able to see the recently created Project list. From this link user can open the existing Project directly.

Open

        In the open section user will be able to open Project, Console application or Website which are already created in the system. He/She can browse and choose them to open.

New project

        In this section user will have options to create new Project, Asp.Net applications, Web applications and so on.

We will discuss all in details in further in very simple way.

No comments:

Post a Comment

If you have any doubt please let me know..