Documentation
No edit summary
No edit summary
Tag: 2017 source edit
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
=== MDriven Learn: Documentation ===
=== MDriven Learn: Documentation ===
Got questions like these:


* What is MDriven?  
===== '''INTRODUCTION''' =====
* How does it work?  
'''Welcome to MDriven’s Documentation! '''
* Where do I install it from?
 
* How can MDriven benefit my business?  
Whether you’re a seasoned developer working on intricate projects or have some interest in modeling, this section is your go-to resource for understanding MDriven from the inside out. You’ll find detailed guides, explanations, and practical examples to help you model, prototype and execute your ideas. Do you have questions such as:
 
* What is MDriven?
* How does it work?
* How do I get started?
* How much experience do I need to use the MDriven tools?
* How can MDriven benefit my business?
* Is MDriven a good long-term solution for my business?
* Is MDriven a good long-term solution for my business?
* How do I get started?
<html>
* How much experience do I need to have to use the MDriven tools?
<style>
 
.mw-parser-output > *:first-child {
/* margin-right: 200px */
display: none;
}
 
.products__docu__wrapper {
  padding: 1rem 0;
}
 
.grid-container {
    display: flex;
    padding: 1rem 0;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
 
.documentation-card {
    max-width: 280px !important;
}
.documentation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
 
    @media (max-width: 767px) {
        .headerContent {
            padding: 2em 1em !important;
            max-width: none;
        }
        .heading {
            font-size: 1.5em !important;
        }
        .sub-heading {
            font-size: 1em;
        }
        .description {
            font-size: 0.875em;
        }
        .input-container {
            max-width: none;
            height: auto;
        }
        .search-icon {
            margin-left: 1em;
        }
        .search-input {
            padding-left: 1em;
            padding-right: 1em;
        }
      .grid-container {
            grid-template-columns: 1fr;
            padding: 2rem 1em;
           
        }
        .responsive-container {
            padding-left: 1em !important;
            padding-right: 1em;
            padding-top: 2rem !important;
            padding-bottom: 0px;
        }
        .responsive-text {
          width: auto;
          font-size: 12px;
        }
    }
 
 
</style>
<section class="products__docu__wrapper">
<p>Explore more on how the MDriven tools help you build your ideas into reality.</p>
<div class="grid-container">
 
</html>
{{#widget:Documentation
|image=/images/doc1.svg
|titlelink=/index.php/Documentation:MDriven_designer_overview_Part_1
|titletext=MDriven Designer
|text=A UML modeling tool that allows you to capture sufficient details to cover every aspect of a software system.
}}
{{#widget:Documentation
|image=/images/doc2.svg
|titlelink=/index.php/Documentation:MDriven Framework – a Model driven framework
|titletext=MDriven Framework
|text=A structure that allows you to write strongly typed C# code, accessing all the types and classes from your model.
}}
{{#widget:Documentation
|image=/images/doc3.svg
|titlelink=/index.php/Documentation:Starting_with_MDriven_Turnkey
|titletext=MDriven Turnkey
|text=MDriven's application that enables you to develop internet applications based on proven technologies like JQuery, AngularJS and Azure.
}}
{{#widget:Documentation
|image=/images/doc4.svg
|titlelink=/index.php/Documentation:MDriven_Server_Introduction
|titletext=MDriven Server
|text=An IIS application that stores your MDriven data in a database.
}}
{{#widget:Documentation
|image=/images/doc5.svg
|titlelink=/index.php/Documentation:Mockotype
|titletext=Mockotype
|text=MDriven Designer started in simplified mode.
}}
{{#widget:Documentation
|image=/images/doc1.svg
|titlelink=/index.php/Documentation:Part_1_OCL_Common_Expressions
|titletext=OCL
|text=The query and action language used in MDriven.
}}
{{#widget:Documentation
|image=/images/doc1.svg
|titlelink=/index.php/Documentation:Introduction_to_ECO
|titletext=ECO
|text=A Visual Studio Plugin that helps any .net application handle the objects of that model in memory.
}}
 
<html>
</div>
</section>
</html>
From troubleshooting common issues to providing step-by-step instructions, we’ve got you covered. Learn how to employ features like Tagged Values, Access groups and Placing Containers. Dive into, for example, our use of OCL, explore Autoforms, and understand the ViewModel, through clear instructions, code snippets, and best practices. With so much to discover, let’s unlock the possibilities together!
 
Browse Documentation in '''3''' ways:
 
1. Use the '''left menu''': The left menu unfolds to showcase different, related topics to give you further insight.
 
2. Click one of the '''product cards''' above: Each card points to specific pages on that product’s information.


⬅️ Browse Documentation and find all the answers to your questions.
3. Use the '''Search bar''' at the top: If you need information on a particular term, the Search bar is a helpful tool.{{Edited|September|12|2024}}
{{Edited|July|12|2024}}

Latest revision as of 05:38, 27 June 2024

MDriven Learn: Documentation

INTRODUCTION

Welcome to MDriven’s Documentation!

Whether you’re a seasoned developer working on intricate projects or have some interest in modeling, this section is your go-to resource for understanding MDriven from the inside out. You’ll find detailed guides, explanations, and practical examples to help you model, prototype and execute your ideas. Do you have questions such as:

  • What is MDriven?
  • How does it work?
  • How do I get started?
  • How much experience do I need to use the MDriven tools?
  • How can MDriven benefit my business?
  • Is MDriven a good long-term solution for my business?

Explore more on how the MDriven tools help you build your ideas into reality.

Image
A UML modeling tool that allows you to capture sufficient details to cover every aspect of a software system.
Image
A structure that allows you to write strongly typed C# code, accessing all the types and classes from your model.
Image
MDriven's application that enables you to develop internet applications based on proven technologies like JQuery, AngularJS and Azure.
Image
An IIS application that stores your MDriven data in a database.
Image
MDriven Designer started in simplified mode.
Image
OCL
The query and action language used in MDriven.
Image
ECO
A Visual Studio Plugin that helps any .net application handle the objects of that model in memory.

From troubleshooting common issues to providing step-by-step instructions, we’ve got you covered. Learn how to employ features like Tagged Values, Access groups and Placing Containers. Dive into, for example, our use of OCL, explore Autoforms, and understand the ViewModel, through clear instructions, code snippets, and best practices. With so much to discover, let’s unlock the possibilities together!

Browse Documentation in 3 ways:

1. Use the left menu: The left menu unfolds to showcase different, related topics to give you further insight.

2. Click one of the product cards above: Each card points to specific pages on that product’s information.

3. Use the Search bar at the top: If you need information on a particular term, the Search bar is a helpful tool.

This page was edited 73 days ago on 06/27/2024. What links here