BhavishyaVenna / DotNetTopics

1 stars 0 forks source link

What are the basic rules to Create Model? #22

Open BhavishyaVenna opened 3 months ago

BhavishyaVenna commented 3 months ago

Model is nothing but Database Table.

Another Model to represent to the UI is ViewModel(Front End Technologies).

Last Name --> Column First Name --> Column

Full Name UI--> Last, First Name --> First Name, Last Name

Dont mix ViewModel with Database Table