gpt4 book ai didi

c# - MVC DAL 和 BLL 概念

转载 作者:太空狗 更新时间:2023-10-29 18:09:24 26 4
gpt4 key购买 nike

<分区>

我习惯了 Classic Asp,在那里我从未使用过 DAL/BLL 概念,现在我正在学习 MVC 并试图远离不良习惯(例如在 ASP 页面本身中编写 SQL 查询)。我阅读了有关数据访问层和业务逻辑层的内容......它们很有意义,但我正在尝试弄清楚如何将它们放入我当前的应用程序中。

它是一个购物车应用程序。

目前我没有对实体使用 EF 或 SQL,普通的旧 ADO.NET,我的函数在其中返回数据表。

我举个例子。

1 - I need to Return Products From SQL Table 
2 - My Products Model Class will hold the SQL Table output
3 - and then I will show the output to View

涉及带货查询

Select *  From Products Where title = 'Bluh'

ProductsModelView.vb

Class ProductsModelView

Public title as string
Public sku as string
....etc
End Class

现在我的 View 将简单地呈现结果(List(ProductsModelView))

现在我的问题是……我应该如何将上述步骤构建到 DAL 和 BAL 层中。

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