Step Into Dev
  • Posts
  • About
  • Series

Memory

go dotnet memory pointers csharp

Pointers Without the Pain

Right, let’s talk about pointers. If you’ve spent your career in C#, you’ve probably used pointers approximately never. Maybe you’ve …

December 31, 2024 · 7 min read
go dotnet memory slices csharp

Slices Are Not Arrays (And Neither Is List<T>)

Every C# developer coming to Go makes the same mistake: they see []int and think “array” or “list.” It’s neither. It’s a …

December 31, 2024 · 6 min read
go dotnet memory performance csharp

Stack vs Heap: Go's Escape Analysis

In C#, you mostly don’t think about where variables live. Value types go on the stack (usually). Reference types go on the heap (always). The runtime and …

December 31, 2024 · 6 min read

Stay Updated

Get notified about new posts on AI, 3D rendering, and building things that matter.

© 2026 Step Into Dev · Powered by Hugo