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
<script type="text/javascript"> var timerActive = true; function startTimer() { var time = '1200'; var start = Date.now(), diff, minutes, seconds; ... Read More