User1106998147 posted
Dear Friends,
i need to design a web application the generally fits the mvc-framework schema, managing data in tables (CRUD). However, those tables are dynamic and don't really exist as DB-Tables. Their structure (columns etc) is managed by the users and there a lot of
them. Furthermore, they (the different tables) are usually always in use.
Let me summarise:
1. It starts with the usual MVC-Scenario: You have several tables like Product, Customer etc.
2. But their number usually increases and decreases
3. and their colums change.
4. The operations remains the same
What I think that I need is "something" that can provide highly dynamic MODELs. The CONTROLLER and VIEW structure won't at all change.
What is your advice to me? Is this scenario possible with the MVC-Framework. Should I try something else? Or what kind of paradigm or technology mix (i. e. classic ADO.NET-Features and MVC) should I try?
Thanks in advance,
hveseli