Best Practices
No edit summary
No edit summary
Tag: 2017 source edit
 
(74 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Edited|July|12|2025}}
<message>Write the content here to display this box</message>
__HIDECREDIT__
<html>
<html>
<style>
<style>
.bestpractices-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.mw-parser-output > *:first-child {
    display: none;
}
.header3 {
  padding: 2rem 5em;
}
.contentHeader {
  padding: 5em;
  margin-bottom: 2em;
}
.heading {
  font-size: 2.25em;
}
.grid-container {
    display: grid;
    padding: 0 5em;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}
     @media (max-width: 767px) {
     @media (max-width: 767px) {
         .content {
         .contentHeader {
             padding: 2em 1em;
             padding: 2em 1em;
             max-width: none;
             max-width: none;
Line 26: Line 60:
             padding-right: 1em;
             padding-right: 1em;
         }
         }
      .header3 {
          padding: 2rem 1em;
      }
      .grid-container {
    grid-template-columns: 1fr !important;
    padding: 0 2em !important;
}
     }
     }
</style>
</style>


<div style="background: #F3F6F9;;">
<div style="background: linear-gradient(94deg, #E2F5FA 0%, #F7FAFC 49%, #FFDABB 100%);">
   <div class="content" style="padding: 5em;  width: 100%; display: flex; flex-direction: column; gap: 10px; box-sizing: border-box;">
   <div class="contentHeader" style="width: 100%; display: flex; flex-direction: column; gap: 10px; box-sizing: border-box;">
<div style="color: #44546F;">Best practices</div>
<div style="color: #44546F;">Best practices</div>
     <div class="heading" style="color: #182933; font-size: 2.25em;  font-weight: 700; text-transform: uppercase; ">BEST PRACTICES</div>
     <div class="heading" style="color: #182933;  font-weight: 700; text-transform: uppercase; ">BEST PRACTICES</div>
    <div style="color: black; font-size: 14px; font-family: Outfit; font-weight: 400; word-wrap: break-word;">Suggestions and ideas on how to creatively use MDriven tools. </div>
</div>
</div>
</div>
</div>


<div style="color: #182933; 500; word-wrap: break-word; padding-left:85px; font-weight:500; font-size:20px; padding-top:20px;">Here’s How You Can Make MDriven Work for YOU</div>
<div style="display: grid; padding: 0 5em; grid-template-columns: repeat(2, 1fr); gap: 20px; grid-auto-rows: minmax(100px, auto);" class="grid-container">
<div style="color: black; font-size: 14px; font-family: Outfit; font-weight: 400; word-wrap: break-word; padding-left:85px; padding-top:10px; ">Suggestions and ideas on how to creatively use MDriven tools. </div>
 
</html>
</html>
<div style="width: 723px; height: 291px; justify-content: flex-start; align-items: flex-start; gap: 74px; display: inline-flex;margin-left:90px">
{{#widget:BestPractices|heading=MDriven Source code instructions|headingLink=/index.php/BestPractices:MDriven_Source_code_instructions|description=Install the MDriven source code.}}
  <div style="width: 389px; height: 291px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; display: inline-flex">
{{#widget:BestPractices|heading=Navigating without user interaction|headingLink=/index.php/BestPractices:Navigating_without_user_interaction|description=Automatically navigate to another page after a user has logged in.}}
    <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:Html frontend tips and tricks|Html frontend tips and tricks]]</div>
{{#widget:BestPractices|heading=Statemachines forcing your hand even if you are admin|headingLink=/index.php/BestPractices:Statemachines_forcing_your_hand_even_if_you_are_admin|description=Bypass the rules of the Statemachine.}}
    <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:ModelMeta|ModelMeta]]</div>
{{#widget:BestPractices|heading=ModelMeta|headingLink=/index.php/BestPractices:ModelMeta|description=Publish a read-only version of the model for everyone in your team to see}}
    <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:Practical expressions to get insights into your model content|Practical expressions to get insights into your model content]]</div>
{{#widget:BestPractices|heading=Html frontend tips and tricks|headingLink=/index.php/BestPractices:Html_frontend_tips_and_tricks|description=Different solutions to the issues you could face when using MDriven tools and Html.}}
    <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:Statemachines forcing your hand even if you are admin|Statemachines forcing your hand even if you are admin]]</div>
{{#widget:BestPractices|heading=Practical expressions to get insights into your model content|headingLink=/index.php/BestPractices:Practical_expressions_to_get_insights_into_your_model_content|description=Sample expressions to add to your model}}
    <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:Navigating without user interaction|Navigating without user interaction]]</div>
{{#widget:BestPractices|heading=Build Enterprise Information Systems|headingLink=/index.php/BestPractices:Build_Enterprise_Information_Systems|description=Gain user acceptance and deliver on digitalization promises like never before}}
    <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:MetaMDriven|MetaMDriven]]</div>
{{#widget:BestPractices|heading=Complexity shows up almost immediately–get the tools to manage it|headingLink=/index.php/BestPractices:Complexity_shows_up_almost_immediately–get_the_tools_to_manage_it|description=Get the tools to manage complexity in your business}}
    <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:Subscribed|Subscribed]]</div>
{{#widget:BestPractices|heading=Cloud deployment strategies|headingLink=/index.php/BestPractices:Cloud_Deployment_Strategies|description=(Description will be added soon)}}
  </div>
{{#widget:BestPractices|heading=Version Control Software|headingLink=/index.php/BestPractices:Subversion|description=(Description will be added soon)}}
</div>
{{#widget:BestPractices|heading=Optimizing for performance|headingLink=/index.php/BestPractices:Optimizing_for_performance|description=(Description will be added soon)}}
 
{{#widget:BestPractices|heading=Global deployment|headingLink=/index.php/BestPractices:Global_deployment|description=(Description will be added soon)}}
<div style="width: 250px; height: 218px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; display: inline-flex">
{{#widget:BestPractices|heading=Versioning your data|headingLink=/index.php/BestPractices:Versioning_your_data|description=(Description will be added soon)}}
  <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:Calendar based license|Calendar based license]]</div>
{{#widget:BestPractices|heading=Data security|headingLink=/index.php/BestPractices:Data_security|description=(Description will be added soon)}}
  <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:MDriven Source code instructions|MDriven Source code instructions]]</div>
{{#widget:BestPractices|heading=Logging/User activity|headingLink=/index.php/BestPractices:Logging/User_activity|description=(Description will be added soon)}}
  <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:NugetLicense|NugetLicense]]</div>
{{#widget:BestPractices|heading=Server hardening|headingLink=/index.php/BestPractices:Server_hardening|description=(Description will be added soon)}}
  <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:Source code license|Source code license]]</div>
{{Class|scroll}}
  <div style="color: #1A50AD; font-size: 16px; font-family: Outfit; font-weight: 500; line-height: 24px; word-wrap: break-word">[[BESTPRACTICES:Terms of service|Terms of service]]</div>
</div>

Latest revision as of 06:00, 26 May 2025


__HIDECREDIT__

Best practices
BEST PRACTICES
Suggestions and ideas on how to creatively use MDriven tools.
MDriven Chat

How would you like to chat today?

Setting up your conversation…

This may take a few moments