Home
Half-Blood Programmer
Cancel

How to Step into .NET Core Source Code in VS Code

You probably know how to use Visual Studio to step into .NET Core source code, as Microsoft documented it very well. However, what if you are using Visual Studio Code? In fact, the steps are also...

Running Nuxt 3 Web Apps on IIS with HttpPlatformHandler

When Microsoft developed HttpPlatformHandler more than a decade ago to enable non-Microsoft web technologies on Windows/IIS, they didn’t know that one day Microsoft can embrace Linux in Azure ...

Public Sessions/Programs I Worked On In The Past

Seems to be a good time to recap on how many public sessions/programs I worked on in the past few years. 2015 Jexus 网站服务器和 ASP.NET 跨平台开发 Hosted on Dec 12 as part of the JiaoDong Developer Confe...

History of This Blog

It took me several days to finish a major upgrade of this blog, so worth the while to write down something for record. I used to write my dairy, a hobby I built up during high school days when my...

Obfuscar: Question on Local Variables

It is not a surprise that many people would like to try out Obfuscar, one of the most popular .NET obfuscation tools, and they have various questions on the obfuscation results. Thus, I might post ...

The New Preview Engine from Bosch

If you have been a long time user of reStructuredText extension for VS Code, you might have noticed that this project is under significant changes for a while, No more frequent release. The v...

#SNMP New Release for .NET 6

.NET 7 is going to be released by Microsoft, but I just got sometime to finally release #SNMP Library 12.5. It has been a release driven mainly by the new features of .NET 6, so below I try to writ...

AsmSpy on Artifacts Verification

We often perform artifacts verification via test suites, so for .NET projects NUnit/xUnit.net/MSTest might be quite helpful. However, there is a kind of issues that cannot be easily caught by test ...