Fonksiyon : using System.Text; using System.Security.Cryptography; public static class Hasher { /// <summary> /// Supported hash algorithms /// </summary> public ... Read More
Fonksiyon: /// <summary> /// Formats the string according to the specified mask /// </summary> /// <param name="input">The input string.</param> /// ... Read More
// KAYIT KONTROL var SablonAra = (from x in db.VY_Sablonlar where x.unvan == drpUnvan.SelectedItem.Text && x.bolum == drpBolum.SelectedItem.Text select x); ... Read More