Safe zero-copy operations in C#
My attempt at talking about one of the most underrated features of C#. C# is a versatile language. You can write mobile apps, desktop apps, games, websites, services and APIs with it. You can write it like Java with all the abstractions and AbstractionFactoryClassProvider s. But differently from Java, you can write low-level and unsafe code too. When I say low-level, I mean without the GC, with raw pointers. Low-level code is usually required for performance or interoperability with C librarie