1. csc.exe 可编译 csfile,生成exe或dll文件,称为assembly
2. C#倾向Pascal命名类 例如FileConfig, HttpSetting,变量以camel命名,例如config,httpSetting
3. @+关键字可以使用为identifiers
4. C#开头字符可为任意letter或者_
5. Common Intermediate Language: Compiler把C#编译成CIL,在runtime(VES),把CIL编译成machine code
6. ildasm可以查看CIL ildasm HelloWorld.exe, 除非有混淆器。常见的decompiler dotpeek, reflector, ILSpy
No comments:
Post a Comment