Reputation: 2632
I was wondering if anyone knew of any way i can implement an application which will do the following.
I'm aware that there are apps that currently do this (such as sharepoints list creation stuff), but i'd like to see how this was accomplished and recreate it for my own learning purposes.
Thanks alot for any help
Upvotes: 1
Views: 227
Reputation: 24754
Have you check out SharpArchitecture?
Anyway I fiddle with MVC 2 based AutoCrud when I'm not saving the world from aliens so I can give some pointers and point to things to check out:
Thats all I can think off for now. This is not an easy task and a comprehensive answer is probably enough to fill a book.
Upvotes: 1
Reputation: 9117
Take a look at Microsoft's take on scaffolding, also, some time ago I was developing a taxonomy app and found this meta data model in codeproject
Edit: another cool SO link
Upvotes: 2