Categories Code Snippets Hints/Tips Calling C Library DLLs from C# Post author By Mick Post date 5th March 2012 In order to utilize legacy software, you may require a technique for calling unmanaged code written in C from C#. Here is a simple example that shows how this can be achieved. Continue reading “Calling C Library DLLs from C#” Tags C, Unmanaged Code