Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑使用 ASP.net 的动态数据脚手架
http://msdn.microsoft.com/en-us/library/ee377606.aspx
这是在应用程序中实现最佳数据查询速度的好主意吗?
动态数据实际上与数据访问的性能没有任何关系。它旨在提供几乎没有代码的 Web UI。“脚手架”是指自动生成网页来管理数据。
从您问题中的链接:
脚手架是指自动为数据库中的每个表生成网页的动态数据元素。