C# – How to find overlap of datetime intervals

I needed to count the overlap of the datetime intervals. After some coding I’ve refactored the code to static class and uploaded to Github, so that others can use it too. It might save you some time 🙂 There are currently two methods. One to get the interval overlap and the other to count the interval …

Hledáme webového programátora

ProsĂ­m o sdĂ­lenĂ­. Do libereckĂ© IT firmy hledáme šikovnĂ©ho programátora v Javascriptu/C#. PĹ™icházĂ­ velkĂ˝ webovĂ˝ projekt, kterĂ˝ bude minimálnÄ› na 1 rok. A po nÄ›m budou následovat další skvÄ›lĂ© projekty. Jsme firma, kde jsou lidĂ© spokojenĂ­, s tĂ©měř nulovou fluktuacĂ­, od nás prostÄ› lidi neodcházĂ­ 🙂 Jak se u nás pracuje? Pracujeme v nejnovÄ›jším Visual …

How to speed-up generating PDFs via TMS Flexcel

In my current project we needed to generate lot of PDFs from the same excel template.  For this we use TMS Flexcel library. It is a simple library for generating Excel or PDF files in .NET. It loads a xls template from filesystem, populates it with data and that’s it. Quite easy. But generating tons of files in a …