Omair Majid
Announcements, thoughts, code and fun
Home
Posts
Projects
Talks
About
Development
29
May 2020
What is nuget restore doing?
Ever wonder what nuget or dotnet restore is doing? What feeds it using? Or what nuget.config it is using to find feeds? Turns out you can …
28
May 2020
.NET Core is now available in Fedora
One exciting feature in the recent release of Fedora 32 is the inclusion of .NET Core in the default repositories. This makes Fedora 32 the …
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 …
29
Feb 2016
-Wmisleading-indentation in OpenJDK
Inspired by this post by Mark Wielaard I started wondering how OpenJDK 9 would fare in a -Wmisleading-indentation test. So I built OpenJDK 9 …
22
Jun 2012
SharedSecrets in OpenJDK
I have always been impressed by the effort OpenJDK folks go to maintain API compatibility. I recently came across a nifty little trick that …
23
Aug 2011
What IcedTea-Web 1.1 means for you
A number of changes occurred between IcedTea-Web 1.0 and IcedTea-Web 1.1. If you are a packager or a developer here are some things you need …