I've seen the .NET Samples solution where there are many small examples of individual features on display. And most of the ones that I looked at all have code behind and very surface level implementations. Are there any professional quality, broader scope applications that demonstrate how one might use several of the features in one "enterprise"(for lack of a better term) application? Something following the MVVM pattern and has feature layers, graphics overlays, and raster layers all working together? I'm looking for an example of how one "should" put together an application using 100.x as things have changed significantly from 10.2.7.
I did see the RoutingSample by the way and that was the closest thing I've seen so far that at least shows an example of MVVM using 100.x. Thanks for that one. Just wondering if there is a more complete example like this.