Download presentation
Presentation is loading. Please wait.
Published byRebecca Morton Modified over 9 years ago
1
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library
2
2 VS.Net 2012 A Microsoft product IDE (Integrated Development Environment) Editor + Compiler + Debugger A program which creates other programs
3
3 How to start Visual Studio Visual Studio
4
4 Program window Projects that are created before Creating a new project Start page
5
5 Creating a new project Programming Language Program Type Name of the program Directory in which our project will be created
6
6 First program
7
7 References
8
8 Namespaces Namespace
9
9 Brackets Every opening breacket Should have an ending one. Write codes between these brackets
10
10 Class
11
11 Main
12
12 Coding Main Print to screen Display date “;” end of expression Comments
13
13 Building the source Hint: You may build your program by pressing F6 Build menu item
14
14 Executing the program Hint: You may run your program by pressing the F5 key. “Run” menu item
15
15 Program output
16
16 MSDN Library
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.