Site icon Azure Greg

What I learned last week – 13th August – 17th August

This week I have been busy mostly busy with bug fixing some code we have which used to be a windows service but is now a TopShelf service – if you use windows services you’ll know that there hard to debug, enter TopShelf

TopShelf is almost identical to a windows service but runs like a console app and that allows you to debug the code you would have within your windows service. To change your code from a windows service to a TopShelf service is minimal code indeed and well worth the small amount of effort.

What I learned this past week

What did you find useful this week? – please let me know by leaving a comment after the beep.

Exit mobile version