MediaWiki:Menu-Documentation: Difference between revisions
From MDrivenWiki
Jump to:navigation, search
(Auto-updating menu JSON) |
(Auto-updating menu JSON) |
||
(62 intermediate revisions by 3 users not shown) | |||
Line 37: | Line 37: | ||
"Using deployment agent using Github" | "Using deployment agent using Github" | ||
], | ], | ||
"Amazon Web Services": [] | "//Amazon Web Services | Amazon Web Services": [] | ||
} | } | ||
}, | }, | ||
Line 124: | Line 124: | ||
"Modeling": { | "Modeling": { | ||
"UML": { | "UML": { | ||
"Class diagrams" | "General": [ | ||
"Class diagrams", | |||
"UML School", | |||
"State Diagrams", | |||
"Adding a link object", | |||
"Business Delete Rules", | |||
"Data validation" | |||
], | |||
"Discussion": [ | "Discussion": [ | ||
"Ditch Sparx today" | "Ditch Sparx today" | ||
Line 139: | Line 141: | ||
"Showing data", | "Showing data", | ||
"Restricting data access", | "Restricting data access", | ||
"Auto save" | "Auto save", | ||
"Navigation", | |||
"Data transformation", | |||
"ViewModel validations" | |||
] | |||
}, | }, | ||
"Tagged values": { | "Tagged values": { | ||
Line 151: | Line 151: | ||
"Tagged values in the Designer|Updating the designer's list", | "Tagged values in the Designer|Updating the designer's list", | ||
"MDrivenDesignerTaggedValueHints|Complete list" | "MDrivenDesignerTaggedValueHints|Complete list" | ||
], | ], | ||
"Columns in VMs": [ | "Columns in VMs": [ | ||
Line 184: | Line 179: | ||
"Texttype", | "Texttype", | ||
"MaxFetch" | "MaxFetch" | ||
], | |||
"Attributes": [ | |||
"Attribute.CheckIdNameConflict|CheckIdNameConflict", | |||
"Attribute.Eco.BlobType|BlobType", | |||
"Attribute.ExternalBlobStorage|ExternalBlobStorage" | |||
], | ], | ||
"Methods": [ | "Methods": [ | ||
"Method.Eco.ExternalLateBound|ExternalLateBound" | "Method.Eco.ExternalLateBound|ExternalLateBound" | ||
], | ], | ||
" | "Viewmodels": [ | ||
"Span.CSSGrid|CSSGrid", | "Span.CSSGrid|CSSGrid", | ||
"Span.DoNotSearchOnEnter|DoNotSearchOnEnter", | "Span.DoNotSearchOnEnter|DoNotSearchOnEnter", | ||
Line 225: | Line 225: | ||
"Precision" | "Precision" | ||
], | ], | ||
"Simple": [ | "Simple types": [ | ||
"Boolean", | |||
"DateTime", | |||
"Decimal", | "Decimal", | ||
"Double", | "Double", | ||
" | "Float", | ||
"Guid", | |||
"Int", | "Int", | ||
"Int32", | "Int32", | ||
"Int64", | "Int64", | ||
"Integer" | "Integer", | ||
"String" | |||
], | ], | ||
"Classes": [ | "Classes": [ | ||
Line 248: | Line 251: | ||
], | ], | ||
"Ocl, OclPS and EAL": { | "Ocl, OclPS and EAL": { | ||
"Introduction": [], | "Introduction": [ | ||
"Operators | "Learn OCL", | ||
"OCL by example", | |||
"Collections" | |||
], | |||
"Tutorials": [ | |||
"Part 1 OCL Common Expressions|Part 1", | |||
"Part 2 OCL: Operators|Part 2", | |||
"Part 3 OCL: Derivation Properties|Part 3" | |||
], | |||
"OclPS": [ | |||
"How to use the ExecutePS function in selfVM", | |||
"OCL-PS", | |||
"OCLps", | |||
"OCLps Example" | |||
], | |||
"Topics": [ | |||
"A few words on linq", | |||
"Acting on object changes", | |||
"Case sensitive or not", | |||
"Char to int and back", | |||
"ClassFromString", | |||
"Collection of strings", | |||
"Comparing strings", | |||
"Convert string to bytes", | |||
"Creating numeric types", | |||
"Custom types and custom operations in OCL", | |||
"Deepclone", | |||
"Default String Representation and asString", | |||
"Encoding", | |||
"Escape codes", | |||
"Examples on collection operators", | |||
"Methods", | |||
"Number conversions", | |||
"Ocl hex to dec", | |||
"Regular expressions", | |||
"Set vs bag", | |||
"Split", | |||
"Split time string to value", | |||
"State value as a string", | |||
"Understanding OCL with reference to SQL", | |||
"Unique constraints on 1 to 1 links", | |||
"VerbalizePatterns" | |||
], | |||
"Operators": { | |||
"Flow control": [ | |||
"If_else_endif|If else endif", | |||
"OCLOperators casetruefalse|casetruefalse" | |||
], | |||
"Logical": [ | |||
"OCLOperators notNull|notNull", | |||
"OCLOperators isNull|isNull", | |||
"OCLOperators whentrue|whentrue", | |||
"OCLOperators oclIsInState|oclIsInState" | |||
], | |||
"Collections": [ | "Collections": [ | ||
" | "OCLOperators addReturnIndexOf0|addReturnIndexOf0", | ||
"OCLOperators add|add", | "OCLOperators add|add", | ||
"OCLOperators | "OCLOperators append|append", | ||
"OCLOperators asCommaList|asCommaList", | "OCLOperators asCommaList|asCommaList", | ||
"OCLOperators asSeparatedList|asSeparatedList", | "OCLOperators asSeparatedList|asSeparatedList", | ||
"OCLOperators Bag|Bag", | "OCLOperators Bag|Bag", | ||
"OCLOperators clear|clear", | "OCLOperators clear|clear", | ||
"OCLOperators exists|exists", | |||
"OCLOperators foreach|foreach", | "OCLOperators foreach|foreach", | ||
"OCLOperators insertAt|insertAt", | "OCLOperators insertAt|insertAt", | ||
"OCLOperators Intersection | "OCLOperators Intersection|intersection", | ||
"OCLOperators | "OCLOperators NotEmpty|notEmpty", | ||
"OCLOperators | "OCLOperators prepend|prepend", | ||
"OCLOperators removeAt|removeAt", | "OCLOperators removeAt|removeAt", | ||
"OCLOperators | "OCLOperators Sequence|sequence", | ||
"OCLOperators | "OCLOperators Set|set", | ||
"OCLOperators | "OCLOperators Size|size", | ||
"OCLOperators SymmetricDifference|symmetricDifference", | |||
"OCLOperators Union|union" | |||
], | ], | ||
"Strings": [ | "Strings": [ | ||
"OCLOperators concat|concat", | "OCLOperators concat|concat", | ||
"OCLOperators maxLength|maxLength", | "OCLOperators maxLength|maxLength", | ||
"OCLOperators Contains| | "OCLOperators Contains|contains", | ||
"Split|Split" | |||
], | ], | ||
"Conversion": [ | "Conversion": [ | ||
"OCLOperators Base64ToBlob|Base64ToBlob", | "OCLOperators Base64ToBlob|Base64ToBlob", | ||
"OCLOperators BlobToBase64|BlobToBase64", | "OCLOperators BlobToBase64|BlobToBase64", | ||
" | "Parse|parse", | ||
"OCLOperators StringToBase64|StringToBase64", | "OCLOperators StringToBase64|StringToBase64", | ||
"OCLOperators strToInt|strToInt", | "OCLOperators strToInt|strToInt", | ||
"ToInteger () : Integer", | "ToInteger () : Integer", | ||
"ToString" | "ToString" | ||
], | |||
"Encoding": [ | |||
"OCLOperators_ASCII|Ascii", | |||
"OCLOperators_BigEndianUnicode|BigEndianUnicode", | |||
"OCLOperators_Default|Default", | |||
"OCLOperators_Unicode|Unicode", | |||
"OCLOperators UTF32|UTF32", | |||
"OCLOperators_UTF7|UTF7", | |||
"OCLOperators_UTF8|UTF8" | |||
], | |||
"Tranformations": [ | |||
"OCLOperators transform|transform", | |||
"OCLOperators deepclone|deepclone" | |||
], | ], | ||
"Actions": [ | "Actions": [ | ||
Line 298: | Line 359: | ||
"OCLOperators ExecuteAction|ExecuteAction" | "OCLOperators ExecuteAction|ExecuteAction" | ||
], | ], | ||
"JSON": [ | "JSON": [ | ||
"OCLOperators ApplyTaJson|ApplyTaJson", | |||
"OCLOperators JSonToObjects|JSonToObjects", | |||
"OCLOperators MergeTaJson|MergeTaJson", | "OCLOperators MergeTaJson|MergeTaJson", | ||
"OCLOperators ViewModelAsJSon|ViewModelAsJSon" | "OCLOperators ViewModelAsJSon|ViewModelAsJSon" | ||
], | ], | ||
Line 324: | Line 377: | ||
"OCLOperators timeToTimeStamp|timeToTimeStamp" | "OCLOperators timeToTimeStamp|timeToTimeStamp" | ||
], | ], | ||
"API": [], | "API": [ | ||
"OCLOperators RestDownload|RestDownload", | |||
"OCLOperators RestGet|RestGet", | |||
"OCLOperators RestPost|RestPost", | |||
"SoapCall" | |||
], | |||
"OclPS": [ | "OclPS": [ | ||
"OCLOperators ExecutePS|ExecutePS", | "OCLOperators ExecutePS|ExecutePS", | ||
Line 367: | Line 425: | ||
"OCLOperators stateMachineForceMode|stateMachineForceMode", | "OCLOperators stateMachineForceMode|stateMachineForceMode", | ||
"OCLOperators stateMachineTrigger|stateMachineTrigger", | "OCLOperators stateMachineTrigger|stateMachineTrigger", | ||
"OnStateChange" | "OCLOperators OnStateChange|OnStateChange" | ||
], | |||
"Methods": [ | |||
"OCLOperators OnDelete|OnDelete" | |||
] | ] | ||
}, | }, | ||
Line 373: | Line 434: | ||
"OCLOperators oclSingleton|oclSingleton", | "OCLOperators oclSingleton|oclSingleton", | ||
"OCLOperators QRImage|QRImage" | "OCLOperators QRImage|QRImage" | ||
] | |||
}, | }, | ||
"Advanced Features": [ | "Advanced Features": [ | ||
Line 382: | Line 442: | ||
"Payment systems", | "Payment systems", | ||
"Multiple file upload component" | "Multiple file upload component" | ||
], | ], | ||
"Troubleshooting": [ | "Troubleshooting": [ | ||
" | "Object is already deleted", | ||
"Collect very slow" | |||
" | |||
] | ] | ||
}, | }, | ||
Line 442: | Line 473: | ||
"Databases": [], | "Databases": [], | ||
"Advanced Features": [ | "Advanced Features": [ | ||
"Getting safe–limited–meta information from a Turnkey app" | "Fonts", | ||
"Getting safe–limited–meta information from a Turnkey app", | |||
"StartupViewTemplate" | |||
], | ], | ||
"Troubleshooting": [ | "Troubleshooting": [ | ||
Line 549: | Line 582: | ||
}, | }, | ||
"Advanced Features": [ | "Advanced Features": [ | ||
"PostgreSQL", | |||
"Serverside actions" | "Serverside actions" | ||
], | ], | ||
Line 559: | Line 593: | ||
"SQL not trusted", | "SQL not trusted", | ||
"The anti-forgery token could not be decrypted", | "The anti-forgery token could not be decrypted", | ||
"Troubleshooting Turnkey deployment" | "Troubleshooting Turnkey deployment", | ||
"Duplicate IDs in the database", | |||
"CodeFoundButOutOfSync" | |||
], | ], | ||
"Topics": [ | "Topics": [ | ||
Line 566: | Line 602: | ||
"Automating deployment of Turnkey and MDrivenServer on IIS", | "Automating deployment of Turnkey and MDrivenServer on IIS", | ||
"CacheInvalidation", | "CacheInvalidation", | ||
"Communication between MDrivenServers", | "Communication between MDrivenServers", | ||
"Deploy Turnkey on your own Azure with OneDrive", | "Deploy Turnkey on your own Azure with OneDrive", | ||
"Emailing from an app using MDrivenServer", | "Emailing from an app using MDrivenServer", | ||
"Eventlog", | "Eventlog", | ||
Line 577: | Line 611: | ||
"LocalhostDevCert", | "LocalhostDevCert", | ||
"LocalServers", | "LocalServers", | ||
"MDriven administrative database tables", | |||
"MDrivenServer log", | "MDrivenServer log", | ||
"MDrivenServer Slack web hook", | "MDrivenServer Slack web hook", | ||
Line 591: | Line 626: | ||
"Slave server in action", | "Slave server in action", | ||
"SysAsync package", | "SysAsync package", | ||
"SysSingleton.Deflate", | |||
"SysSingleton.UrlEncode", | |||
"SysSingleton GetSystemUrl", | "SysSingleton GetSystemUrl", | ||
"Turnkey and MDrivenServer logs", | "Turnkey and MDrivenServer logs", | ||
Line 596: | Line 633: | ||
"VistaDB", | "VistaDB", | ||
"WSL Windows subsystem for Linux" | "WSL Windows subsystem for Linux" | ||
] | |||
}, | |||
"MDriven Framework": { | |||
"Introduction": [ | |||
"MDriven Framework|Introduction to MDriven Framework", | |||
"First MDriven Framework project" | |||
], | |||
"Getting Started": [], | |||
"Installation options": [ | |||
"MDriven Framework Visual Studio installation", | |||
"Visual Studio 2019", | |||
"Visual Studio 2022" | |||
], | |||
"Advanced Features": [ | |||
"Debugging" | |||
], | |||
"Troubleshooting": [ | |||
"Codegen failed" | |||
], | |||
"Topics": [ | |||
"Api documentation", | |||
"Code generation", | |||
"Codegen Issues .net standard", | |||
"Constructor in generated code", | |||
"Debug CodeDress", | |||
"DisplayQueue", | |||
"Evolve db with code", | |||
"Unity 3D and MDriven", | |||
"Using different WCF Bindings with Enterprise Core Objects – ECO – MDriven framework", | |||
"ViewInView", | |||
"WinForms MDrivenFramework", | |||
"Working with legacy Handles" | |||
] | ] | ||
}, | }, | ||
Line 603: | Line 672: | ||
"EcoController", | "EcoController", | ||
"Segmenting definition and logic" | "Segmenting definition and logic" | ||
] | ] | ||
}, | }, | ||
Line 750: | Line 769: | ||
"IIS Express", | "IIS Express", | ||
"IIS troubleshoot", | "IIS troubleshoot", | ||
"Maxallowedcontentlength", | |||
"Turn on websocket in IIS" | "Turn on websocket in IIS" | ||
], | ], | ||
Line 820: | Line 840: | ||
"Possible file version mismatch detected between ADO.NET Provider and native binaries of SQL Server Compact", | "Possible file version mismatch detected between ADO.NET Provider and native binaries of SQL Server Compact", | ||
"SQL Database", | "SQL Database", | ||
"SQL Server", | |||
"SQL Server change tracking", | "SQL Server change tracking", | ||
"SQLImport multiple tables with associations", | "SQLImport multiple tables with associations", | ||
Line 869: | Line 890: | ||
"Import xml and JSon with MDriven", | "Import xml and JSon with MDriven", | ||
"Index page", | "Index page", | ||
"Input Controls", | |||
"JsonToObject vs Tajson", | "JsonToObject vs Tajson", | ||
"Multiple file upload component", | "Multiple file upload component", | ||
"Per viewmodel ReadOnly mode", | |||
"QueryPlan", | "QueryPlan", | ||
"RestAllowed UIAllowed", | "RestAllowed UIAllowed", | ||
Line 876: | Line 899: | ||
"SOAP", | "SOAP", | ||
"SOAP the protocol from the stone age", | "SOAP the protocol from the stone age", | ||
"Tables and Grids", | |||
"The combobox", | "The combobox", | ||
"The VMClassId Explained", | "The VMClassId Explained", |
Latest revision as of 18:30, 3 June 2024
Starter Kit |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
General |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MDriven Designer |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Modeling |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MDriven Turnkey |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MDriven Server |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MDriven Framework |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Legacy |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Explore Documentation ⬇️ |
|
This page was edited more than 7 months ago on 06/03/2024. What links here