
C#
文章平均质量分 84
dingxy
保持微笑,保持平和的心,
做好计划,身体力行,不空想,
想好就做,不犹豫,
凡事都有得失,平淡对待
尽量关心朋友和亲人,不疏远,不孤立
过好每个周末
计划每年的假期和旅游计划
展开
-
c# 反射的用法
c# 反射的用法原创 2011-05-23 12:02:00 · 507 阅读 · 0 评论 -
Visual Studio - Installer
http://arcanecode.com/2007/05/23/windows-services-in-c-adding-the-installer-part-3/http://candordeveloper.com/2012/12/28/simple-installer-for-windows-service-using-visual-studio-2012/原创 2014-06-27 10:48:07 · 762 阅读 · 0 评论 -
Quartz.net 入门 总结
1.什么是Quartz?http://quartznet.sourceforge.net/faq.htmlhttp://quartznet.sourceforge.net/tutorial/lesson_1.htmlQuartz is a job scheduling system that can be integrated with, or used alo原创 2013-11-08 15:57:42 · 2051 阅读 · 0 评论 -
SSIS basic knowledge - logging, script task & file existence checking
Task to do : 0.Check the presence of the flat file,if file does exist, go on to 2, or go the end by wring log to physical log file1. Read a flat file and bulk insert into to temp table for furthe原创 2013-08-21 14:47:38 · 2567 阅读 · 0 评论 -
Create CLR(Command Language Runtime) procedure and Deployment
Need to check file existence in T-SQL scripts. DBA suggested not using xp_fileExist , example as below : declare @FileOK INTexec xp_fileExist 'D:\TmsCallUpdate\TmsCallUpdate.csv',@FileOK OUTPUT原创 2013-08-20 17:11:14 · 838 阅读 · 0 评论 -
VS2010 -- Create Web Service
reference : http://sarangasl.blogspot.sg/2010/09/create-simple-web-service-in-visual.html 1. Right click on the Solution, and Add "New Project" as below : 2. Edit code "Service1.asmx", an原创 2013-07-15 17:49:39 · 732 阅读 · 0 评论 -
Visual Studio 2010 Skills
1.Is there a Visual Studio keyboard shortcut to rename a file in Solution Explorer? Depends on your settings profile:In the C# profile, F2 does this.you can assign a shortcut to any key:To原创 2013-05-15 10:31:25 · 678 阅读 · 0 评论 -
How to select different app.config for several build configurations
1. How to select different app.config for several build configurationshttp://stackoverflow.com/questions/8082662/how-to-select-different-app-config-for-several-build-configurations?rq=1You can try转载 2013-05-22 14:16:11 · 823 阅读 · 0 评论 -
Creating Windows Services in C# --Windows7
reference : http://msdn.microsoft.com/en-us/zt39148a.aspx 1.In a solution, right click the solution and choose "add new project" ; add a "Windows Service" as below, name it as "MyWinService"原创 2013-05-22 11:35:38 · 821 阅读 · 0 评论 -
C# 布局容器类
C# 布局转载 2011-05-29 11:51:00 · 6254 阅读 · 0 评论 -
C#编程的一般注意事项
C# 命名原则转载 2011-05-29 11:07:00 · 1487 阅读 · 0 评论 -
C#中的Reflection
C#中的Reflection原创 2011-05-23 11:57:00 · 736 阅读 · 0 评论 -
C# 反射入门知识(转)lei_captain
C# 反射入门知识(转)lei_captain转载 2011-05-23 11:54:00 · 489 阅读 · 0 评论 -
Managed Code and unmanaged Code
Managed Code and unmanaged Code转载 2011-05-23 10:59:00 · 850 阅读 · 0 评论 -
.Net的一些术语(学习摘录)
.Net的一些术语(学习摘录)转载 2011-05-23 10:29:00 · 516 阅读 · 0 评论 -
什么是 CLR
什么是 CLR转载 2011-05-23 10:23:00 · 880 阅读 · 0 评论 -
Data Binding
Data Binding原创 2011-05-23 10:08:00 · 586 阅读 · 0 评论 -
MessageQueue - C#
//From Windows Service, //To send Message to MQ MessageQueue messageQueue2 = null; MessageQueueTransaction queueTransaction = new MessageQueueTransaction();原创 2015-04-15 18:04:41 · 2835 阅读 · 0 评论