You are on page 1of 20

Discovering the Visual Studio

Integrated Development Environment


LESSON 3
Lesson Objectives:

In this lesson, you should be able to:


Topics:

01 Getting Started with


Visual Studio 02 The Visual Studio User
Interface

03 Creating a New Project


Using Visual C# 04 Learning
Activities/Tasks
Introduction:
There are a lot of applications, and
each varies in their functions.
There are productivity tools that
will allow you to create and
modify office documents. In
programming, there are procedural
and object-oriented programming.

Procedural programming uses a


list of instructions contained in a
procedure or subroutine.
Introduction:
Object-oriented on the other hand
uses objects to carry out the
problem.

Visual C# is an example of an
object-oriented programming
language. It is one of the
application in the Visual Studio
suite which was designed to give
programmers a compelling
development environment for the
Windows and .Net platforms.
Introduction
Visual Studio includes these various development tools:

Cross-platform for HTML/JavaScript with


01 mobile application in
C# with Xamarin
02 Apache

Cross-platform for Universal Windows


03 mobile games in C#
with Unity
04 apps for any Windows
10 devices
To launch Visual Studio and create a new project follow these steps:
1. In the Start button, select All Apps.
2. Look for Visual Studio (version available) user
interface will appear.
3. To create a new project, click the File menu
and then choose New Project. The new
project dialog box will appear.
4. Select the programming language to use and
type of program to create.
5. Provide the file name and the location where
the solution files will be saved.
6. Click Ok.
1
2

4
5
8

7
- Is where the name of the application and the
name of the program are written.

- Is a navigation utility to be used for interacting


with Visual Studio.
-has a set of tools or controls such as buttons,
labels, texts, and the like.

-is where the design of the program’s interface is


done.
- Is a panel that shows the files of your project

- Is used to display the properties of a particular


selected item in either solution explorer such as a
file or a control in the design window.
- is mainly used to observe build progression
during project compilation. It is important to keep
an eye on this panel while building, as several
useful information such as warning, function,
deprecation, or compile errors will show up in this
area.

- is where programmers write the code


Thank You!
References/Sources:

❑ D-Whiz in ICT Skills Development (Software


Development Using Visual Basic Studio Application)
Innovative Training Works, New Edition - Grade 10, Rex
Book Store
❑ D-Whiz Teacher’s Resource Material, New Edition
❑ Visual Studio Suite
❑ Images/photos used in this presentation were retrieved
from google.com

You might also like