Home > lazy loading MVC

Lazy loading in entity framework

One of the biggest issue when we use entity framework that is when we request for one single table you will get all related tables in table object. for example: [crayon-660543f224adc220612246/]  in above code you will get all related tables in company object. We can avoid this using Lazy loading. for example: [crayon-660543f224ae9388788929/]  in this case you can get only

This Article is TAGGED in , , , , , . Read more