开发者

difference between dynamic data binding and scaffold

开发者 https://www.devze.com 2023-02-13 10:48 出处:网络
What is the exact difference on \"SCAFFOLD\" and \"Dynamic Data开发者_如何学C Binding\" , are they same ? No. Scaffolding means to me : build the interface for the field. Per MSDN : \"Scaffolding is t

What is the exact difference on "SCAFFOLD" and "Dynamic Data开发者_如何学C Binding" , are they same ?


No. Scaffolding means to me : build the interface for the field. Per MSDN : "Scaffolding is the mechanism of generating web page templates based on database schemas."

Binding generally means to link the persisted (usually DB) data values for each interface element.

0

精彩评论

暂无评论...
验证码 换一张
取 消