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:
 Explore the Visual Studio Community 2015 interface;
 Use the basic methods in creating a console program using
Visual C#; and
 Create, build, and execute a “Hello World” program using
Visual C#.
Topics:

01 Getting Started with


Visual Studio 02 The Visual Studio User
Interface

03Creating 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.
t
01
in
Get ith g s ta r t ed
w d i o
ua l S t u
Vis
Introduction

is u a l S tu d io is a suite of
V
s c re a te d b y Microsoft
applicatio n us
e cia li z e s in creating vario
that sp
uch as console
applications s
Windows
applications, o w s services,
o n s , W in d
applicati ns ,
in d o w s m o bile applicatio
W SP.
P .N E T a p p li cations, and A
AS
ices
NET web serv
Visual Studio includes these
various development tools:
01 Cross-platform for
mobile application in C#
with Xamarin
02 HTML/JavaScript with
Apache

03 Cross-platform for
mobile games in C# with
Unity
04 Universal Windows apps
for any Windows 10
devices
To launch Visual Studio and create a
1.
new project follow these steps:
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.
he Vi
02
su a l S tu di o
T e r fac e
Int
1
2

4
5
8

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

2. Menu Bar
- Is a navigation utility to be used for interacting with
Visual Studio.
3. Toolbox
-has a set of tools or controls such as buttons, labels,
texts, and the like.

4. Design/Form
Window
-is where the design of the program’s interface is done.
5. Solution
Explorer
- Is a panel that shows the files of your project

6. Properties
W indow
- 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.
7. Output 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.

8. Text Editor
- is where programmers write the code
C r
03
e at in
j e
g
ct
N
i
e
n
w
Pro tudio
u a l S
Vis
04
s/ L ear
Task tivities
nin g
Ac
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