Notes from Qubit Inc. (Page 3)

dotnet core Hello World with Entity Framework and Database

We follow this primary reference documentation, MS Docs - aspnet/core/data/ef-rp/intro

Read more...

Powershell Useful Commands

Powershell Cheat Sheet and Useful Commands/Cmdlets

This article mostly applies to Powershell version 6 or later (formerly known as Powershell Core). Check edition via Powershell variable: $PSEdition (should show core for modern powershell)

Read more...

Dennis Ritchie - The C Programming Language

Small excerpt from book The C Programming Language

Right justification example,

Read more...