I'm wondering about preparing generic partial view (or HTML helper) which could generate the table based on view model members and its metadata.
It should look similar to this: C# reflection use variable as object.[var]
Is it a good idea or I should forget about it and every time write the code manually because reflection would be too slow?
Are there any tools / add-ons which are able to generate such a code from a view model?