C# – Calling Unmanaged DLL functions from Manage Code
The code developed using the .Net framework is called Managed Code. And the code which was NOT developed using .Net (for example, Win32 API or “C/C++” code or COM components, etc.,) is called Unmanaged Code. When the .Net framework was introduced, it was required to provide a feature in the .Net framework to support Unmanaged […]