InfoQ

Topic/Tag specific view

All content and news on InfoQ about Scaffold


News about Scaffold

Scaffolding in ASP.NET: Dynamic Data Support

Community
.NET
Topics
Web Frameworks,
.NET Framework

ASP.NET Dynamic Data Support is part of the ASP.NET 3.5 Extensions, which have been published as a CTP last week. It provides a scaffolding framework that allows rapid application development based on ASP.NET.

Extended Rails Scaffolding with ActiveScaffold

Community
Ruby
Topics
Ruby on Rails

Scaffolding is a powerful Rails feature which will generate interfaces to interact with your data-model directly. It can either be used as starting-point or administrative backend tool. But the default Rails scaffold ignores relation between models. ActiveScaffold fulfills this and comes with pretty dynamic Ajax UIs.