<?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>OnaCat Technologies &#187; General</title>
	<atom:link href="http://onacat.net/?cat=1&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://onacat.net</link>
	<description>A different sort of cat</description>
	<lastBuildDate>Sun, 13 Jan 2013 19:28:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
		<item>
		<title>Microsoft Lightswitch and Code Camp</title>
		<link>http://onacat.net/?p=29</link>
		<comments>http://onacat.net/?p=29#comments</comments>
		<pubDate>Thu, 11 Nov 2010 19:32:14 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://onacat.net/?p=29</guid>
		<description><![CDATA[I normally attend code camp (http://www.siliconvalley-codecamp.com) but this year I had a wedding on Sunday, so I only got to go on Saturday. I spent most of the day looking at Microsoft&#8217;s new RAD (Rapid Application Development) tool, Lightswitch, with their Senior Program Manager, Beth Massi. She gave a couple of talks which peaked my [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I normally attend code camp (http://www.siliconvalley-codecamp.com) but this year I had a wedding on Sunday, so I only got to go on Saturday.  I spent most of the day looking at Microsoft&#8217;s new RAD (Rapid Application Development) tool, Lightswitch, with their Senior Program Manager, Beth Massi.  She gave a couple of talks which peaked my interest in the technology, mostly because it offered a quick way to prototype systems.</p>
<p>When I got home I gave it a try&#8230;and it almost works!  Well, that is to say, you can define a bunch of tables and screens and have it create an application for you, but it&#8217;s still in &#8220;pre-release&#8221; mode and that shows.  The key seems to be to define the data as completely as possible first.  Don&#8217;t even think about the screens until your sure you have your tables defined and their relationships, because the screens don&#8217;t update based upon changes to the data (which they shouldn&#8217;t really).  As you design these elements (data and screens) they go into a big old XML file&#8230;which get&#8217;s corrupted and won&#8217;t let you into the project after that, but hey, it&#8217;s &#8220;pre-release&#8221;.</p>
<p>Anyway, I&#8217;m sure on the next release it&#8217;ll be much better.</p>
]]></content:encoded>
			<wfw:commentRss>http://onacat.net/?feed=rss2&#038;p=29</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample code &#8211; 50 ways to list your files</title>
		<link>http://onacat.net/?p=14</link>
		<comments>http://onacat.net/?p=14#comments</comments>
		<pubDate>Tue, 29 Jun 2010 16:19:25 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[MEF]]></category>
		<category><![CDATA[Sample]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://onacat.net/?p=14</guid>
		<description><![CDATA[OK, so it&#8217;s not 50, but it&#8217;s still a lot.  My idea was simple.  Create a small use case (in this case, create a file listing),  and see how many different ways I can implement it using .net code.  The first two were easy, good ol&#8217; windows forms using c# and vb.net.  Well then, why [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>OK, so it&#8217;s not 50, but it&#8217;s still a lot.  My idea was simple.  Create a small use case (in this case, create a file listing),  and see how many different ways I can implement it using .net code.  The first two were easy, good ol&#8217; windows forms using c# and vb.net.  Well then, why not WPF?  Well, as long as we&#8217;re getting into the Microsoft foundation series, how about a WCF client/server version?  And as long as we&#8217;re talking client/server why not Silverlight?  Great, but all these technologies are so 2009.  So let&#8217;s add an implementation using Microsoft&#8217;s Managed Extensibility Foundation (MEF) and the new code contracts&#8230;cool!  Along the way I kept refactoring the code, but it still encompasses 17 projects.  I&#8217;ll probably add an RIA Services version at some point as well, which should bring us up to a round 20 projects.</p>
<p>Just to list the files in a directory.   Check out the code here: <a href="http://onacat.net/wp-content/uploads/2010/06/FileListing.zip">FileListing</a></p>
<p><span id="more-14"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://onacat.net/?feed=rss2&#038;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Onacat.net</title>
		<link>http://onacat.net/?p=12</link>
		<comments>http://onacat.net/?p=12#comments</comments>
		<pubDate>Tue, 29 Jun 2010 06:19:07 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://onacat.net/?p=12</guid>
		<description><![CDATA[Onacat.net is my public playground .  I&#8217;m interested in everything .NET at the moment, but over the past 35 years of mucking about with computers, I&#8217;ve worked with lots of different technologies and industries, so this too may change as the world turns.  I&#8217;ve been working in .NET since before it&#8217;s official release.  I attended [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Onacat.net is my public playground .  I&#8217;m interested in everything .NET at the moment, but over the past 35 years of mucking about with computers, I&#8217;ve worked with lots of different technologies and industries, so this too may change as the world turns.  I&#8217;ve been working in .NET since before it&#8217;s official release.  I attended one of Microsoft&#8217;s mass events up in Cupertino and was hooked.</p>
<p>I&#8217;m also interested in some Apple development, mostly dealing with the iPad and the iPhone, but haven&#8217;t really had a chance to explore these yet.  So stay tuned and watch my experiments.</p>
]]></content:encoded>
			<wfw:commentRss>http://onacat.net/?feed=rss2&#038;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
