Summary
In this chapter, we looked at code that writes code to save time and reduce repetitive tasks.
Blazor uses source generators to convert razor code into C# code, so, indirectly, we are using them all the time.
In the next chapter, we will look at Blazor Hybrid by visiting .NET MAUI.