Share to 0 Foundation, dedicated. NET development direction of children's shoes a learning material.
Introduction: 0 Basic Introduction, covering the main C # Programming Grammar Foundation, language refining, direct hit knowledge points, the teaching method is gradual, cobwebs, the knowledge system more systematic, more understandable! With knowledge points as the main line to organize courses, with a large number of examples to consolidate knowledge points of learning, and finally use the basic knowledge points to write a relatively simple comprehensive staff information management system, consolidate the main basic knowledge. The main contents are variable, data type, operator, accept user input, type conversion, escape character, if structure, switch structure, while loop, do While loop, for loop, exception and debug, function of continue keyword, array, method, structure.
1. Section 1th-helloworld
Basic components of C # programs, output statements, etc.
2. Section 2nd-Variables
Concepts of variables, methods of definition and considerations for their use
3. Section 3rd-Data type
Meanings of data types, English representations of commonly used data types and their uses
4. Section 4th-Swap variables
Common ideas for exchanging values of two variables, consolidating variables and using data types
5. Section 5th-Operators
The use of arithmetic operators, relational operators, logical operators, ternary operators, and other commonly used operators and considerations
6. Section 6th-Receiving user input
Explain how to receive input from users and their considerations
7.7th-Implicit type conversions and forced type conversions
What are implicit type conversions and coercion type conversions, and when such conversions occur
8. Section 8th-Escape character
The meanings of commonly used escape characters and their uses
9.9th section-IF selection structure
Basic syntax of if structure and its considerations
10. Section 10th-if Exercises
Do you have a room? Do you have a car? Are there? Let's go, Civil affairs Bureau.
11.11th Section-switch structure
The basic usage of switch multi-conditional fixed value judgment and how to convert the interval class problem into fixed value
12.12th Section-while Cycle
The basic format of the while loop structure and its usage considerations
13. Section 13th-while Exercises
The practice of While loop, the use of break
14.14th Section-do while loop
The difference between a Do While loop and a while loop
15. Section 15th-Exceptions and Debugs
How do I catch an exception? Common methods for debugging.
16.16th Section-for Cycle
Basic usage of For loop and its running process demo
17. Section 17th-continue Keywords
For loop nesting use, the role of the Continue keyword
18. Section 18th-Arrays
Common ways to declare arrays, how to iterate over arrays, how to assign values to arrays, and considerations for using arrays
19. Section 19th-array exercises
Practice calculating array maximums, minimums, averages, sums, string joins, and more to solidify the basic operation of the array
20. Section 20th-Methods
Concepts, definitions, methods of method invocation considerations
21. Section 21st-Programming specifications
Methods of Practice, C # variables defined by the specification, comments of three ways
22. Section 22nd-Method exercises
Don't tell me these exercises, you can knock yourself out.
23. Section 23rd-Scope of variables
What is a local variable, what is the scope of the local variable, and how can each method access the same variable?
24. Section 24th-method returns multiple values
Title: How do I get a method to return multiple values at the same time? (The use of the Out keyword and its considerations)
25. Section 25th-Structure
What is a structure? What are the advantages of structures compared to ordinary variables? How do I define and use structures?
26.26th-Comprehensive Case _ Personnel management system
Consolidate the previous study through this comprehensive case.
Study Address: http://edu.51cto.com/course/course_id-5721.html?
. NET software development (full range) of the C # language Foundation