Thursday, September 10, 2015

ASP.NET MVC Model Driven, anyone listening?

I often find myself thinking, as I write razor views one field at a time, why am I doing this!? What a wonderful world it would be if I could create a reasonable editor template, or grid view by just basing it on the meta data in the model. That way I could write the template once, and the rest would just be up to the model. I've played around with this a few times, and it seems the existing frameworks for this leave a lot to be desired.

Anyone listening and interested in a robust template based set of views that could present a model using meta data such that we could stop having to write our views by hand and not have them look so absurdly lame? I want my cake and eat it too.

No comments:

Post a Comment