Tag : mvc

Currently working on a legacy app. One section deals with generating “reports”, each which share some common subsections, that are based on strongly-typed razor partial views. The largest report has something like 20 “partial views” for various subsections, most that occur in some other reports as well. Some of the partials require the outer, somewhat monolithic model in its entirety, and some require nested properties. However, many of those subsections also have some duplicate properties (but it’s not universal)..

Read more