<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Intrepid Blog &#187; avalon</title>
	<atom:link href="http://blog.affien.com/archives/tag/avalon/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Mon, 23 Jan 2012 08:47:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Avalon</title>
		<link>http://blog.affien.com/archives/2005/01/25/avalon/</link>
		<comments>http://blog.affien.com/archives/2005/01/25/avalon/#comments</comments>
		<pubDate>Tue, 25 Jan 2005 21:42:46 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[avalon]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2005/01/25/avalon/</guid>
		<description><![CDATA[http://www.microsoft.com/downloads/details.aspx?familyi [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=C8F904E1-B4CA-402B-ACCF-AAA2BD60DA74&#038;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=C8F904E1-B4CA-402B-ACCF-AAA2BD60DA74&#038;displaylang=en</a></p>
<p>When having Avalon installed it adds a few new project templates to my Visual C# 2005 express, with which avalon applications can be made. Avalon is a Window system which uses xml files to define a form. At the moment I couldn&#8217;t find a designer neither reference to it in the help files and assume it isn&#8217;t implemented yet, which is rather a pain for creating a form by editing Xml by hand is just a pain: Xml is hard to write and I am just too dependant on the user friendlyness of the form designer.</p>
<p>When compiling Avalon generates classes and serialized data files in your application to replace the Xml files.</p>
<p>So what does it basicly do? Lets you design your forms easily (although there isn&#8217;t a proper designer yet) maintaining a good performance by replacing the slow Xml files by generated classes and serialized resources compile-time.<br />
Having a few test applications decompiled and having looked at the sdk it seems that Avalon can do practicly the same as the current Windows.Forms dll.<br />
So now I wonder, in what way would Avalon be better than using the great current form designer and the Windows.Forms dll?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2005/01/25/avalon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

