Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
创建新的 ASP.NET MVC 3 项目时,没有预先创建的目录用于存储 ViewModel 对象(大概是因为这是一种可选模式)。我知道位置是任意的,但是否有一个普遍接受的路径应该放置它们?
通常 ViewModels 应该在 Views 的同一个项目中,但它是任意的
在模型文件夹中。此文件夹应包含视图模型。域模型或实体模型应该是另一个组件的一部分,即数据访问层组件。DTO 也是如此。