C# .NET Core 6.0 – Using Select when creating the IQueryable is executing SQL, how do I get delayed execution?
We have a DataTier. Inside this DataTier are models that represent various tables/fields. These models are also associated with their respective DbContext (We’ll call it OurDbContext).