• BCL Enhancements
    • Ad-hoc User Data
    • Value Type Enhancements
    • Enum Enhancements
    • Autogenerated GetHashCode/Equals
    • Collection Enhancements
    • Optional Type
    • Result Type
    • Atomic Operations
    • Generic specialization with constant values
    • Synchronization Enhancements
    • Asynchronous Delegates
    • Intrinsics
    • Path MTU Discovery
    • Base64 Decoding
  • I/O Enhancements
    • Alloc vs Pooling
    • Dynamic Buffers
    • Memory-Mapped File
  • Threading
    • Async Lock
    • Async Reader/Writer Lock
    • Async Reset Event
    • Async Countdown Latch
    • Async Barrier
    • Async Trigger
    • Exchanger
    • Interop with Other Asynchronous Patterns
    • Async Lazy
    • Persistent Channels
  • Type Classes
  • Advanced Reflection
    • Open and Closed Delegates
    • Fast Reflection
  • Metaprogramming
    • Building Expression Trees
    • Compound Expressions
    • Multi-line Lambdas
    • Async Lambda
    • using Statement
    • Loops
    • lock Statement
    • Ranges and Indicies
    • String Interpolation
    • Pattern Matching
    • Miscellaneous Statements
  • Unsafe Data Structures
    • Structured Memory Access
  • Cluster and Distributed Consensus
    • Clustered ASP.NET Core Microservices
    • Persistent Log
    • Raft