摘要:private string m_userName = "johnsonzhang"; private string m_Password = "*****"; private string m_ADPath = "LDAP://192.168.XXX.xxx"; public bool IsAuthenticated(String doma...
阅读全文
posted @ 2008-04-25 11:47
|
|
|
随笔分类 - 程序设计
摘要:private string m_userName = "johnsonzhang"; private string m_Password = "*****"; private string m_ADPath = "LDAP://192.168.XXX.xxx"; public bool IsAuthenticated(String doma...
阅读全文
posted @ 2008-04-25 11:47
摘要: .NET Framework 2.0 版中新增的 TransactionScope 单独使用确实很方便。但是在实际项目中都有自己的访问层。如何才能让它和自己的访问层结合起来简单而又不失其功能呢?下面是作者想到的实现方案:[在访问相同数据库时避免讨厌的分布式事务]
阅读全文
posted @ 2007-08-22 20:20
|
|