Category: C #, VS2015
Date Created: 2016-06-14
Textbook: Twelve-Five National Planning Textbook "C # Program design and Application Course" (3rd edition) One, the operation of supporting source program (version VS2015)
VS2015 version of the supporting source program in a solution contains all the textbook examples, exercises, computer exercises, integrated design of all the source program, run, you only need to expand the corresponding chapter node on the left, directly click on one of the items, you can see the results of the execution on the right side, Or, look at the results of the output in the popup window.
Second, the main points of this study
1. Organization of C # projects
(1) Master the basic knowledge of classes, namespaces, and C # programming.
(2) Master the method of VS2015 breakpoint setting and debugging.
(3) Understand the characteristics of C # language and its development process, compared with other languages and other content.
2. Console Application
(1) Master the basic input and output methods of the console application.
(2) Master the basic usage of formatted output.
(3) Grasp the string. The meaning and usage of the format and $ symbols.
3. WPF applications
(1) Understand and gradually familiarize yourself with the basic usage of the following layout controls in subsequent chapters.
Grid, StackPanel, DockPanel, Canvas
(2) Understand and gradually familiarize yourself with the basic usage of the following common controls in subsequent chapters.
TextBlock, Label, Button, TextBox, Password
GroupBox, CheckBox, RadioButton
ListBox, ComboBox
Image, MediaElement
"C #" 1.1 The 1th chapter of Learning Essentials