TheChaseMan's Frenetic SoapBox

Always looking for better ways to do things...

Monday, November 22, 2004 #

Rob was kind enough to solicit feedback on “Avalon“ in WinFX. It just so happens that my wife and I were taking a look at the new Avalon application templates in VS.NET 2005. She is a graphic artist and is familiar with HTML and I was telling her about XAML, so we wrote the following:

<Window x:Class="VideoTest.Window1" xmlns="http://schemas.microsoft.com/2003/xaml" xmlns:x="Definition" Text="VideoTest">
   
<Canvas>
        <
Video ID="v1" Source="C:\Documents and Settings\Sean\My Documents\Visual Studio\Projects\VideoTest\VideoTest\pinkey.wmv"/>
    Canvas>
Window>

We kept getting an exception, so I tried Source="http:///pinkey.wmv" and that also threw an exception. I also dragged and dropped the pinkey.wmv file into the project and used Source="pinkey.wmv" and again...we got an exception.

 

So my wife asks, "Hey why did that happen?" So I said, "Well, see it's because...hmmm...I dunno." What gives, how do I get the "Pinky the cat" video to play? Thoughts? :-)

posted @ 9:27 PM | Feedback (4)

This is a very interesting article. It's been a little frustrating for me trying to use the pre-alpha Domain Specific Language (DSL) Tools in Visual Studio 2005 because I need to spend more time with it to get my arms completely around the concept of DSLs and Software Factories. However, I'm really seeing the light as to why this is useful. Recently I've been into using CodeSmith and have been very interested in the debate surrounding ORMs. I'm now interested in following the progress of LOP solutions.

posted @ 10:20 AM | Feedback (2)

Back in September, I posted a blog entry referring to a great article written by Werner Vogels called Web Services Are Not Distributed Objects. I try to keep Web Services as a simple messaging mechanism, but that could be oversimplifying depending on the problem(s) that you are trying to solve. This is going to be a huge issue in the industry and here are a few links worth reading along with the aforementioned...

Tim Ewald has the following blog posts (plus an MSDN article):

Here are a few others:

posted @ 9:46 AM | Feedback (2)