Hi,
I know what the managed code and unmanaged code is.
Managed Code that targets the CLR, and Unmanaged Code that doesn't target.
Can someone please explain a bit in detail, that how can we actually create unmanaged code, because whenever we code, we build, run .... but by default it targets CLR. The functionality goes normally, then how can we create an unmanaged code. ?
i need real examples of both....
please help...thanks in advance.