Community

Using DataLoadOptions to Fetch(Immediate Load) the Related Objects in LINQ

(Satheesh Babu) By default, LINQ to SQL use lazy loading or deferred loading to get the related object. Lazy loading is a technique where a data is loaded only on demand. For example, consider a simple data model with Employee and Department.

Read More - Register for Free Membership