Enabling Lazy Loading in EF Core
One of the features of EF Core is the ability to enable lazy loading, which can improve the performance of your application by deferring the loading of related data until it is actually needed.
What is Lazy Loading?
Lazy loading is a technique that d...
mbarkt3sto.hashnode.dev3 min read
Ivan Nedviga
It was so difficult topic for me(when I was reading in Ukrainian), but now when I've just read in English - it was so easy for me. Thank you author, that you write so readable topics!)