Home
Half-Blood Programmer
Cancel

Install IIS 10 on Windows via PowerShell

Microsoft provides a way to install IIS 8.5 via PowerShell, so can we get steps for IIS 10? How to Learn Module Names? You might wonder from where this IIS 8.5 table comes from, but can you try ...

Receipt of Visual Studio Code Extension

reStructuredText in Visual Studio Code I think it is time to write about what exactly an extension of Visual Studio Code means by analyzing the one I own. This example is the extension to add re...

The Stupid Story of Installing MonoDevelop 7

Finally Parallels decided to make its Mac product a Lite edition and freely available if you do only run non-Windows guest OS. I accepted this offer and install CentOS for the very second time in m...

Plan for #SNMP Library vNext

As .NET Core 2.0 is coming, I think it is time to write about the plan for #SNMP Library vNext (the version number is uncertain yet, 9.5 or 10.0). Minimal .NET Framework Version Now the plan is t...

How to Build .NET Core Solutions on AppVeyor

I have recently upgraded #SNMP Library to .NET Core. And to the extreme, I get rid of the classic class library projects, and use a single .NET Standard 1.3 class library instead. Then it becomes a...

Which Class Library Project to Go in Visual Studio 2015/2017/2019/2022

You probably often wonder why Microsoft ships so many project templates in Visual Studio 2015/2017/2019/2022. Figure 1: Class library project types in Visual Studio 2017. Above is a screen shot...

Who Should Be Contacted for PHP on IIS Issues

It is very important to know how many processes participate in request handling of PHP on IIS. Figure 1: Process model of PHP on IIS. Like the diagram shows, there are Microsoft processes, typi...

The Merge of .NET and Mono: Phase Two

You can find phase one post here. The relationship between Mono and Microsoft .NET teams have been closer and closer in the past few years. We can see Miguel de Icaza showed his appreciation m...