MDriven Turnkey Architecture
No edit summary
No edit summary
Line 2: Line 2:
<p> Get the full architecture of MDriven Turnkey explained</p>
<p> Get the full architecture of MDriven Turnkey explained</p>


<p class="warn">
<p class="video-warn">
<em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.</em>
<em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme navigation-itemplace in the video. Now you can pick any topic to be instructed without watching the whole video.</em>
<style type="text/css">
p.warn {
opacity: 0.7;
text-align: justify;
width: 90%
}
</style>
</p>
</p>
 
<div class="video">
 
  <div class="video__wrapper">
</br>
  <iframe src="https://www.youtube.com/embed/RE7knEcKJ4Y?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
<div id="video12">
  </div>
  <iframe width="740" height="500" src="https://www.youtube.com/embed/RE7knEcKJ4Y?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
   <div class="video__navigation">
   <div>
     <p> <strong>MDRIVEN FRAMEWORK</strong></p>
     <p> <strong>MDRIVEN FRAMEWORK</strong></p>
     <ul> <span data-video="RE7knEcKJ4Y" data-start="7" tabindex="0"> database </span>
     <ul> <span data-video="RE7knEcKJ4Y" data-start="7" tabindex="0"> database </span>
Line 41: Line 33:
</div>   
</div>   
</div>
</div>
</div>


<script>
 
var IMG = document.querySelectorAll('#video12 span'),
    IFRAME = document.querySelector('#video12 iframe');
for (var i = 0; i < IMG.length; i++) {
  IMG[i].onclick = function() {
    IFRAME.src = 'https://www.youtube.com/embed/' + this.dataset.video + '?rel=0&autoplay=1';
    if(this.dataset.end) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&end=' + this.dataset.end);
    if(this.dataset.start) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&start=' + this.dataset.start);
    this.style.backgroundColor='rgba(0,0,0,.2)';
  }
}
</script>
</html>
</html>
[[Category:MDriven Turnkey]]
[[Category:MDriven Turnkey]]
[[Category:Architecture]]
[[Category:Architecture]]

Revision as of 21:41, 6 November 2018

Get the full architecture of MDriven Turnkey explained

To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme navigation-itemplace in the video. Now you can pick any topic to be instructed without watching the whole video.

MDRIVEN FRAMEWORK

    database domain layer folding of information perspectives (View Models) actions fetching and updating data / database transactions Undo/Redo functions
in-memory transactions subscribe and publish pattern display loop Turnkey information hierarchy command list cursor parameter client side and UI
    client updates
adding an action button (example loop) angular js UI WPF UI Information Security

This page was edited 25 days ago on 04/03/2024. What links here