This repository contains the source code and scripts for the .NET Blog posts.
-
Prerequisites
-
.NET Core Concepts
- Summary
- Applications
- Types
- Objects
- Threads
- Exceptions
- Synchronization
- Strings
- Iterators
- Concurrency
- GC
- C# (TBD)
- Expression Trees (TBD)
- LINQ (TBD)
- Entity Framework (TBD)
- Intrinsics (TBD)
- Memory Allocation (TBD)
- P/Invoke (TBD)
- ThreadLocal (TBD)
- AsyncLocal (TBD)
- Tiered Compilation
- Method Dispatch
- Assembly Interop
- SIMD, AVX, Intrinsics
- Profiling (TBD)
- Memory Map (TBD)
-
.NET Core Troubleshooting