-11-07-2023 - New Public Notice regarding cancel/postpone the written exam dated 16/07/2023 for the post of Clerk (Advertisement No. 15/2022) (New Date of Exam 06/08/2023) !!NEW!!

Visual Studio Tutorial

1. Welcome to the Visual Studio IDE ?

An integrated development environment (IDE) is a feature-rich program that supports many aspects of software development. The Visual Studio IDE is a creative launching pad that you can use to edit, debug, and build code, and then publish an app. Over and above the standard editor and debugger that most IDEs provide, Visual Studio includes compilers, code completion tools, graphical designers, and many more features to enhance the software development process.

The preceding image shows Visual Studio with an open project that shows key windows and their functionality:

In Solution Explorer, at upper right, you can view, navigate, and manage your code files. Solution Explorer can help organize your code by grouping the files into solutions and projects.

The central editor window, where you’ll probably spend most of your time, displays file contents. In the editor window, you can edit code or design a user interface such as a window with buttons and text boxes.

In Git Changes at lower right, you can track work items and share code with others by using version control technologies like Git and GitHub

2. Editions And Popular productivity features

Visual Studio is available for Windows and Mac. Visual Studio for Mac has many of the same features as Visual Studio for Windows, and is optimized for developing cross-platform and mobile apps. This article focuses on the Windows version of Visual Studio.

  • Squiggles and Quick Actions
  • Code Cleanup
  • Refactoring
  • IntelliSense
  • Visual Studio search
  • Live Share
  • Call Hierarchy
  • CodeLens
Visual Studio Install Steps:-

Install Visual Studio Code:

Go to https://code.visualstudio.com/
Downloaded the latest version.
Run VS Code.

It should recommend installing Git. We should Skip this part for now.

  • Squiggles and Quick Actions
  • Code Cleanup
  • Refactoring
  • IntelliSense
  • Visual Studio search
  • Live Share
  • Call Hierarchy
  • CodeLens
Install Visual Studio Code:
  • Code runner
  • Code Cleanup
  • Refactoring
  • IntelliSense
  • Visual Studio search
  • Live Share
  • Call Hierarchy
  • CodeLens