12 2005 档案

ilmerge合并多个组件(更新)
摘要:年初的一篇文章中提到过一下: http://margiex.cnblogs.com/archive/2005/01/31/100104.html 现在已经支持.net 2.0的版本了. 最近由于开发一个客户端程序用到多个DLL, 因此考虑使用ILMERGE来合并成一个, 这两天试了一下. 一个简单的示例如下: ilmerge /ndebug /target:exe /targetplatform:... 阅读全文

posted @ 2005-12-22 10:34 margiex 阅读(5174) 评论(3) 推荐(0)

a good rss for event viewer
摘要:ref:http://www.codeproject.com/aspnet/EventLogRss.asp 阅读全文

posted @ 2005-12-22 00:26 margiex 阅读(194) 评论(0) 推荐(0)

.net web service and http proxy FAQ
摘要:示例代码如下:WebProxy proxy = new WebProxy("XXX.XXX.XXX.XXx", port); proxy.Credentials = new NetworkCredential("user", "pass", "domain"); //如果是域用户认证,则可以直接用:CredentialCaches.Defau... 阅读全文

posted @ 2005-12-20 21:05 margiex 阅读(518) 评论(0) 推荐(0)

连载版本控制(4)- 翻译
摘要:译(只是路过) Chapter 4: Repositories 第四章:配置库 This is part of an online book called Source Control HOWTO, a best practices guide on source control, version control, and configuration management. 这是一篇名... 阅读全文

posted @ 2005-12-17 11:22 margiex 阅读(935) 评论(0) 推荐(0)

move vs2k3 to vs2k5
摘要:0. backup all your projects and code first;1. use project auto convertion;2. if possible, update the reference component to vs2k5 release version;3. before converting, remove the readonly property fro... 阅读全文

posted @ 2005-12-10 16:05 margiex 阅读(292) 评论(0) 推荐(0)