13 ms·
I've done C# for a while and I really love what can be done with DI & reflection for cool cross cutting abilities. I want to branch out to native stuff like C+
by tiptup300 2y ago
I've done C# for a while and I really love what can be done with DI & reflection for cool cross cutting abilities.
I want to branch out to native stuff like C++ & Rust for memory management stuff, but they don't seem to come close in terms of the reflection abilities or probably the function is there, but just a nightmare to work with.
Anybody have any thoughts/opinions?
- jen20 2y agoTake a look at System.Memory; it’s quite possible you don’t need to leave C# to do what you need with memory.