Page 1 of 1

What is a model.cs file?

Posted: Wed Sep 29, 2010 1:44 am
by complete
What is a model.cs file?

Image

This appears in a project I am sharing with other dev's. What is a model.cs file?


I have heard that it looks like the MVVM design pattern. Will MVVM design pattern produce this sort of configuration in the IDE where you have a xaml file with two nested cs files like this?

Posted: Mon Jan 25, 2021 4:00 am
by DavidHula
It depends. It could be easier for other members to look into the case if project type and project information were provided.
However, as fas as i can see from the screen shot, it seems like a .net project(cs means C# files) and the model file is the part of the MVVM or MVP pattern.
Hope this helps.