AkiVaMu Just tiny things come to mind...

Posts related to .NET


Repository Pattern in .NET Entity Framework

Why shouldn’t I use the repository pattern with Entity Framework?

more...

Memory leak

Detect .NET memory leak with perfmon

more...

.NET Async programming

.NET has almost similar mechanism as Javascript, but with important difference: multiple threading.

more...

Async programming and threading

Read this article to know about multi task application: Single task and multi task app

more...

Single task and multi task app

Single task application

more...

IEnumerable vs IQueryable

LINQ

more...

C# Collections

Hierarchy

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...

From Java world to .NET world

Overview

more...