2-vsintro.ppt

Download Report

Transcript 2-vsintro.ppt

Programming Environment and
Tools

VS .Net 2015

First project

MSDN Library
1
VS .Net 2015




A Microsoft product
IDE (Integrated Development Environment)
Editor + Compiler + Debugger
A program which creates other
programs
2
How to start VS .Net 2015
VS 2015
3
Start page
Program window
VS .Net 2015
Creating a
new project
Projects that are
created before
4
Creating a new project
Programming
Language
Program
Type
Name of the
program
Directory in
which our
project will
be created
5
First program
6
References
References
7
Namespaces
Namespace
8
Brackets
Every opening breacket
Should have an ending one.
Kodlar
parantezlerin
arasına
yazılır
9
Class
Class
10
Main
Main
11
Coding
Main
Print to screen
“;” end of expression
Display date
Comments
12
Building the source
Build menu item
Hint:
You may build your program by pressing F6
13
Executing the program
“Run” menu item
Hint:
You may run your program by pressing the F5 key.
14
Program output
15
MSDN Library
16