F# by example – part 2

Programming tutorial on F#: why it adapts to the way we think, part 2

Posted in English | Tagged , , , , , | 5 Comments

How F# adapts to the way we think – part1

Programming tutorial on F#: why it adapts to the way we think

Posted in English | Tagged , , , , , | 11 Comments

FileSystemWatcher (.net wrapper): doesn’t work on FAT32 (removable or Samba)

FileSystemWatcher (.net wrapper): doesn’t work on FAT32. The low-level Win32 function has an option to enable the “Fat32 mode”

Posted in English | Tagged , , , , , , | 1 Comment

Goodbye FileSystemWatcher – welcome full file-manager solution!

After some intense research about technologies we came to the conclusion that there is no easy way to “listen” to a files system and to understand when files are moved.

Posted in English | Tagged , , , | 9 Comments