Source Code Generation based Dependency Injection for .NET Core
Introduction
The .NET team recently introduced several improvements in .NET Core that use code generation, including:
Logging
Regular Expressions
JSON Serialization
Generating code at compile time offers benefits in performance, memory usage, an...
aschommer.hashnode.dev9 min read