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 ...