06 2015 档案

在C#中用@ 定义和默认标识符同名的变量名
摘要:我们可以用@去起一个和C#内置标志符同名的表示符。比如string @string = "string";Console.WriteLine(@string);string @test = "test";Console.WriteLine(test);string _test1 = "test1";... 阅读全文

posted @ 2015-06-30 17:12 一篑 阅读(1421) 评论(0) 推荐(0)

AppDomian
摘要:在几个项目中都有看到这个东西,也零零碎碎读过各种介绍,其实都没有一个很好的概念。StackOverflow 上面有一个解释挺好。记录一下。Q:What is the most important use of AppDomains in C#?A:Thesingle most importantus... 阅读全文

posted @ 2015-06-26 11:10 一篑 阅读(424) 评论(0) 推荐(0)

导航