上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: 首先根据UserName创建DirectoryEntry对象实例: DirectoryEntry de= new DirectoryEntry(results.Path,ADUser,ADPassword,AuthenticationTypes.Secure); 需要注意的是ADUser/ADPassword必须具有Account Operator或Administrator的权限,否则de.CommitChanges();会抛出异常。 阅读全文
posted @ 2005-07-02 00:53 Rickie 阅读(2979) 评论(0) 推荐(0) 编辑
摘要: Two connected Web Parts operate in a publisher/subscriber fashion. Any change in the values exposed by the provider are immediately reflected by the consumer. As you can imagine, this model lends itself very well to representing master/detail models of data that are also extensible at will. The Web Part connection model consists of two interoperating entities—a provider and one or more consumers. 阅读全文
posted @ 2005-07-01 07:53 Rickie 阅读(1081) 评论(1) 推荐(0) 编辑
摘要: 从Active Directory中获取用户信息 阅读全文
posted @ 2005-07-01 02:12 Rickie 阅读(6266) 评论(4) 推荐(0) 编辑
摘要: 基于Active Directory的用户验证 阅读全文
posted @ 2005-06-30 01:50 Rickie 阅读(6792) 评论(4) 推荐(0) 编辑
摘要: 编写了一个小工具,可以用来更新用户在Active Directory/Exchange Address Book的个人信息。 阅读全文
posted @ 2005-06-29 09:03 Rickie 阅读(3439) 评论(15) 推荐(0) 编辑
摘要: Application Architecture - Table Data Gateway 阅读全文
posted @ 2005-06-07 07:27 Rickie 阅读(1225) 评论(0) 推荐(0) 编辑
摘要: These hands-on labs for Enterprise Library are from the patterns & practices group and include 8 labs in both C# and VB.Net. 阅读全文
posted @ 2005-05-21 06:45 Rickie 阅读(1581) 评论(0) 推荐(0) 编辑
摘要: Some technical articles related to Visual Studio 2005 Team System are as follows at MSDN web site. 阅读全文
posted @ 2005-04-21 05:32 Rickie 阅读(1326) 评论(1) 推荐(0) 编辑
摘要: 这里演示同一个SQL Server中不同数据库之间的基于Service Broker的异步消息传递,其中Stored Procedure充当Service Program。 阅读全文
posted @ 2005-04-16 05:32 Rickie 阅读(1539) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2005 Beta 2 will ship on April 25th 阅读全文
posted @ 2005-04-12 00:09 Rickie 阅读(1841) 评论(5) 推荐(0) 编辑
摘要: CSLA是Component-based, Scalable, Logical Architecture的简写,CSLA .Net是Rockford Lhotka基于.Net设计的一套N-tier分布式框架。 阅读全文
posted @ 2005-04-11 13:13 Rickie 阅读(51583) 评论(13) 推荐(1) 编辑
摘要: 继上次的Patch 1462,Enterprise Library v1.0又释放了新Patch 1475,该Patch主要解决内存泄漏(memory leak)问题,其他所有的Application blocks都调用了该CAB。 阅读全文
posted @ 2005-04-09 12:38 Rickie 阅读(2044) 评论(4) 推荐(0) 编辑
摘要: Conversation Endpoints can be looked up via querying the sys.conversation_endpoints catalog view in the local broker's database. In this way, we continue on a demo to check Conversation Endpoints in both the Initiator and Target Endpoints. 阅读全文
posted @ 2005-04-09 04:57 Rickie 阅读(1371) 评论(1) 推荐(0) 编辑
摘要: Following the previous post, A simple tutorial on SQL Server 2005 Beta 2 Service Broker, this post will handle how to send messages to and from in the different Database or SQL Server. 阅读全文
posted @ 2005-04-08 00:44 Rickie 阅读(1478) 评论(2) 推荐(0) 编辑
摘要: Service Broker is a new technology in Microsoft SQL Server 2005 Beta 2 that helps database developers build secure, reliable, and scalable applications. Service Broker provides queuing and reliable messaging as part of the Database Engine. These features provide the infrastructure necessary to build high-performance applications that easily scale-up or scale-out. 阅读全文
posted @ 2005-04-07 23:48 Rickie 阅读(1720) 评论(1) 推荐(0) 编辑
摘要: SQL Server 2005 webcast Series [English] 阅读全文
posted @ 2005-04-07 02:17 Rickie 阅读(821) 评论(0) 推荐(0) 编辑
摘要: SQL Server 2005对SQL Server 2000而言,总体感觉各个方面均很大的提升。因为短短试用了几天,简单记录一下自己的体验。 阅读全文
posted @ 2005-04-04 03:05 Rickie 阅读(1759) 评论(1) 推荐(0) 编辑
摘要: Serialization is the process of converting a complex set of data, such as that which is contained in an object, into a single blob that's often called a byte stream. The reverse, deserialization, is the process of unpacking the byte stream to re-create the complex set of data. 阅读全文
posted @ 2005-03-28 07:48 Rickie 阅读(1419) 评论(2) 推荐(0) 编辑
摘要: Visual Studio 2005 Pricing and Delays 阅读全文
posted @ 2005-03-24 07:41 Rickie 阅读(1512) 评论(4) 推荐(0) 编辑
摘要: CSLA是Component-based, Scalable, Logical Architecture的简写,CSLA .Net是Rockford Lhotka基于.Net设计的一套N-tier分布式框架。 阅读全文
posted @ 2005-03-23 06:21 Rickie 阅读(8283) 评论(9) 推荐(0) 编辑
摘要: http://www.pnplive.com/ 阅读全文
posted @ 2005-03-18 05:23 Rickie 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: Windows SharePoint Services Software Development Kit 阅读全文
posted @ 2005-03-14 13:51 Rickie 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: 今天迎来了酷酷的“小黑”- T43 阅读全文
posted @ 2005-03-13 09:40 Rickie 阅读(3669) 评论(9) 推荐(0) 编辑
摘要: This is a desktop theme for Windows XP Home and Professional Editions. The theme includes desktop wallpaper and a screensaver depicting images from around Ireland (3/9/2005). 阅读全文
posted @ 2005-03-12 07:19 Rickie 阅读(1041) 评论(0) 推荐(0) 编辑
摘要: Introduction to Role-Based Security in .NET 阅读全文
posted @ 2005-03-09 05:50 Rickie 阅读(2144) 评论(0) 推荐(0) 编辑
摘要: Project Server 2003 Software Development KIT (SDK) 阅读全文
posted @ 2005-03-08 03:35 Rickie 阅读(1541) 评论(0) 推荐(0) 编辑
摘要: WSSDAL (WSS Data Access Layer) – a SharePoint Web Services alternative 阅读全文
posted @ 2005-03-07 01:49 Rickie 阅读(1538) 评论(1) 推荐(0) 编辑
摘要: Captaris Workflow 5.0工作流开发平台 阅读全文
posted @ 2005-03-06 01:40 Rickie 阅读(3125) 评论(0) 推荐(0) 编辑
摘要: MSDN Architecture Webcast: patterns & practices Live: Enterprise Library Overview (Level 200) 阅读全文
posted @ 2005-03-05 01:31 Rickie 阅读(1205) 评论(1) 推荐(0) 编辑
摘要: Enterprise Library v1.0 Tutorials 阅读全文
posted @ 2005-03-04 04:16 Rickie 阅读(2109) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页