Where's my road?

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理
  10 Posts :: 0 Stories :: 29 Comments :: 0 Trackbacks

公告


路在何方? - Blog

昵称:Lin
园龄:6年9个月
粉丝:0
关注:0

搜索

 
 

常用链接

最新评论

阅读排行榜

评论排行榜

推荐排行榜

2005年6月3日 #

摘要: 这个博客正式搬家到 http://www.cnblogs.com/chenglin 。 从现在开始不在更新了。阅读全文
posted @ 2005-06-03 10:37 Lin 阅读(275) 评论(0) 编辑

2005年5月23日 #

摘要: Visual studio is a powerful IDE for languages such as C#, C++.net, VB.net. However, because there are so many functions, it's a bit difficult for a developer to become familiar with visual studio....阅读全文
posted @ 2005-05-23 22:29 Lin 阅读(1240) 评论(4) 编辑

2005年5月16日 #

摘要: The System.EnterpriseServices namespace in .net let us create enterprise applications more easily. However, the transaction support would be disabled if the Distributed Transaction Coordinator service...阅读全文
posted @ 2005-05-16 11:03 Lin 阅读(1017) 评论(0) 编辑

2005年5月13日 #

摘要: If got a 1501 error when you try to start Event log service in windows operating system, there may be two reasons: event log files can not be found event log files are marks as read-only Event log fil...阅读全文
posted @ 2005-05-13 12:36 Lin 阅读(509) 评论(1) 编辑

2005年5月9日 #

摘要: I guess most of us may be confronted with a same issue: we can not see our assemblies displayed in Add Reference dialog box in Visual Studio .net. Generally, an assembly may be used by several solutio...阅读全文
posted @ 2005-05-09 10:36 Lin 阅读(1397) 评论(6) 编辑

2005年4月28日 #

摘要: When errors occur in a unit test by making use of NUnit, we may want to debug the program immediately to see where the error occured. But the problem is that it's difficult to enter visual studio&...阅读全文
posted @ 2005-04-28 17:13 Lin 阅读(1126) 评论(3) 编辑

2005年4月27日 #

摘要: For our source's security, an adminstrator of Microsoft Visual SourceSafe should do a backup daily or weekly at least. The backup process won't cost us a long time, but we prefer automatical b...阅读全文
posted @ 2005-04-27 10:23 Lin 阅读(2099) 评论(1) 编辑

2005年4月26日 #

摘要: In a project created by Visual Studio, a file called "AssemblyInfo.cs", which describes the assembly generated by the project, will be also automatically created. And it's very common th...阅读全文
posted @ 2005-04-26 13:24 Lin 阅读(2883) 评论(11) 编辑

摘要: Tips compiled primarily from Microsoft's Team Development Guide for SourceSafe.For Administrators Run Analyze & Repair on database once per week. Synchronize time between fc-devapp01 and works...阅读全文
posted @ 2005-04-26 11:28 Lin 阅读(648) 评论(1) 编辑

2005年4月23日 #

摘要: When developing a windows/console application using .Net, it is recommended to catch AppDomain.CurrentDomain.UnhandledException and Application.ThreadException. If there are some uncaught exceptions r...阅读全文
posted @ 2005-04-23 09:01 Lin 阅读(1404) 评论(2) 编辑