Hi Guys,
I'm working on some device modules for MCE and was wondering if you guys would accept drivers written in .NET ?
Some of the stuff I'm doing in C++ at the moment would be a lot quicker in a language with proper inheritance/interface model (as well as real generics, templates suck!).
Understandably this would be throwing another language into the mix, but then again - the DCE protocol makes this fairly transparent.
Following on from this, if you guys aren't opposed to .NET based submissions - would you want modules to be P/Invoke'ing the existing C++ DCE library (good for maintenance from your POV), or using a pure C# module (good for module stability, bad for maintenance).
Let me know what you guys think - for now I'll be plugging away at this C++ code but would love to be able to switch to C#!