Home
Half-Blood Programmer
Cancel

How A Visual Studio Code Linter Works

I blogged about what a basic Visual Studio Code language extension should contain a few months ago, and today we focus on linter. Linter Basic The essential responsibility of a linter is to scan ...

Status of MonoDevelop/Xamarin Studio

Disclaimer: I don’t work for Microsoft/Xamarin, so this post is just based on my personal observation. It is rather interesting that even after the acquisition of Xamarin by Microsoft, there i...

Jexus Manager: Release Candidate Phase

It is not easy to develop a product such as Jexus Manager, as it contains a large amount of code and targets too many pieces of IIS/IIS Express. Rollbar and Crash Reports I used to receive some ...

How to Let Android Emulator Access IIS Express

Jexus Manager can be downloaded from https://jexusmanager.com I bet this question has been asked a million of times, but hope not every blog posts cover all the hidden details. And this blog t...

The Success of Running MonoDevelop 7 on Linux

I still remembered the pain of running MonoDevelop 7 on FlatPak on Linux, but today finally decided to give the alternative way a go, and indeed it worked. So here is the story. Installing Debian...

The Story About .NET Cross Platform UI Frameworks

Disclaimer: All contents are based on my personal observation. Please leave a comment if you find anything incorrect, and I will revise it often. Current version was written on Feb 14, 2023...

Jexus Manager: Recent Changes

You probably noticed that I have been back to work on Jexus Manager due to the adventure on Docker/ASP.NET Core. So finally I can spend some time on the things I planned a while ago. Thus, this pos...

Why Chrome Says IIS Express HTTPS Is Not Secure And How to Resolve That

Jexus Manager can be downloaded from https://www.jexusmanager.com Recently Google updates Chrome to warn on certificates, who only contains CN (Common Name) but no corresponding SAN (Service A...