2004年2月6日

用C#修改Windows 2000用户密码

摘要: // Programming in C# using System; using System.DirectoryServices; public class MyChangePasswordExample { public static void Main(string[] args) { DirectoryEntry myDirectoryEntry; myDirectoryEntr... 阅读全文

posted @ 2004-02-06 14:06 coollzh 阅读(700) 评论(0) 推荐(0) 编辑

2004年2月4日

微软原中国公司总裁唐骏即将出任盛大总裁

摘要: 新浪科技讯2004年2月3日,微软(中国)有限公司今天宣布,微软(中国)有限公司总裁唐骏不久将由公司退休,新浪科技从确切渠道获悉,唐骏即将出任盛大总裁一职。 与此消息遥相呼应的是,近日盛大公司总裁陈天桥向媒体透露,他本人将于不久之后辞去公司总裁的职位,退居二线,同时保留公司董事长的职务。 来自盛大公司的消息称,盛大将于7天后宣布新的管理团队并集体亮相,以此推算,唐骏正式就任新职的时... 阅读全文

posted @ 2004-02-04 00:13 coollzh 阅读(480) 评论(0) 推荐(0) 编辑

2004年1月30日

越来越复杂的Web Services

摘要: 今天看了Micorsoft,IBM,BEA三公司合力打造的Web Services Business Activity Framework ,在加上 "Web Services Security (WS-Security)",[WSSecConv] "Web Services Secure Conversation Language (WS-SecureConversation)", [WSSe... 阅读全文

posted @ 2004-01-30 23:19 coollzh 阅读(492) 评论(0) 推荐(1) 编辑

ASP.NET 截取的、在处理请求期间产生的事件

摘要: 下表显示了可以使用ASP.NET 截取的、在处理请求期间产生的事件。所有事件都是按照发生的顺序列出的。第一个列表显示了处理请求之前产生的事件。 BeginRequest. 此事件标志着这是一个新请求;每个请求都必须产生该事件。 AuthenticateRequest. 此事件标志着所配置的身份验证机制已经验证了请求。附加到此事件可向筛选器确保请求已通过身份验证。AuthorizeRequest. ... 阅读全文

posted @ 2004-01-30 19:05 coollzh 阅读(562) 评论(0) 推荐(1) 编辑

自从博客,生活学习忙多了

摘要: 好像很自然的,博客走进我的生活,每天打开电脑,最忘不了的就是看看Rssreader上有没有新东西,你还别说,每天都有很多东西可以了解,在weblog上认识了很多的大牛! 看看一些大牛在2003年的技术文章真实一种享受. 阅读全文

posted @ 2004-01-30 00:04 coollzh 阅读(432) 评论(0) 推荐(1) 编辑

2004年1月29日

Unit Test Your .NET Data Access Layer

摘要: Unit Test Your .NET Data Access Layer on MSDN Steven A. SmithASPAlliance.com October 2003 Applies to: Microsoft® ASP.NET Summary: Learn how to use NUnit and some related tools to successfully suppo... 阅读全文

posted @ 2004-01-29 23:48 coollzh 阅读(484) 评论(0) 推荐(1) 编辑

Caching Strategies

摘要: Retrieving data from a database is certainly slower than retrieving cached data from memory, however, caching is not for all types of applications. An application that needs to provide up-to–date in... 阅读全文

posted @ 2004-01-29 02:11 coollzh 阅读(498) 评论(0) 推荐(1) 编辑

2004年1月28日

Enterprise Services FAQ

摘要: Enterprise Services FAQ This is a collection of frequently asked questions and answers obtained from newsgroups and mailing lists related to Enterprise Services. If you have questions or answers that ... 阅读全文

posted @ 2004-01-28 23:42 coollzh 阅读(429) 评论(0) 推荐(1) 编辑

2004年1月27日

Persistence Frameworks

摘要: In addition to Entity Broker Fabrice provides us with some links to other tools. OlyMars (SQL Server Centric .NET Code Generator) LLBLGen - Solutions Design .NET N-Tier Framework Generator - Ga... 阅读全文

posted @ 2004-01-27 03:23 coollzh 阅读(796) 评论(0) 推荐(1) 编辑

Articles for ADO.NET

摘要: Articles for ADO.NET from(http://ms.blogger.cn/dongxun/) The first meeting of INETA Beijing is ADO.NET Best Practices. Here is a list of all the both FREE and EXCELLENT material I found in MSDN abou... 阅读全文

posted @ 2004-01-27 01:25 coollzh 阅读(781) 评论(0) 推荐(1) 编辑

导航