1
comment
comment
on 5/6/2014 11:42 AM
After some time being away from F# land I found an opportunity to use F# again. I needed to write some Windows Services to take care of things in the background. This is what I came up with for writing F# windows services which lets me to debug it's code as a Console App too (no fancy attaching processes and stuff).
It might come handy if you need to write a Windows Service.