crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Architecture of Entity Framework with its components
Question Posted on 16 Mar 2019Home >> DotNet >> Entity Framework >> Architecture of Entity Framework with its components

Architecture of Entity Framework with its components
Below is the Architecture or Entity Framework details components


EF Architecture
EDM (Entity Data Model):- EDM mainly consists of three mainparts
(1)Conceptual Model
(2)Storage Model
(3)Mapping
(1)Conceptual Model:- This model contains the model classes and their relationships. This will be independent from database table design.
(2)Storage Model:-This model is databas design model which have tables, viws, stored procedures and their relationships and keys.
(3)Mapping:-This contains infromation about how the concptual model is mapped to storage model.
Now we will cover different other topics of Entity framework model
(1)LINQ to Entities
(2)Entity SQL
(3)Object Service
(4)Entity Client Data Provider
(5)ADO.NET Data Provider
(1)LINQ to Entities(L2E):- It is a query language which is used to write query against the object model. This return entities which defined in the conceptual model.
(2)Entity SQL:-It is also a query language which is only used for EF 6. But is is little more difficult then L2E. And devloper need to learn it separately.
(3)Object Service:-It is main point for accessing data and return of data back to database. It alos included in process of converting data returned from an entity client data provider to and entity object structure which is also called materialization.
(4)Entity Client Data Provider:- Its communicate with ADO.NET data provider whihc helps in sending and returning data from database. ANd other main work of this is to convert L2E or Entity SQL queries into SQl query so that is understand by the database.
(5)ADO.NET Data Provider:-This layer communicates with database using Standard ADO.NET.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Different EF and EF Core Version History

What is Entity Framework

Architecture of Entity Framework with its components






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap