Jump to content

Can a background service be written in .NET?


Guest Ben74

Recommended Posts

  • 5 months later...
Guest osiris8

Just guessing, but my answer would be no.

What you should be able to do is write some of the code in C++ (the service interface) and the rest in C#. I've seen MS use that architecture for instance in creating a Today Screen for PPC in C# (http://msdn2.microsoft.com/en-us/library/ms839442.aspx).

What would be really useful is if someone would write a generic service host that any C# service could use...

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.