ModelCraft
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 176: Line 176:
  </html>
  </html>
{{#widget:ModelCraft|step_number=1|step_title=Introduction to Software Modeling|step_description=What is a Model and why is it essential?}}
{{#widget:ModelCraft|step_number=1|step_title=Introduction to Software Modeling|step_description=What is a Model and why is it essential?}}
{{#widget:ModelCraft|step_number=2|step_title=Understanding UML|step_description= * ORM <br>  
{{#widget:ModelCraft|step_number=2|step_title=Understanding UML|step_description= <ul><li> ORM </li><br>  
ORM’s role in connecting object-oriented code to relational databases.
<li>ORM’s role in connecting object-oriented code to relational databases. </li>
Popular ORM frameworks (e.g., Hibernate, Entity..)}}
<li>Popular ORM frameworks (e.g., Hibernate, Entity..)</li></ul>}}  
<html>
<html>
</div>
</div>
</html>
</html>

Revision as of 18:27, 10 August 2024

Image
MDRIVEn MODELCRAFT
ModelCraft is your introduction to the world of modeling through the MDriven lens. Here, you will gain a thorough grasp of modeling basics, understand UML, and master ViewModels.
1
Introduction to Software Modeling

What is a Model and why is it essential?

2
Understanding UML

  • ORM

  • ORM’s role in connecting object-oriented code to relational databases.
  • Popular ORM frameworks (e.g., Hibernate, Entity..)