gpt4 book ai didi

c# MVC - 文件夹结构 - 在哪里放类?

转载 作者:太空狗 更新时间:2023-10-30 00:17:30 26 4
gpt4 key购买 nike

在asp/net MVC中,项目分为Models、Views和Controllers。到目前为止还不错。

假设我有一个“人员”类,人员 Controller 使用人员模型向其填充数据。

将我的 person.cs 类放在哪里最好?在 Controller 或模型文件夹中?你是做什么的?

谢谢

弗兰克

最佳答案

我会在解决方案中创建另一个类库项目,定义我的类,然后在我的 ASP.Net MVC 应用程序中引用我的库。

WebApp Solution
|-MyMVCProject
|-Models
|-Controllers
|-Views
|-MyMVCProject.Domain (you'd put your models here)
|-Person.cs
|-MyMVCProject.Services (you'd put entity services here)

关于c# MVC - 文件夹结构 - 在哪里放类?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1433192/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com