jstateresa

Stories submitted by jstateresa

A Quickstart Guide to Developing Daemoniq Applications(code.google.com)

submitted by jstateresajstateresa(15) 2 years, 5 months ago

This is a quickstart guide in developing daemoniq applications. The new, fun and easy way to make windows services in .Net read more...

add a comment |category: |Views: 16

tags: another

daemoniq: Windows service hosting for mere mortals(code.google.com)

submitted by jstateresajstateresa(15) 2 years, 5 months ago

Developing and debugging windows services or daemon processes in .Net can be a really painful and tedious process. Daemoniq takes a stab at this problem by providing another level of a abstraction on top of System.ServiceProcess?. This allows developers to concentrate on writing windows services in .Net by providing functionality such as configuration, deployment and debuggability read more...

add a comment |category: |Views: 5

tags: another