Codemirror kullanımına örnek vereceğim. Bununla otomatik tamamlama yapabilen renklendirilmiş bir kod dizisi oluşturabiliyoruz. <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta ... Read More
public static class DateTimeExtensions { public static bool IsWeekend(this DayOfWeek d) { return !d.IsWeekday(); } public static bool IsWeekday(this DayOfWeek ... Read More
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