This is a first look at an Angular app.
Taking the reference code from official tutorial: Tour of Heroes
This is very good post series about JS under the hood: JS Engine & async programming
more...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.