Language:
Edit-->Compile-->Running
Design-->Develop-->Deploy
宏观 :Start--------------------->Stop
微观:Begin-------------------->End|Done
Language is just one hand.The big scope is platform.
Language:C#
Platform:.Net Framework,Office,Sharepoint,Database and so on.
从文件的角度看:
第一步(build or compile time):Source file——编译——>obj file<——链接——>bin file<-------------产出executable file
第二步(run time):Start------------->Stop
源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 汇编程序 (assembler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)