Blog Logo
TAGS

.NET Systems Programming Learned the Hard Way - Aaron Stannard - NDC Oslo 2023

Duration : 01:05:54

In this presentation, Aaron Standard discusses his experiences and discoveries in learning.net systems programming. He has been a net developer since 2005 and has worked on various projects, including building a multi-tenant real-time analytics and marketing automation system. He is also the co-creator and maintainer of akka.net, an implementation of the erlang-style actor model on.net. Akka.net is used for building mission-critical real-time applications, such as fleet and logistics tracking and real-time financial systems. Standard focuses on the importance of garbage collection in.net and explains how it can impact CPU consumption and application performance. He also discusses the concept of object rooting and memory compaction in the garbage collection process.