Hi DaveChristianson-7352,
First, you can use the EF Power Tools Community Edition to pre-generate views.
Then in order to load the views generated you can provide EF with a class that inherits from the DbMappingViewCache abstract class.
More details you can refer to this document.
You can also follow this document to improve the performance of EF.
Best Regards,
Daniel Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.