Automating the Repetitive with Source Generators
Jan 28, 2025 · 5 min read · 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...
Join discussion
