top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Explain the concept of MVC Scaffolding?

+2 votes
302 views
Explain the concept of MVC Scaffolding?
posted Sep 15, 2014 by Khusboo

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

Scaffolding is a technique used by many MVC frameworks like ASP.NET MVC, Ruby on Rails, Cake PHP and Node.JS etc., to generate code for basic CRUD (create, read, update, and delete) operations against your database effectively. Further you can edit or customize this auto generated code according to your need.
Scaffolding consists of page templates, entity page templates, field page templates, and filter templates. These templates are called Scaffold templates and allow you to quickly build a functional data-driven Website.

answer Nov 28, 2014 by Manikandan J
...