DEV Community

Discussion on: How does your language handle memory?

Collapse
 
nickpolyder profile image
Nick Polyderopoulos

Cool. I dont think that someone in C# (except those who write the clr or the corefx itself or really low level code) have used finalizer or the actual memory allocation statements. I have seen them been used on projects like RavenDB. Same goes for pointers too(int*, byte* etc).
Most of the times the managed pointers are used (delegate, object etc)