What is the difference between model and entity?



What is the difference between model and entity?..

Answer / Abhishek Tripathi

In .NET, an Entity represents a row of data within a database table and has properties that map directly to columns in the table. A Model, on the other hand, is a representation of the real-world object or concept, often containing multiple entities or domain logic. In the MVC pattern, the model encapsulates the business logic and data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Explain peek method in tempdata in asp.net mvc?

1 Answers  


What is CLR? How it will work?

5 Answers  


What is the difference between old ADO.NET and Entity framework coding techniques?

1 Answers   Beahead Private Limited,


explain how you can load related entities in ef (entity framework)?

1 Answers   Microsoft,


What are Resource Files ? How are they used in .NET

1 Answers  


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

1 Answers   NA,


creating crystal reports in asp.net & vb.net

1 Answers  


How does servicing work for the .net framework 3.0?

1 Answers  


VIEWS WITH SYNTAX AND EXAMPLE IN SQL

1 Answers  


What is CLR and how it generates native code ?

1 Answers   Digital GlobalSoft, Vital Soft,


What are scaffold templates in mvc?

1 Answers  


Which are the important namespaces used in ASP.Net MVC?

1 Answers  


Categories