.NET 基础知识
摘要:.net程序基本编写、执行流程(c#) 1>编写c#代码,保存为.cs文件。 2>通过csc.exe程序来将.cs文件编译为.net程序集(.exe或.dll)。此时的exe或dll并不是机器码(cpu不可理解)。【>csc /out:c:\a.exe c:\program.cs】 C:\Windo
阅读全文
posted @ 2016-01-28 15:28
新浪微博:卖螃蟹的程序员
posted @ 2016-01-28 15:28
posted @ 2016-01-02 21:11