mvc scaffolding

mvc scaffolding 

MvcScaffolding is tool available to ASP.NET MVC developers using Visual Studio that generates customizable controllers and views for any number of entities in your data model. In other words, MvcScaffolding is a way to quickly create an application layout based on data. This means there are less routine tasks that developers need to do, for example, creating your own controllers/views, CRUD methods, and validation, and more time spent on solving business problems.

posted @ 2012-04-09 14:56  wind hong  阅读(311)  评论(0编辑  收藏  举报