Writing a DLL in C/C++ for .Net interoperability

Viewed 11207

In my C# application, I would like to write a part of the code in C. I plan to write a DLL witch would be interoperable with .Net. How can I do that?

4 Answers
Related