what is use of entity container?
Answer / Somendra Pandey
An Entity Container in Entity Framework represents the entire context of a database operation. It manages relationships between entities, tracks changes to entities, and provides an interface for querying the database. A single Entity Container can contain multiple tables, views, or functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is the lack of deterministic destruction in .NET a problem
What does assert() method do?
1 Answers MCN Solutions, Siebel Systems,
How large is the .net framework 3.0?
The order of the filters that get executed, if the multiple filters are implemented?
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
what is code first approach?
What is the .net framework?
Difference between ASP.NET MVC and ASP.NET WebForms?
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
What is razor code?
How to enable Attribute Routing?
What is difference between html.beginform and ajax.beginform?