In this episode, Jeffrey is going to dive deeper into using .NET 6 with Onion Architecture or using Onion Architecture and applying it to .NET 6.
He is going to build upon the existing application that has been started in previous episodes to create church bulletin software that can print PDFs of the bulletins for a Sunday morning worship service and drive digital signage on a billboard or screen of any kind for the announcements or events happening.
The application has already been mapped with entity framework and now you are going to build upon that to create queries and the actual usage of entity framework. It will have statements, filtering, and build the data access layer.
You will be watching Jeffrey code and understand how he thinks about things. He intentionally is working sequentially to help introduce helper classes, as they are needed in the application, to understand and see what is being done.