Back to Browse

Querying DB With More Complex LINQ and Raw SQL

3.3K views
Oct 19, 2021
30:46

Recording of my lectures at HTL Leonding 2021/22. You can find the course material on GitHub at https://github.com/rstropek/htl-leo-pro-5. This week, we dive deeper into various aspects of Entity Framework Core. In the second hour, we implement a search API using C# LINQ with Entity Framework Core. Next, we implement the same functionality with raw SQL to learn how we could optimize SQL queries manually. The sample referenced in the video can be found at https://github.com/rstropek/htl-leo-pro-5/tree/master/homeworks/0300-search-api. 00:00:00 Intro 00:00:17 Preparing the project for adding the search logic 00:04:01 Building the search query with LINQ 00:10:12 Optimizing result using a query type 00:18:44 Building the search query using SQL 00:30:31 Wrapping up

Download

1 formats

Video Formats

360pmp450.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Querying DB With More Complex LINQ and Raw SQL | NatokHD