Omair Majid
Announcements, thoughts, code and fun
Home
Posts
Projects
Talks
About
Dotnet
05
Mar 2023
Collecting dumps; under the hood
Or how dotnet-dump collect works on Linux If you are trying to diagnose the behaviour of a mis-behaving application in production, one …
25
Aug 2021
Using .NET with OpenSSL in CentOS Stream 9
Or, how to deal with error:0E07607...
09
Apr 2021
Build .NET and avoid prebuilts: Bootstrapping .NET in Fedora
Why Bootstrap? Compiling code is supposed to be straightforward: you run a compiler over the code and the compiler gives you back an …
05
Aug 2020
.NET Core Symbols on Fedora
Have you ever tried to debug a .NET application and seen errors saying debug information or debug symbols are not available? What are debug …
30
Mar 2017
Components & Versioning in .NET Core
This post covers the versions and components in .NET Core 1.x. Components .NET Core consists of multiple components that are each versioned …