© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
B. L. GormanPractical Entity Framework Core 6https://doi.org/10.1007/978-1-4842-7301-2_7

7. Stored Procedures, Views, and Functions

Brian L. Gorman1  
(1)
Jesup, IA, USA
 

In this chapter, you are going to look into ways to leverage the built-in programmable features of SQL Server that allow for maximum performance and efficiency.

You’ve already seen that you can easily create tables in a code-first approach with Entity Framework. However, in real-world applications, you are going to need to start building out more robust database solutions. By the end of this chapter, you will have a working understanding of what it takes to leverage database objects like stored ...

Get Practical Entity Framework Core 6: Database Access for Enterprise Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.