随笔分类 -  .NET

C# Framework
摘要:静态成员的动态封装类 dynamic dynamic = new StaticMemberDynamicWrapper(typeof(string)); // 动态调用静态方法 var r = dynamic.Concat("A", "B"); Console.WriteLine(r); if (r 阅读全文
posted @ 2021-01-20 20:26 wesson2019 阅读(126) 评论(0) 推荐(0)
摘要:标识位 byte BitArray 阅读全文
posted @ 2021-01-20 20:22 wesson2019 阅读(119) 评论(0) 推荐(0)
摘要:regedit 阅读全文
posted @ 2020-12-19 11:16 wesson2019 阅读(290) 评论(0) 推荐(0)
摘要:Environment 阅读全文
posted @ 2020-12-19 10:55 wesson2019 阅读(105) 评论(0) 推荐(0)
摘要:VMI 阅读全文
posted @ 2020-12-18 18:07 wesson2019 阅读(153) 评论(0) 推荐(0)
摘要:ImageHelper 阅读全文
posted @ 2020-12-18 18:02 wesson2019 阅读(163) 评论(0) 推荐(0)
摘要:roslyn编译器,放到bin里面去是为了支持asp.net应用的动态编译。如果不需要,可以通过nuget包删除下面两个包 Microsoft.CodeDom.Providers.DotNetCompilerPlatform Microsoft.Net.Compilers 阅读全文
posted @ 2020-12-17 10:13 wesson2019 阅读(874) 评论(0) 推荐(0)
摘要:CancellationToken Register 阅读全文
posted @ 2020-12-17 10:09 wesson2019 阅读(565) 评论(0) 推荐(0)
摘要:a.MyActionEvent += this.A_MyActionEvent; 类A的变量a作为发布者,拥有事件MyActionEvent,订阅B的方法A_MyActionEvent,变量b就会注入到a里。 如果订阅者b的生命周期短于发布者a的,必须注意取消订阅事件处理程序A_MyActionEv 阅读全文
posted @ 2020-12-01 14:52 wesson2019 阅读(155) 评论(0) 推荐(0)
摘要:Wix、VS2019 阅读全文
posted @ 2020-11-17 15:21 wesson2019 阅读(664) 评论(0) 推荐(0)
摘要:version、 阅读全文
posted @ 2020-11-10 18:09 wesson2019 阅读(138) 评论(0) 推荐(0)
摘要:mscoree, MarshalByRefObject 阅读全文
posted @ 2020-11-09 13:39 wesson2019 阅读(146) 评论(0) 推荐(0)
摘要:右键 文件 哈希校验 阅读全文
posted @ 2020-11-04 20:44 wesson2019 阅读(303) 评论(0) 推荐(0)
摘要:Enumerable、Queryable、List 阅读全文
posted @ 2020-10-21 16:37 wesson2019 阅读(392) 评论(0) 推荐(0)
摘要:Load、LoadFile、LoadFrom 阅读全文
posted @ 2020-10-16 18:00 wesson2019 阅读(597) 评论(0) 推荐(0)
摘要:P/Invoke 阅读全文
posted @ 2020-10-14 16:39 wesson2019 阅读(123) 评论(0) 推荐(0)
摘要:通信安全性、加密/解密 阅读全文
posted @ 2020-10-13 18:58 wesson2019 阅读(774) 评论(0) 推荐(0)
摘要:消息 中间件 阅读全文
posted @ 2020-10-13 17:59 wesson2019 阅读(141) 评论(0) 推荐(0)
摘要:MEF 通用框架 阅读全文
posted @ 2020-10-10 18:11 wesson2019 阅读(187) 评论(0) 推荐(0)
摘要:相等比较器 阅读全文
posted @ 2020-10-10 17:43 wesson2019 阅读(265) 评论(0) 推荐(0)