求真百科欢迎当事人提供第一手真实资料,洗刷冤屈,终结网路霸凌。

Data level查看源代码讨论查看历史

事实揭露 揭密真相
4521552651讨论 | 贡献2022年7月11日 (一) 15:54的版本 (创建页面,内容为“data level refers to asp Net, including data layer, business logic layer and presentation layer. Using asp Net technology is often used to develop large and medium-s…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

data level refers to asp Net, including data layer, business logic layer and presentation layer. Using asp Net technology is often used to develop large and medium-sized applications. Among them, the operation of the database is encapsulated in the data layer, and the logical operation of the data is encapsulated in the business logic layer. The above two layers adopt Net class library, web form pages and user controls are in the presentation layer.