Business Inspiration Modeling Turnkey

MDriven is not one thing – its seven and some extras

First thing: A fully normalized database-schema with generated keys for all associations – in most of the good DB- brands, following my uml model -whatever I do with it Second thing: A Business layer for objects with constraints and rules – following my uml model and ocl expressions – whatever I do with them – …

Turnkey

Blazor

Blazor comes in 2 flavors – serverside and clientside. This article will discuss the status of ServerSideBlazor in MDriven Turnkey. Creating Blazor components usable from MDriven Turnkey Create an Assembly in VS2022 for BlazorComponents Use .net5. Import any 3:th party blazor components that you want to base your work on (or work from scratch) In …

Framework Turnkey

Debug CodeDress Turnkey locally

Set up IIS, Install a Turnkey app Scenario 1: Debug turnkey codedress with data from cloud MDrivenServer Scenario 2: Debug turnkey codedress without roundtripping code changes to MDrivenServer Scenario 3: Debug/Test your codedress code outside of Turnkey – but still connected to cloud MDrivenServer Scenario 4 – not described here : Debug MDrivenServer codedress connected …

Framework Modeling Turnkey

Getting data from anywhere- like for example Spotify – that is Oauth2 protected

Number 1 to get a successful integration going is : Read the documentation of the service you want to connect with – also read MDriven wiki and articles like this! Number 2; remember that security is very often a precision sport – “close” does not cut it and often gives you the same error as …