Is it possible to use Linux drivers in C#? If so, how?
I'm starting a project that will use some custom drivers to talk to some hardware and while I know how to do it in C/C++, the UI side of the project will be an ASP.NET webserver, and it'd be nice to have both sides in one language.