Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 496 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 496 Bytes

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.