-
Book Overview & Buying
-
Table Of Contents
Web Development with Blazor - Fourth Edition
By :
In this chapter, we will look at writing code that generates code using source generators. This isn't a Blazor-specific feature, but it's used behind the scenes in Blazor and is something we can take advantage of in our own applications. The subject of source generators is a book in itself, but I wanted to introduce them since they help reduce repetitive coding, and honestly, they're one of my favorite features. I am the kind of person who will spend a whole day writing source code to avoid a repetitive task, even if that task only takes 10 minutes each time. Repetitive tasks have never been my favorite.
In this chapter, we will cover the following:
The idea for this chapter is for you to use it as a reference so that you can implement a new project on your own.