BusinessRx Community

Dedicated to the advancement of software, technology and the people who devote their lives to it.

Welcome to BusinessRx Community Sign in | Join | Help
in Search

BusinessRx Reading List

These blog entries are written by industry experts and leaders. We consider this content to be a good read for any software developer or web technologist.

How Did Life With WPF/E Turn Out?

A couple people asked me how my WPF/E port of Life turned out.

Life with WPF/E

Answer: it works pretty well. Here is the source code if you want to look. I built the project with an .aspx page, although I don't use any server side logic and the page could easily be plain HTML. The XAML is not fancy Expression built XAML. In fact, the board is mostly built inside script. There is just enough XAML to bootstrap the board.

<Canvas
      xmlns="http://schemas.microsoft.com/client/2007"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      Height = "300"
      Width = "300"
      x:Name="gameBoard"
      Loaded="BLOCKED SCRIPTgameBoardLoaded">

</
Canvas>

I'm looking forward to future releases.

Published Sunday, December 31, 2006 9:45 PM by OdeToCode Blogs

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

Leave a Comment

(required) 
(optional)
(required) 
Submit
Powered by Community Server, by Telligent Systems
'