摘要:
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 ... 阅读全文
摘要:
Q: How to change parameter values in configuration files dynamicallyIn the first section http://www.cnblogs.com/delexios/p/4933300.html, I mentioned 5... 阅读全文
摘要:
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... 阅读全文
摘要:
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 ... 阅读全文