What is difference between unsafe code and unmanaged code in C#?
Unsafe code in C# allows the use of pointers. In the context of the CLR, there is no unmanaged code in C#.