I complete the task of writing a PCI device driver. Implementation language - C # 5. The question arose whether there is any documentation for a newbie on this topic and how to connect the WDK to C #?

  • c # 5? The latest version of .Net is like 4.5 ?! - Ivan Navoznov
  • 3
    > c # 5? The latest version of .Net is like 4.5 ?! Wikipedia though would be honored? before you talk nonsense. The C # version number is very loosely associated with the .NET version number. And yes, you are surprised, but the current version of the language is 5, and .NET is 4.5 - DreamChild

1 answer 1

As far as I remember, no way. Drivers work in kernel mode. C # does not know how to compile "nuclear" programs. User-mode drivers are limited to working only with USB (maybe, in 4 years, something has changed)