An example of using script-driven database queries is provided in the Windows Installer Software Dev
[更多…]-
Examples of Database Queries Using SQL and Script (Windows msi)
-
Execute SQL Statements (Windows)
Execute SQL Statements The VBScript file WiRunSQL.vbs is provided in the Windows SDK Components for
[更多…] -
查看.Net Framework版本的方法
方法一: 第一步: 打开“我的电脑“,在地址栏输入 %systemroot%Microsoft.NETFramework 第二步:从列出来的文件夹中,我们可以看到v1.0.3
[更多…] -
C#防止多线程下的单实例模式
我这里以获得连接字符串为例 public sealed class SConnection {  
[更多…] -
C#集合类(HashTable, Dictionary, ArrayList)与HashTable线程安全
HashTable 中的 key/value均为 object类型,由包含集合元素的存储桶组成。存储桶是 HashTable中各元素的虚拟子组,与大多数集合中进行的搜索和检索相比,存储桶可令搜索和检索
[更多…] -
System.ArgumentException: An item with the same key has already been added.
System.ArgumentException: An item with the same key has already been added. at System.Th
[更多…] -
How To: Use Impersonation and Delegation in ASP.NET 2.0
Applies To ASP.NET version 2.0 Microsoft® Windows Server? 2003 operating system Microsoft Window
[更多…] -
401 error – sub status code list
401.1: Access is denied due to invalid credentials. 401.2
[更多…] -
NetworkCredential和CredentialCache
问题从事过Web Application的人都知道,在一个Web Site可以允许用户匿名访问,也可以禁止匿名强制要求认证才能够访问。在IIS的Directory Property/Directory
[更多…] -
[转]NHibernate.StaleObjectStateException: Row was updated or deleted by another transaction
NHibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-
[更多…]