Question d’entretien chez Civica

What is MVC?

Réponse à la question d'entretien

Utilisateur anonyme

5 juil. 2020

MVC stands for Model, View, and Controller. MVC separates an application into three components - Model, View, and Controller. Model: Model represents the shape of the data. A class in C# is used to describe a model. Model objects store data retrieved from the database.