Entity Framework Question:
Download Job Interview Questions and Answers PDF
What is IObjectSet?
Answer:
IObjectSet is a interface which gives collection like functionality. ObjectSet<> also implements IObjectSet. IObjectSet is useful in unit testing where you can create fake EntitySet (of type IObjectSet<>). We have used IObjectSet in our sample project.
Download ADO.Net Entity Framework Interview Questions And Answers
PDF
Previous Question | Next Question |
What is ObjectSet? | What is EntityTypes? |