What is a model.cs file?

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
complete
Member
Posts: 75
Joined: Fri Aug 26, 2005 11:08 am

What is a model.cs file?

Post 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?
DavidHula
New Member
Posts: 1
Joined: Tue Dec 22, 2020 3:37 am

Post 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.
Post Reply