Skip to content

Instantly share code, notes, and snippets.

View esterkaufman's full-sized avatar

Ester Kaufman esterkaufman

View GitHub Profile
@esterkaufman
esterkaufman / BusinessDaysExtentionsHelper.cs
Last active October 14, 2021 08:03
Calculate Working Days in C# With Holidays in Israel
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Runtime.Caching;
namespace EsterCommonScripts
{
public static class BusinessDaysExtentionsHelper
{