Just learned. NET one weeks, I feel this major is very difficult, I think my logical thinking ability is not good enough, many times are not reflected. But there is no way, since the choice of this profession, will certainly continue to persist.
In this one weeks of study, I still learned a lot of knowledge, such as:
A:crtl+k,c notes
B:crtl+k,u Canceling comments
C:ctrl+k,f Formatting Code
D:f5 or CTRL+F5 running the program
Of course, in addition to these, but also learned a lot of other:
such as: type: Reference type: Class: A:string,b: Array
Value type: structure: A:int b:double c:decimal D:char, etc.
Runtime: Source code-il-machine code-run (runtime)
Compile error (Runtime) 1: Logic error 2: Code exception
String: A collection of characters with two double quotation marks and their contents to indicate that the string is normally lit, string,string
Strings can be used with numeric types to perform a + operation, representing string concatenation, resulting in a string type.
String types can be converted to and from numeric types to int type, CONVERT.TOTNT32 ()
Other types can be converted to string types using ToString ().
And of course I learned a lot of loops: if () {
}else {}
For loop these ...
Beginner. NET Foundation