Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

XBAPでHello World

HelloWorld.xaml

<Page
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    WindowTitle="Hello World">
    <TextBlock FontSize="24">Hello World</TextBlock>
</Page>

HelloWorld.xamlをIEで開く

ビルドは不要です。