|
|
|
|
|
by NicoJuicy
4605 days ago
|
|
Develop in Asp.Net MVC and change your viewmodels to dynamic (ExpandoObject) types. You'll notice the advantages :) ps. want to iterate over the object like in reflection, just convert the object to a (IDictionairy<string,object>) |
|