odujosh wrote:MVP- A way to program without using textual code. Big limatation no backend code. Be curious to see if there is any xaml/xml that you could generate.
MVPL has two backend code models...
when you are debugging, it uses an interpreter that traverses an execution model generated from the diagram.
when you choose to compile the diagram, it generates, and compiles, C# code to create a DSS service.
Using these two options allows a developer to use VPL to create a first pass service implementation, iterate on it, and then create the C#, which can further be iterated on using standard C# development tool.
Andreas Ulbrich demonstrates the Microsoft Visual Programming Language
Aug 07, 2007 at 1:30 PMMVPL has two backend code models...
Using these two options allows a developer to use VPL to create a first pass service implementation, iterate on it, and then create the C#, which can further be iterated on using standard C# development tool.
Microsoft Robotics Studio
Jun 22, 2006 at 12:01 PM