Arvind Nigam
What is Model in MVC ?
By Arvind Nigam in .NET on Dec 14 2015
  • Sai Hariharan Krishnakumar
    Aug, 2017 8

    Model is the business logic contained in the project in the form of a class. A Model class contains properties and other variables which can be utilized in generating a VIEW with all the CRUD related information for objects contained. Database connections can also be established in MODEL with database first approach of creating a model. It will create ORM to work with Database as a CLASS.

    • 0
  • Ravi Patel
    Dec, 2015 30

    model is nothing but just class

    • 0
  • Arvind Nigam
    Dec, 2015 14

    Many people get confuse about that what is actually the Model in MVC framework. I tell you this is just a class nothing more than that. You need to write the classes altogether only to make it a Model which in-turns works with the controller to display the view as per required input.Model used by : Users - What data will they be interacting with? and MVC - Input controls -Display formatting -Validations

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS