.NET - gusenov/kb GitHub Wiki

Books

IoC

Wikipedia

Test

IDE

ASP.NET

Courses

  • .NET Memory Expert - online course about .NET memory management
    • Course agenda Everything flavoured with various tools usage (PerfView, .NET CLI tools, Visual Studio, VMMap, dnSpy and others!) and practical examples of C# caveats and good practices.
      • 13 Data Oriented Design
        • Hardware - memory, cache, CPU
        • Object layout vs cache
        • Memory acces patterns (including SOA vs AOS)

GitHub

  • dotnet/efcore EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

Nemerle

ORM

Mono