.NET
Automating the Repetitive with Source Generators
Overview We often write repetitive code when starting a new Web API project, whether using the modern, minimal API style or using classical .NET Controllers. The most common cases are: Rewriting pagination and sorting filters across projects; Handl...