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

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

事实揭露 揭密真相
跳转至: 导航搜索

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.