ASP.NET Core Web API + Entity Framework Core : Loading Related Data | Eager Loading - EP04

Published: 24 December 2019
on channel: CuriousDrive: Solve Coding Problems & Win Prizes!
33,636
439

Hey Coders,

Subscribe here -    / @curiousdrive  
Talk to us on -   / curiousdrive  

Like our page -   / curiousdrive  
Follow us on -   / curious_drive  
Follow us on -   / curiousdrive  

Make a donation - https://www.paypal.me/curiousdrive
Be a member -   / curiousdrive  

Find Code here - https://github.com/CuriousDrive/BookS...

In this #EntityFramework tutorial, I am showing how you can use Include() and ThenInclude() functions to load related from your DB.

Content -
1. #JsonException
2. #Include
3. #ThenInclude

Code to add at startup.cs -
Note : YouTube does not allow angle brackets so please replace it in your code before running.

services.AddMvc(option =(angle bracket) option.EnableEndpointRouting = false)
.SetCompatibilityVersion(CompatibilityVersion.Version_3_0)
.AddNewtonsoftJson(opt =(angle bracket) opt.SerializerSettings.ReferenceLoopHandling = ReferenceLoopHandling.Ignore);

#CuriousDrive #WeLoveCoding


Watch video ASP.NET Core Web API + Entity Framework Core : Loading Related Data | Eager Loading - EP04 online without registration, duration hours minute second in high quality. This video was added by user CuriousDrive: Solve Coding Problems & Win Prizes! 24 December 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 33,636 once and liked it 439 people.