What is orm entity framework?
Answer / Anoop Agarwal
ORM (Object-Relational Mapper) Entity Framework is a technology provided by Microsoft that enables developers to work with databases using C# objects. It acts as an intermediary between the application and the database, providing an abstraction layer for interacting with data.
| Is This Answer Correct ? | 0 Yes | 0 No |
mention what are the various methods provided by the dataset object to generate xml?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
Are there any parts of the .net framework 3.0 that only work on windows vista?
What is route config?
Can I customise the serialization process
What are multicast delegates ? give me an example
how to disable the lazy loading framework?
What is Reflection in .NET?
How does �side by side� work for the .net framework 3.0?
What is .net architecture?
What is difference between html.beginform and ajax.beginform?