If possible - I want to use ASP.NET / Azure / Local SQL Server for caching
Is should be possible to create forms (its ok if the developer team can do that) without lots of coding work since customers will have different forms (avoid proudct lines). The forms are very basic (textboxes for strings / numeric values, radio / checkboxes / comboboxes, retreive some data from and display them). Complexer parts are packed into components / controls
- Is there a simple way to achieve that?
- Where and how to store that information? Document Store? RDBMS? (This is my most important question)