<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for Andreas Ulbrich demonstrates the Microsoft Visual Programming Language (JonUdell on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/jonudell/andreas-ulbrich-demonstrates-the-microsoft-visual-programming-language/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for Andreas Ulbrich demonstrates the Microsoft Visual Programming Language (JonUdell on Channel 9)</title><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/</link></image><description>Andreas Ulbrich demonstrates the Microsoft Visual Programming Language</description><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/</link><language>en-us</language><pubDate>Sat, 18 Aug 2007 12:31:31 GMT</pubDate><lastBuildDate>Sat, 18 Aug 2007 12:31:31 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Andreas Ulbrich demonstrates the Microsoft Visual Programming Language</title><description>LabVIEW is based on G-Programming which is totally different from class diagram innovated by Microsoft.&amp;nbsp; LabVIEW uses presentable&amp;nbsp;&amp;nbsp;functions that conncection determines the program flow, whereas Visual Studio Class Diagram is an abstracted level for architects to sketch the enterprise framework of software that can be automatically converted to the skeleton of classes that developers implement their code in.</description><comments></comments><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=347036</link><pubDate>Sat, 18 Aug 2007 12:31:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=347036</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/347036/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>LabVIEW is based on G-Programming which is totally different from class diagram innovated by Microsoft.&amp;nbsp; LabVIEW uses presentable&amp;nbsp;&amp;nbsp;functions that conncection determines the program flow, whereas Visual Studio Class Diagram is an abstracted level for architects to sketch the enterprise&amp;#8230;</evnet:previewtext><dc:creator>Waleed El-Badry</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/347036/Trackback.aspx</trackback:ping></item><item><title>Re: Andreas Ulbrich demonstrates the Microsoft Visual Programming Language</title><description>&lt;BLOCKQUOTE&gt;
&lt;TABLE&gt;

&lt;TR&gt;
&lt;TD&gt;&lt;IMG src="http://channel9.msdn.com/Themes/AlmostGlass/images/icon-quote.gif&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;STRONG&gt;odujosh wrote:&lt;/STRONG&gt;

&lt;I&gt;﻿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.&lt;/I&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;MVPL has two backend code models...&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;when you are debugging, it uses an interpreter that traverses an execution model generated from the diagram. 
&lt;LI&gt;when you choose to compile the diagram, it generates, and compiles, C# code to create a&amp;nbsp;DSS service.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;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.&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=332170</link><pubDate>Tue, 07 Aug 2007 20:30:37 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=332170</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/332170/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>

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&amp;#8230;</evnet:previewtext><dc:creator>PaulR</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/332170/Trackback.aspx</trackback:ping></item><item><title>Re: Andreas Ulbrich demonstrates the Microsoft Visual Programming Language</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;Chadk wrote:&lt;/div&gt;&lt;div&gt;﻿Seems like a canned version of popfly and workflow. How does this justify that it doesnt seem to bring ALL that much new stuff to the table?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;Hi, VPL 1.0&amp;nbsp;was actually released as product, last year, going beta over 14 months ago. Popfly is great and follows similar graphical model for composition although that is where the similarities end. They also target different developer segments (at least right now).&lt;BR&gt;&lt;BR&gt;VPL produces high performance service code and is tuned towards a very specific data-flow (or data dependency scheduler) engine underneath, the CCR/DSS runtime. The underlying runtime model is a different approach to an open ended workflow engine. We are a bit more "strict" and enforce an application model (Henrik talks about our REST-based model more in a companion screen cast).&lt;BR&gt;&lt;BR&gt;At some point things will start re-using each other, but until we all figure out what is common between all these approaches, what can run efficiently in a variety of environments, and what it means to have a common&amp;nbsp;application model, its ok to have a bit of variety :)&lt;BR&gt;&lt;BR&gt;g&lt;BR&gt;&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=332164</link><pubDate>Tue, 07 Aug 2007 20:17:38 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=332164</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/332164/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Chadk wrote:﻿Seems like a canned version of popfly and workflow. How does this justify that it doesnt seem to bring ALL that much new stuff to the table?Hi, VPL 1.0&amp;nbsp;was actually released as product, last year, going beta over 14 months ago. Popfly is great and follows similar graphical model&amp;#8230;</evnet:previewtext><dc:creator>georgioc</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/332164/Trackback.aspx</trackback:ping></item><item><title>Re: Andreas Ulbrich demonstrates the Microsoft Visual Programming Language</title><description>&lt;P&gt;I kinda got the feeling at mix with some of the Data initiatives Microsoft does a lot of skunk works. Many teams are working on the same problem from different angles and possibly different domains. &lt;/P&gt;
&lt;P&gt;Some initiatives die a not so pretty death, others flourish, while others mutate onto the successful version. Competiveness breeds quality. &lt;BR&gt;&lt;BR&gt;Popfly- A way to weld web serves together visually through use of a code generator.&lt;BR&gt;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.&lt;BR&gt;WorkFlow Foundation- A runtime for running workflows both visually and programatically.&lt;BR&gt;&lt;BR&gt;I think it would be wise to weld all three together into the next version of work flow. Lets hope we have a volving story instead of we are deprecating Workflow Foundtion. Or here is a new way to do work flow.&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=332064</link><pubDate>Tue, 07 Aug 2007 12:23:59 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=332064</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/332064/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I kinda got the feeling at mix with some of the Data initiatives Microsoft does a lot of skunk works. Many teams are working on the same problem from different angles and possibly different domains. 
Some initiatives die a not so pretty death, others flourish, while others mutate onto the&amp;#8230;</evnet:previewtext><dc:creator>odujosh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/332064/Trackback.aspx</trackback:ping></item><item><title>Re: Andreas Ulbrich demonstrates the Microsoft Visual Programming Language</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;Chadk wrote:&lt;/div&gt;&lt;div&gt;﻿Seems like a canned version of popfly and workflow. How does this justify that it doesnt seem to bring ALL that much new stuff to the table?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;&lt;BR&gt;My thoughts exactly... the only thing I see different is CCR is available and the parallel programming thing (forgot what it was called, but he gave an example when doing the calculation in the end of the demo). This could easily be integrated in WF... known enviornment, programmin model (XAML), WPF and WCF also available.. &lt;BR&gt;&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=332014</link><pubDate>Tue, 07 Aug 2007 02:53:39 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=332014</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/332014/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Chadk wrote:﻿Seems like a canned version of popfly and workflow. How does this justify that it doesnt seem to bring ALL that much new stuff to the table?My thoughts exactly... the only thing I see different is CCR is available and the parallel programming thing (forgot what it was called, but he&amp;#8230;</evnet:previewtext><dc:creator>keeron</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/332014/Trackback.aspx</trackback:ping></item><item><title>Re: Andreas Ulbrich demonstrates the Microsoft Visual Programming Language</title><description>&lt;P&gt;Interesting talk...&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=331989</link><pubDate>Mon, 06 Aug 2007 22:29:51 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=331989</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/331989/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Interesting talk...</evnet:previewtext><dc:creator>ChrisStepaniuk</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/331989/Trackback.aspx</trackback:ping></item><item><title>Re: Andreas Ulbrich demonstrates the Microsoft Visual Programming Language</title><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;ChrisStepaniuk wrote:&lt;/div&gt;&lt;div&gt;﻿The thick accent make it hard to make you out.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;I have seen worse accents. I think his accent is pretty cool.</description><comments></comments><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=331995</link><pubDate>Mon, 06 Aug 2007 20:53:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=331995</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/331995/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>ChrisStepaniuk wrote:﻿The thick accent make it hard to make you out.I have seen worse accents. I think his accent is pretty cool.</evnet:previewtext><dc:creator>Chadk</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/331995/Trackback.aspx</trackback:ping></item><item><title>Re: Andreas Ulbrich demonstrates the Microsoft Visual Programming Language</title><description>Is it something like National Instruments &lt;a href="http://channel9.msdn.comwww.ni.com/labview /&gt;LabVIEW&lt;/a&gt; ?Graphical programming ?&lt;br&gt;&lt;a href="http://en.wikipedia.org/wiki/LabVIEW"&gt;http://en.wikipedia.org/wiki/LabVIEW&lt;/a&gt;&lt;br&gt;&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=331990</link><pubDate>Mon, 06 Aug 2007 19:54:03 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=331990</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/331990/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Is it something like National Instruments LabVIEW ?Graphical programming ?http://en.wikipedia.org/wiki/LabVIEW</evnet:previewtext><dc:creator>Vasudev</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/331990/Trackback.aspx</trackback:ping></item><item><title>Re: Andreas Ulbrich demonstrates the Microsoft Visual Programming Language</title><description>Seems like a canned version of popfly and workflow. How does this justify that it doesnt seem to bring ALL that much new stuff to the table?</description><comments></comments><link>http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=331977</link><pubDate>Mon, 06 Aug 2007 19:28:11 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/JonUdell/Andreas-Ulbrich-demonstrates-the-Microsoft-Visual-Programming-Language/?CommentID=331977</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/331977/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Seems like a canned version of popfly and workflow. How does this justify that it doesnt seem to bring ALL that much new stuff to the table?</evnet:previewtext><dc:creator>Chadk</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/331977/Trackback.aspx</trackback:ping></item></channel></rss>