随笔分类 -  .net framework

关于Log 的一些东西
摘要:关于LOG,思考一下就个问题:1. 为何有Log2. Log要如何准确,明白的,分类别的记录。3. 如何保证Log信息的安全下面是StackOverflow 一些信息,记录有待整理1. 关于Log的一些建议。I'm basing my response on the excellent respon... 阅读全文

posted @ 2015-07-16 11:06 一篑 阅读(174) 评论(0) 推荐(0)

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

posted @ 2015-06-30 17:12 一篑 阅读(1426) 评论(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 一篑 阅读(430) 评论(0) 推荐(0)

导航