Windows Vista Forums

RoR-like dynamism in .NET?
  1. #1


    Yash Ganthe Guest

    RoR-like dynamism in .NET?

    Hi,



    Ruby on Rails provides a concept called ActiveRecord which generates a
    class based on the schema of a table in the database. It further
    provides a feature called Scaffolding which generates web forms for
    CRUD operations of the entity.

    We would like to have basic web forms created based on the fields in
    the tables. If the fields change, the form should change so that the
    next time someone accesses it, the new fields are seen.
    Is there any similar framework for .NET?

    Thanks,
    Yash

      My System SpecsSystem Spec

  2. #2


    Joern Schou-Rode Guest

    Re: RoR-like dynamism in .NET?

    On Mon, 15 Jun 2009 14:43:56 +0200, Yash Ganthe <yashgt@xxxxxx> wrote:

    > We would like to have basic web forms created based on the fields in
    > the tables. If the fields change, the form should change so that the
    > next time someone accesses it, the new fields are seen.
    > Is there any similar framework for .NET?
    ASP.NET Dynamic Data (almost) does what you ask for:
    http://www.asp.net/dynamicdata/

    --
    Joern Schou-Rode
    http://malamute.dk/

      My System SpecsSystem Spec

RoR-like dynamism in .NET? problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
RoR-like dynamism in Silverlight? Yash Ganthe .NET General 1 19 Jun 2009