求真百科歡迎當事人提供第一手真實資料,洗刷冤屈,終結網路霸凌。

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.