Documentation Old
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
.mw-parser-output > *:first-child { | |||
/* margin-right: 200px */ | |||
display: none; | |||
} | |||
.grid-container { | |||
display: grid; | |||
padding: 2em 5em; | |||
grid-template-columns: repeat(4, 1fr); | |||
gap: 20px; | |||
grid-auto-rows: minmax(100px, auto); | |||
} | |||
.documentation-card:hover { | |||
transform: translateY(-5px); | |||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); | |||
} | |||
@media (max-width: 767px) { | @media (max-width: 767px) { | ||
.headerContent { | .headerContent { | ||
Line 7: | Line 27: | ||
} | } | ||
.heading { | .heading { | ||
font-size: | font-size: 1.5em !important; | ||
} | } | ||
.sub-heading { | .sub-heading { | ||
Line 26: | Line 46: | ||
padding-right: 1em; | padding-right: 1em; | ||
} | } | ||
.grid-container { | |||
grid-template-columns: 1fr; | |||
padding: 2rem 1em; | |||
} | |||
.responsive-container { | |||
padding-left: 1em; | |||
} | |||
.responsive-text { | |||
width: auto; | |||
font-size: 12px; | |||
} | |||
} | } | ||
Revision as of 16:59, 2 April 2024
Documentation
Technical Documentation
Search for comprehensive articles related to your ideas.
Products Directory
Discover more about MDriven products through articles and videos
A UML modeling tool that allows you to capture sufficient details to cover every aspect of a software system.
Create model-driven, multi-layered applications that allow you to write strongly typed C# code, accessing all the types and classes from your model.
Develop internet applications based on proven technologies like JQuery, Bootstrap, AngularJS, MDriven Framework, Azure, and SQLServer.
An IIS application that stores your MDriven data in a database.
MDrivenDesigner started in simplified mode.
The query and action language used in MDriven.
A Visual Studio Plugin that helps any .net application handle the objects of that model in memory.
This page was edited more than 9 months ago on 04/15/2024. What links here