Hi,
We have a multi-tenant MVC platform (Website builder type project) that uses VirtualPathProvider and custom view engine heavily. I'm wondering whether we can make any benefits out of the MVC 6?
Currently we face a problem relating to compilations on each theme installed by our customer's website which causes serious performance slowdown whenever there's theme change or installations so we are constrained to roll out our platform slowly. It seems MVC 6 "on the fly" compilation is more like a feature that we are seeking for, am I right on this?
Also another important part is all our themes are currently installed on Azure Blob Storage and OpenStack Swift, so we have 2 sets of virtual path providers created, is the virtual path provider still available in MVC 6? Are there any docs that I can reference to check whether we can port the existing code?
Thanks.