2017年4月3日

摘要: Let us pick up from where we left in the previous post and implement two way relaying through which we can get the response back from the listener. ht 阅读全文
posted @ 2017-04-03 14:13 Tencent/Tim 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Continuing our previous post https://nishantrana.me/2017/03/22/configure-dynamics-365-and-azure-service-bus-integration-through-queue-and-queueclient/ 阅读全文
posted @ 2017-04-03 14:12 Tencent/Tim 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 转发一篇国外大神的博客,对于执行一些后台任务还是挺有用的。 原文地址:https://nishantrana.me/2017/03/22/configure-dynamics-365-and-azure-service-bus-integration-through-queue-and-queuec 阅读全文
posted @ 2017-04-03 14:10 Tencent/Tim 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Configuring Data Export Service in Microsoft Dynamics 365 Data Export Service is an add-on that allows replicating CRM Online Data to Azure SQL Databa 阅读全文
posted @ 2017-04-03 14:08 Tencent/Tim 阅读(1245) 评论(0) 推荐(0) 编辑
摘要: Dynamics CRM 远程调试插件或工作流 阅读全文
posted @ 2017-04-03 14:01 Tencent/Tim 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 在启用数据加密功能时,大家可能会碰到以下错误界面 Dynamics CRM 2016 Dynamics 365 如图所示,此功能需要启用HTTPS协议,需要配置IIS支持HTTPS协议才行。 阅读全文
posted @ 2017-04-03 13:58 Tencent/Tim 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 百度百科逆变的概念,再来练下对逆变的理解。 在下面的示例代码中,定义三个委托方法,一个普通方法 委托方法的签名参数继承于Human,普通方法的参数是父类。 因此,在调用委托时,可把子类转换为父类。 这样可以使我们的普通方法更具通用性。 using System; namespace ConsoleA 阅读全文
posted @ 2017-04-03 13:48 Tencent/Tim 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 微软msdn对协变和逆变的定义如下: 将方法签名与委托类型匹配时,协变和逆变为您提供了一定程度的灵活性。协变允许方法具有的派生返回类型比委托中定义的更多。逆变允许方法具有的派生参数类型比委托类型中的更少。 用代码来理解下 using System; namespace ConsoleApp1 { c 阅读全文
posted @ 2017-04-03 13:46 Tencent/Tim 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 泛型委托的应用示例,匿名函数,lambda表达式 阅读全文
posted @ 2017-04-03 13:43 Tencent/Tim 阅读(436) 评论(0) 推荐(0) 编辑

导航