- 博客(6)
- 收藏
- 关注
转载 How to set up Dynamics CRM 2011 development environment
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 up a development environment for Visual Studi...
2016-01-21 15:56:00
142
转载 使用 ConfigSource 特性 拆分 Web.config 文件
一个大项目里可能会有非常多个配置参数,有.Net自己支持的配置(比如WCF,AppSettings),还有一部分是自定义的配置(比如继承自ConfigurationSection和ConfigurationElement的配置类),当然还有一部分是第三方类库的配置(其实也是自定义的配置,比如AOP框架Unity),当这些配置变得越来越多的时候,维护起来变得相当困难,特别是config文件...
2015-11-10 11:59:00
291
转载 DbContext 中的 Explicit interface implementation
疑惑前段时间一直再用Entity Framework 6,写了一些公用的方法,在这个过程中发现了DbContext实现的接口IObjectContextAdapter,可以通过这个接口访问到更底层的ObjectContext对象,比如((IObjectContextAdapter)ctx).ObjectContext当时就觉得很奇怪,为什么不能直接获取,而需要一次转换...
2015-11-09 17:07:00
134
转载 Deploy .Net project automatically with MsBuild and MsDeploy (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 questions regarding auto-deployment in my ...
2015-11-09 12:56:00
148
转载 Deploy .Net project automatically with MsBuild and MsDeploy (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 Build and MS Deploy instruction came from ...
2015-11-03 18:04:00
96
转载 Three ways to throw exception in C#. Which is your preference?
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 original exception 使用throw关键字抛出捕...
2015-11-02 18:45:00
152
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人