Repository Pattern in .NET Entity Framework
Why shouldn’t I use the repository pattern with Entity Framework?
more...Why shouldn’t I use the repository pattern with Entity Framework?
more....NET has almost similar mechanism as Javascript, but with important difference: multiple threading.
more...Read this article to know about multi task application: Single task and multi task app
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.