Tagged: C#

Word Automation Within A Windows Service 0

Word Automation Within A Windows Service

Just because Microsoft says that you shouldn’t do something rarely stops developers from trying. My task was to try to write a Windows Service replacement for a legacy application that saved a Word Document...

Cool Code For Testing Windows Services 0

Cool Code For Testing Windows Services

Windows Services are great.  They allow you to write code that will run even when a user is not logged in.  They can perform functions in the background, and they’re very useful. Writing them,...