C# Build a Dynamic Class Library Using a Source Code Generator
This was a project I was tasked with a few months back. The codebase at my job uses OData models for many of their API endpoints. These OData models are almost exact copies of the regular entities we use for everything else. The issue we had was a developer would Read more…