what is a model in csharp

Code Example - what is a model in csharp

                
                        In MVC M stands for Model and Model is a normal C# class. Model
is responsible for handling data and business logic. A model represents
the shape of the data. Model is responsible for handling database related
changes