Doing stuff later

When you have an MDrivenServer you can do a lot of useful things in serverside jobs.Up until now there has been one common and one fantastic way to trigger serverside…

Localization

Localization is the processes of translating a product to work in a new culture or language.When it comes to MDriven we are in a good seat for handling all the…

The Modern QueryPlanner

The goal of the Modern Queryplanner is this:Reduce server roundtrips for data fetch by analyzing viewmodel context and inform server with precision on what to deliver. Doing this will reduce…

Cursored or Full Tree

There are two ways to look at object graphs used for defining ViewModels in MDriven.“Cursored” or “Full Tree”Consider this model:Lets say we have 1 Class1 object that has 2 Class2…