.Net Framework
文章平均质量分 71
dingxy
保持微笑,保持平和的心,
做好计划,身体力行,不空想,
想好就做,不犹豫,
凡事都有得失,平淡对待
尽量关心朋友和亲人,不疏远,不孤立
过好每个周末
计划每年的假期和旅游计划
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Data Binding
Data Binding原创 2011-05-23 10:08:00 · 638 阅读 · 0 评论 -
什么是 CLR
什么是 CLR转载 2011-05-23 10:23:00 · 942 阅读 · 0 评论 -
.Net的一些术语(学习摘录)
.Net的一些术语(学习摘录)转载 2011-05-23 10:29:00 · 583 阅读 · 0 评论 -
Managed Code and unmanaged Code
Managed Code and unmanaged Code转载 2011-05-23 10:59:00 · 911 阅读 · 0 评论 -
C# 反射入门知识(转)lei_captain
C# 反射入门知识(转)lei_captain转载 2011-05-23 11:54:00 · 542 阅读 · 0 评论 -
C#中的Reflection
C#中的Reflection原创 2011-05-23 11:57:00 · 789 阅读 · 0 评论 -
c# 反射的用法
c# 反射的用法原创 2011-05-23 12:02:00 · 543 阅读 · 0 评论 -
Visual Studio 2010 Shortcuts
from http://www.shortcutworld.com/en/win/Visual-Studio_2010.html Table of Contents: Manage Visual StudioBookmarksCode EditorCodingBuild and DebugTool Windows 1. Manage Visual Studio转载 2013-05-15 10:33:45 · 1012 阅读 · 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 · 729 阅读 · 0 评论 -
Microsoft SQL Server Management Studio -- Restore database in a difference server
Reference : http://msdn.microsoft.com/en-us/library/ms177429.aspx http://msdn.microsoft.com/en-us/library/aa337562.aspx 1.Go to the source database server, back up the database, save the backup fi原创 2013-05-31 17:03:40 · 1156 阅读 · 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 · 777 阅读 · 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 file 1. Read a flat file and bulk insert into to temp table for furthe原创 2013-08-21 14:47:38 · 2847 阅读 · 0 评论 -
Windows Event Viewer understanding
Here is the information on Watson Buckets Exe File Name Exe File assembly version number Exe File Stamp Exe file full assembly name Faulting assembly version Faulting assembly timestamp Fau原创 2013-11-15 12:08:52 · 1445 阅读 · 0 评论 -
Install multiple instancesa of .Net Window Service
reference : http://www.codeproject.com/Articles/21320/Multiple-Instance-NET-Windows-Service 1. change the product version (ProductCode will be changed accordingly) 2.Change the installer原创 2013-12-27 14:13:15 · 742 阅读 · 0 评论
分享