Tips for dotnet console apps
/Scripts V.S. Console apps People use scripts to run batch jobs or repeat themselves on every platform. In most cases, script is an ideal choice as it is a simple text file which is easy for human to share, understand and revise. A console app, on the other hand, is usually not so handy. First …