關於SSL3 & TLS 連線
[C#] 加密檔案系統(EFS)
什麼是EFS呢?EFS是Windows內建的一種保護檔案的加密機制,舉例來說:Windows 7 內建可以直接加密檔案,讓其它人沒有辦法讀取,加密是使用非對稱式加密,所以如果私錀沒了,加密的檔案也就跟著無法解開,所以使用上要特別小心。
[C#] 取得使用者憑證(Certtificate)資訊
之前寫過一個用C++讀憑證,雖然C#也可以直接用API來寫,不過.NET本身其實有內建簡單的憑證類別可以使用(但很多東西還是沒有~),如果想要讀取憑證的簡單資訊倒是可以直接使用。
[C#] 列舉型別自訂訊息
列舉型別算是我們在程式裡面常用的東西,尤其是很多不同種類的狀態判斷,在避免手誤上有很大的好處;可是如果要配合文字顯示,雖然可以直接利用toString,但似乎沒有這麼好用,這時候如果利用自訂屬性就可以再增加活用。
IIS - 自建網站管理程式
IIS - 自建網站管理程式
XmlSerializer : Format DateTime String
XmlSerializer : Format DateTime String
How to Get DisplayName in Metadata (LINQ)
How to Get DisplayName in Metadata (LINQ)
LDAP – How to Query User by SID(Security Identifier)
LDAP – How to Query User by SID(Security Identifier)
XmlSerializer : Encoding & Xml Namespaces
XmlSerializer : Encoding & Xml Namespaces
Tools - SnippetEditor
Tools - SnippetEditor
C# 70-536 Chapter 10 Instrumentation
C# 70-536 Chapter 10 Instrumentation
C# 70-536 – Chapter 9 Installing and Configuring Applications
C# 70-536 – Chapter 9 Installing and Configuring Applications
C# 70-536 – Chapter 8 Application Domains and Services(1) - Application Domains
C# 70-536 – Chapter 8 Application Domains and Services(1) - Application Domains
C# 70-536 – Chapter 8 Application Domains and Services(2) - Creating Windows Services
C# 70-536 – Chapter 8 Application Domains and Services(2) - Creating Windows Services
C# 70-536 – Chapter 5 Serialization
C# 70-536 – Chapter 5
C# 70-536 – Chapter 4 Collections and Generics
C# 70-536 – Chapter 4
C# 70-536 – Chapter 3 Searching, Modifying, and
C# 70-536 – Chapter 3 Searching, Modifying, and
Encoding Text
C# 70-536 – Chapter 2 Input/Output (I/O)
C# 70-536 – Chapter 2
C# 70-536 – Chapter 1 Framework Fundamentals
C# 70-536 – Chapter 1
Effective C#
Effective C#
- 1
- 2