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


<p>
<p class="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 timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.</em>
<style type="text/css">
<style type="text/css">
  p {
  p.warn {
opacity: 0.7;
opacity: 0.7;
text-align: justify;
text-align: justify;
Line 55: Line 55:
     <p> <strong>MDRIVEN FRAMEWORK</strong></p>
     <p> <strong>MDRIVEN FRAMEWORK</strong></p>
     <ul> <span data-video="T5VlY1CqqbE" data-start="7" tabindex="0"> database </span>
     <ul> <span data-video="T5VlY1CqqbE" data-start="7" tabindex="0"> database </span>
     <span data-video="T5VlY1CqqbE" data-start="70" tabindex="0"> domain layer  </span>
     <span class="time" data-video="T5VlY1CqqbE" data-start="70" tabindex="0"> domain layer  </span>
     <span data-video="T5VlY1CqqbE" data-start="136" tabindex="0"> folding of information perspectives (View Models) </span>  
     <span class="time" data-video="T5VlY1CqqbE" data-start="136" tabindex="0"> folding of information perspectives (View Models) </span>  
     <span data-video="T5VlY1CqqbE" data-start="205" tabindex="0"> actions </span>
     <span class="time"data-video="T5VlY1CqqbE" data-start="205" tabindex="0"> actions </span>
     <span data-video="T5VlY1CqqbE" data-start="250" tabindex="0"> fetching and updating data /
     <span class="time" data-video="T5VlY1CqqbE" data-start="250" tabindex="0"> fetching and updating data /
     database transactions</span>
     database transactions</span>
     <span data-video="T5VlY1CqqbE" data-start="305" tabindex="0"> Undo/Redo functions </span> </ul>
     <span class="time" data-video="T5VlY1CqqbE" data-start="305" tabindex="0"> Undo/Redo functions </span> </ul>
     <span data-video="T5VlY1CqqbE" data-start="425" tabindex="0"> in-memory transactions</span>  
     <span class="time"data-video="T5VlY1CqqbE" data-start="425" tabindex="0"> in-memory transactions</span>  
     <span data-video="T5VlY1CqqbE" data-start="506" tabindex="0"> subscribe and publish pattern </span>  
     <span class="time" data-video="T5VlY1CqqbE" data-start="506" tabindex="0"> subscribe and publish pattern </span>  
     <span data-video="T5VlY1CqqbE" data-start="620" tabindex="0"> display loop </span>
     <span class="time" data-video="T5VlY1CqqbE" data-start="620" tabindex="0"> display loop </span>
     <span data-video="T5VlY1CqqbE" data-start="709" tabindex="0"> <strong> Turnkey </strong> </span>
     <span class="time" data-video="T5VlY1CqqbE" data-start="709" tabindex="0"> <strong> Turnkey </strong> </span>
     <span data-video="T5VlY1CqqbE" data-start="723" tabindex="0"> information hierarchy </span>
     <span class="time" data-video="T5VlY1CqqbE" data-start="723" tabindex="0"> information hierarchy </span>
     <span data-video="T5VlY1CqqbE" data-start="820" tabindex="0"> command list </span>
     <span class="time" data-video="T5VlY1CqqbE" data-start="820" tabindex="0"> command list </span>
     <span data-video="T5VlY1CqqbE" data-start="891" tabindex="0"> cursor parameter  </span>
     <span class="time" data-video="T5VlY1CqqbE" data-start="891" tabindex="0"> cursor parameter  </span>
     <span data-video="T5VlY1CqqbE" data-start="941" tabindex="0"> client side and UI </span>
     <span class="time" data-video="T5VlY1CqqbE" data-start="941" tabindex="0"> client side and UI </span>
   <ul> <span data-video="T5VlY1CqqbE" data-start="1027" tabindex="0"> client updates </span> </ul>  
   <ul> <span class="time" data-video="T5VlY1CqqbE" data-start="1027" tabindex="0"> client updates </span> </ul>  
     <span data-video="T5VlY1CqqbE" data-start="1137" tabindex="0"> adding an action button (example loop) </span>
     <span class="time" data-video="T5VlY1CqqbE" data-start="1137" tabindex="0"> adding an action button (example loop) </span>
     <span data-video="T5VlY1CqqbE" data-start="1233" tabindex="0"> angular js UI </span>
     <span class="time" data-video="T5VlY1CqqbE" data-start="1233" tabindex="0"> angular js UI </span>
     <span data-video="T5VlY1CqqbE" data-start="1280" tabindex="0"> WPF UI </span>  
     <span class="time" data-video="T5VlY1CqqbE" data-start="1280" tabindex="0"> WPF UI </span>  
     <span data-video="T5VlY1CqqbE" data-start="1420" tabindex="0"> Information Security </span>   
     <span class="time" data-video="T5VlY1CqqbE" data-start="1420" tabindex="0"> Information Security </span>   
</div>   
</div>   
</div>
</div>

Revision as of 21:35, 5 March 2017

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 timeplace 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 38 days ago on 04/03/2024. What links here