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 |
Explain peek method in tempdata in asp.net mvc?
What is CLR? How it will work?
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)?
What are Resource Files ? How are they used in .NET
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
creating crystal reports in asp.net & vb.net
How does servicing work for the .net framework 3.0?
VIEWS WITH SYNTAX AND EXAMPLE IN SQL
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
What are scaffold templates in mvc?
Which are the important namespaces used in ASP.Net MVC?