DPDule Pop-Andovinblog.codechem.com·Jan 28, 2025 · 5 min readAutomating the Repetitive with Source GeneratorsOverview 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...00