9

I was listening to a podcast a while back on an Open Source project. I can't remember what the project was called, but the guys doing it said they'd split out their Windows Service support into a separate Open Source project.

Like I say, I can't remember the project or what they've called the break-out project. All I remember is that it wraps Windows Services in .NET.

Anyone know what project this is?

Cheers

Steve Dunn
  • 21,044
  • 11
  • 62
  • 87
  • 1
    I'm not exactly sure why you would need to "wrap" "windows services" in .net... .Net is fully capable of producing a windows service (and it's installer) rather easily. What would you expect it to actually do? – NotMe Jun 18 '09 at 14:46

1 Answers1

15

Maybe you are thinking of Topshelf.

Here's some information about it:

Erik Westermann
  • 957
  • 1
  • 9
  • 10