NH Blog - Articles on programming

Feb 05, 2021

Control your code with GitHub

When it comes to software development especially big projects, it can be frustrating when you are unable to compare a current piece of code to the previous versions, or [...]

Oct 27, 2020

Extension methods in C#

In today’s blog post, I will address the issue of extending an object definition when you don’t have access to the source code or you can’t inherit from the original [...]

Sep 23, 2020

Asynchronous programming in C#

One of the most interesting new features in C# 5.0 is the support for asynchronous functions with the introduction of the new keywords, async and await. Writing [...]

Feb 25, 2021

Get-Help – the PowerShell Way

Some of you may have noticed in a number of my previous blogs that I am a big fan of PowerShell and you are right. I have followed PowerShell from its early days of [...]

top
Back to top