What is the difference between typical Windows (WIn32? COM? Not sure what they are called.) DLLs and the DLLs that are compiled using .NET?
I know they are different, but I do not know the inner workings in detail.
I would love to know what the exact difference is.
EDIT: Trying to add more of my doubts here:
Why is it that I cannot add a reference to a Win32 DLL like I would add a reference for a .NET DLL? Also, why do we have to do a PInvoke? How do we have reflection and intellisense for .NET DLLs but not something similar for Win32 dlls?