Please corrected me if I was wrong, because I discuss this issue with my supervisor.
Typically C# writes the managed codes and unsafe codes, but my supervisor insisted that C# could write unmanaged codes, at least in .NET Framework 1.0( ). I know C# could work with unmanaged codes, but I doubt C# could write unmanaged codes. C# need CLR, right

Unmanaged codes for C#?
Andrew
Nehal Jain
Thanks! Even C# can call/use unmanaged DLLs, but it is still managed codes, right
kReynolds
You are correct, C# can write unsafe code, but C# is managed..
But C# can call/use unmanaged DLL's.. maybe that is what he meant
Shivi