AkiVaMu Just tiny things come to mind...

C# Collections

Hierarchy

more...

Angular starter

This is a first look at an Angular app.
Taking the reference code from official tutorial: Tour of Heroes

more...

JavaScript summary

This is very good post series about JS under the hood: JS Engine & async programming

more...

Use C++ inside .NET Standard/Core

At the writing time, C++/CLI isn’t supported in .NET Core.
So that you can’t use C++ code directly inside .NET project (like .NET Framework).
We have to use P/Invoke.

more...

First .NET Core application

Create app

more...