Monthly Archives: April 2015

Overriding AngularJS MDriven Turnkey Views

This article was moved to MDriven Wiki – Overriding AngularJS MDriven Turnkey Views This is the original generic view we use – use this as a starting point when stirring things up: @using Eco.MVC @model AngularModel @{ Layout = null; … Continue reading

Posted in MDrivenTurnkey | Tagged | Leave a comment

ViewModel efficient fetch

This article has been moved to: https://wiki.mdriven.net/index.php/Efficient_ViewModel_fetch ViewModels are good for efficient fetching of data since they declaratively explain what data that will be used. This enables MDriven to scan thru the expressions and fetch data with a lot fewer queries. … Continue reading

Posted in ViewModel | Tagged | 2 Comments