Google News
logo
WPF - Interview Questions
How can you code to display "Hello World" in XAML?
Displaying “Hello World.
<page xmlns= '' ''>
  <TextBlock>
     Hello, World!
  </TextBlock>
</Page>
Advertisement