VC++ and C# how to write managed DLL or unmanaged DLL?
- by 5YrsLaterDBA
If I need to provide a DLL by using C++ or C# to somebody. How do I know if my code is managed or unmanaged code? If I use VC++6.0, that means unmanaged and if I use .Net Visual Studio 2005 or later it will be managed code?