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

.net40 winservice template with logging and data access

License

Notifications You must be signed in to change notification settings

ayrbox/ayrbox.winservice

Repository files navigation

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.

About

.net40 winservice template with logging and data access

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages