MDriven Framework
No edit summary
mNo edit summary
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<html>
<html>
MDriven Framework is the big brother of MDriven Turnkey. It allows you to write strongly typed c# code - accessing all the types and classes from your model. In this video we show how that c# code can implement methods and derivations of your model in MDriven Turnkey
MDriven Framework is the big brother of MDriven Turnkey. It allows you to write strongly typed c# code - accessing all the
<p class="warn">  
types and classes from your model. In this video we show how that c# code can implement methods and derivations of your model
<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>
in MDriven Turnkey
<style type="text/css">
 
p.warn {
<p class="video-warn">
opacity: 0.6;
  To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini
text-align: justify;
  player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now
opacity: 0.7
  you can pick any topic to be instructed without watching the whole video.
width: 90%
}
</style>
</p>
</p>
<style>
 
#video12 {
<div class="video">
  position: relative;
   <div class="video__wrapper">
  height: 500px;
    <iframe src="https://www.youtube.com/embed/nuNktUpn-cg?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
  width:560px;
  </div>
  padding-bottom: 10px;
   <div class="video__navigation">
}
     <span class="navigation-item" data-video="nuNktUpn-cg" data-start="5" tabindex="0"> MDriven framework </span>
#video12 iframe {
     <span class="navigation-item" data-video="nuNktUpn-cg" data-start="30" tabindex="0"> Working with the Visual Studio 2017</span>
  position: absolute;
     <span class="navigation-item" data-video="nuNktUpn-cg" data-start="194" tabindex="0"> Replacing the model on MDriven Turnkey (portal.MDriven.net) </span>
  min-height: auto;
     <span class="navigation-item" data-video="nuNktUpn-cg" data-start="324" tabindex="0"> .cs (own code) VS eco.cs (auto generated) files</span>
  min-width: auto;
     <span class="navigation-item" data-video="nuNktUpn-cg" data-start="420" tabindex="0"> Compiling the library </span>
}
     <span class="navigation-item" data-video="nuNktUpn-cg" data-start="680" tabindex="0"> implementing the derivation in C#</span>
#video12 div {
     <span class="navigation-item" data-video="nuNktUpn-cg" data-start="1220" tabindex="0"> CodeFound and Dressed</span>
  position: absolute;
  </div>
  top: 0;
  left:760px;
  width: 260px;
  height: 100%;
  padding-left: 10px;
  overflow-y: auto;
}
span.time {
    font-size: 18;
    padding: 2px 10px 0.5px 10px;
    padding-bottom: 0.5;
    display:block;
    padding-top: 0.5;
  opacity: 0.7;
}
span.time:hover {
  color: #0000FF;
  cursor: pointer;
}
span.time:focus {
   color: blue;
</style>
<br>
<div id="video12">
<iframe width="740" height="500" src="https://www.youtube.com/embed/kUZiTI67lz0?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
   <div>
     <span class="time" data-video="kUZiTI67lz0" data-start="5" tabindex="0"> MDriven framework </span>
     <span class="time" data-video="kUZiTI67lz0" data-start="30" tabindex="0"> Working with the Visual Studio 2017</span>
     <span class="time" data-video="kUZiTI67lz0" data-start="194" tabindex="0"> Replacing the model on MDriven Turnkey (portal.MDriven.net) </span>
     <span class="time" data-video="kUZiTI67lz0" data-start="324" tabindex="0"> .cs (own code) VS eco.cs (auto generated) files</span>
     <span class="time" data-video="kUZiTI67lz0" data-start="420" tabindex="0"> Compiling the library </span>  
     <span class="time" data-video="kUZiTI67lz0" data-start="680" tabindex="0"> implementing the derivation in C#</span>  
     <span class="time" data-video="kUZiTI67lz0" data-start="1220" tabindex="0"> CodeFound and Dressed</span>
</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 Designer]]
[[Category:MDriven Designer]]

Revision as of 19:51, 21 August 2018

MDriven Framework is the big brother of MDriven Turnkey. It allows you to write strongly typed c# code - accessing all the types and classes from your model. In this video we show how that c# code can implement methods and derivations of your model in MDriven Turnkey

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 Working with the Visual Studio 2017 Replacing the model on MDriven Turnkey (portal.MDriven.net) .cs (own code) VS eco.cs (auto generated) files Compiling the library implementing the derivation in C# CodeFound and Dressed

This page was edited 48 days ago on 02/10/2024. What links here