摘要: Recently I have been starting to learn Microsoft Dynamics CRM 2011 about implement plugin and workflow with SDK. The first thing I face is how to set ... 阅读全文
posted @ 2016-01-21 15:56 Delexios 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 一个大项目里可能会有非常多个配置参数,有.Net自己支持的配置(比如WCF,AppSettings),还有一部分是自定义的配置(比如继承自ConfigurationSection和ConfigurationElement的配置类),当然还有一部分是第三方类库的配置(其实也是自定义的配置,比如AOP框... 阅读全文
posted @ 2015-11-10 11:59 Delexios 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 疑惑前段时间一直再用Entity Framework 6,写了一些公用的方法,在这个过程中发现了DbContext实现的接口IObjectContextAdapter,可以通过这个接口访问到更底层的ObjectContext对象,比如((IObjectContextAdapter)ctx).Obje... 阅读全文
posted @ 2015-11-09 17:07 Delexios 阅读(541) 评论(0) 推荐(1) 编辑
摘要: Q: How to change parameter values in configuration files dynamicallyIn the first section http://www.cnblogs.com/delexios/p/4933300.html, I mentioned 5... 阅读全文
posted @ 2015-11-09 12:56 Delexios 阅读(267) 评论(0) 推荐(0) 编辑
摘要: I will use a example of my project to show how to use MS Build and MS Deploy in a real project and situation.First of all, I should put the URLs of MS... 阅读全文
posted @ 2015-11-03 18:04 Delexios 阅读(210) 评论(0) 推荐(0) 编辑
摘要: There are three ways to 'throw' a exception in C# C#中有三种抛出异常的方式Use the throw keyword without an identifier 直接使用throw关键字Use the throw keyword with the ... 阅读全文
posted @ 2015-11-02 18:45 Delexios 阅读(240) 评论(0) 推荐(0) 编辑