/ayrbox.winservice

.net40 winservice template with logging and data access

Primary LanguageC#MIT LicenseMIT

ayrbox.WinService

Ayrbox winservice is boilerplate template to create windows service in .net 4.0. The project is created and tested using Visual Studio 2010 but can be upgraded using later version of visual studio.

External Dependency

  • Dapper

Features

Logging

Logging interface with concrete logging for Windows Event Log and file logging.

  • Windows Event Log
  • File Log (work on progress)
  • Database Log (future work)

Data (Under progress)

Data access using Dapper.