what is use of entity container?
explain how you can load related entities in ef (entity framework)?
will there be any issues adding a table without primary keys to a data model?
what is csdl?
what do you mean by table-per-hierarchy?
what is way of loading data in ef (entity framework)?
what is eager loading?
what is lazy loading in entity framework?
what is complex type?
what is entityclient?
how can you tell ef to have a different table or column name than that defined for the class?
which are the key concepts of entity data model?
how do you query in entity model when the result has a join from from different database other than the entity model?
what is explicit loading?
what is entity framework advantage?