Debugging .NET Core app from a command line on Linux
Million years ago, way before the ice age, I was preparing small C++ project for “Unix Programming” university course and at some point had to …
Blog about DevOps, distributed applications and microservices
Million years ago, way before the ice age, I was preparing small C++ project for “Unix Programming” university course and at some point had to …
Learning how to analyze .net core dumps on Linux with lldb and SOS plugin was really rewarding experience. It just feels good knowing that I …
Interesting story happened to me the other day. Visual Studio Code, my primary C# editor on Linux, suddenly stopped working. Well, it’s debugger did. Whenever I …
Most of the last week I’ve been experimenting with our .NET Windows project running on Linux in Kubernetes. It’s not as crazy as it sounds. …