You can improve the performance of your Entity Framework Core queries by crafting custom SQL for your queries. This is great when you need to tweak bottlenecks of performance for complex logic. Let's see how it works!
You can hire me too! You can reach me at my new website:
https://shawn.wildermuth.com
00:00 Introduction
01:26 Querying with EF8
04:37 Creating a Model
05:47 Returning the Model
06:34 Using Custom SQL
07:10 Using Parameters in SQL
08:40 New SqlQuery Method
09:39 Extening SQL with Linq
11:32 Wrapping Up
If you like this video, you might like other videos in my Instructional Videos:
• Instructional Videos