2 posts in total

Console App

Posts tagged

Topshelf를 이용한 윈도우 서비스 개발

by Justin Yoo · 9 min read

윈도우 서비스는 디버깅이 힘들다 윈도우 서비스를 개발하다 보면 가장 당황스러울 때가 디버깅이 자유롭지 않다는 점이다. 디버깅을 하려고 하면 항상 위와 같은 경고창이 나타나기 때문에 보통은 아래와 같은 형태의 꼼수를 써서 디버깅을 하게 된다. static class Program { static void Main() { #if DEBUG

Text Encoding Converter

by Justin Yoo · 2 min read

Text Encoding Converter converts text files encoding from one to another, mainly ks_c_5601-1987 to UTF-8. Getting Started Installation For the console application, there is no need to install.