C#

Whois Client .NET

This is .NET Class library of WHOIS client (with sample web site). PM> Install-Package WhoisClient.NET using Whois.NET; ... var result ... Read More

Web.config Encryption

IIS sunucumuzun dizine erişenlerin web.config dosyasındaki konfigürasyonları okuyamaması için alabileceğimiz basit bir önlemi aşağıda paylaşıyorum. //aspnet_regiis.exe yolu cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319 //encrypt ... Read More

C# Excel Koruma Şifresi Kırma

Korumalı bir excel dosyasının şifresini öğrenmek için aşağıdaki uygulamadan faydalanabiliriz. private void button1_Click(object sender, EventArgs e) { DialogResult result = ... Read More