I have a simple windows service, that might need to be configured on-the-fly (a COM port to listen to). I have done the UI as a console app that connects to the windows service through WCF, it works and fun.
Question: Is it a good idea to develop a MMC Snap-in to control the windows service? Would it be cool?
Note: I haven't done anything with MMC before. I can do .NET C#, COM, C++ but would like to stay within C#.