<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Infinity</title>
	<link>http://blog.cyragon.com</link>
	<description>where it all begins</description>
	<lastBuildDate>Fri, 11 Feb 2011 20:26:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.1" -->

	<item>
		<title>C# vs Java: casting objects and calling members</title>
		<description><![CDATA[Given these two functionally identical code samples in c# and java, what is the output? C#: public class A { &#160;&#160;public String Method() &#160;&#160;{ &#160;&#160;&#160;&#160;return &#34;this is A&#34;; &#160;&#160;} } public class B : A { &#160;&#160;public String Method() &#160;&#160;{ &#160;&#160;&#160;&#160;return &#34;this is B&#34;; &#160;&#160;} } A thisA = new B(); thisA.Method(); Java: public class [...]]]></description>
		<link>http://blog.cyragon.com/2011/02/c-vs-java-casting-objects-and-calling-members/</link>
			</item>
	<item>
		<title>Red Gate Reflector: end of the free version</title>
		<description><![CDATA[Red Gate announced today that they will stop offering a free version of Reflector. You can read the details over at Red Gate&#8217;s site. No big deal, right? You can just get the current copy or an old copy and be good. Surely Lutz Roeder has a copy stored somewhere on the internet. Yeah, sure, [...]]]></description>
		<link>http://blog.cyragon.com/2011/02/red-gate-reflector-end-of-the-free-version/</link>
			</item>
	<item>
		<title>Our latest project: Live Election Results for 2010!</title>
		<description><![CDATA[That&#8217;s right, our latest project turned into a pretty big effort; live election results for the entire US! We&#8217;re allowing you to customize which races you want to watch in real-time. The idea for this project started back in August of 2010 as a simple site to show some local live election results for one [...]]]></description>
		<link>http://blog.cyragon.com/2010/11/our-latest-project-live-election-results-for-2010/</link>
			</item>
	<item>
		<title>Coping contents of Template Column in data grid to clipboard</title>
		<description><![CDATA[There are some nice new features (coming from Silverlight 2) in the latest versions of Silverlight &#8211; being able to copy rows in a DataGrid via the familiar Control+C for instance. But I noticed something strange: some columns were blank when I pasted them into Excel (or notepad). The blank columns were always DataGridTemplateColumn and [...]]]></description>
		<link>http://blog.cyragon.com/2010/08/coping-contents-of-template-column-in-data-grid-to-clipboard/</link>
			</item>
	<item>
		<title>CodeStock 2010: Chaos to Awesome</title>
		<description><![CDATA[We&#8217;ll be posting our notes and slidedeck a bit later, but here are some of the resources we talked about in the presentation. VisualSVN Server: http://www.visualsvn.com/server/ Ankh SVN (plugin for Visual Studio): http://ankhsvn.open.collab.net/ Hudson Continuous Integration: http://hudson-ci.org/ Fitnesse (.NET/SLiM): http://www.fitnesse.org/ and http://www.fitnesse.org/FitNesse.DotNet You can always message us on twitter @jwcarroll and @benfarmer.]]></description>
		<link>http://blog.cyragon.com/2010/06/codestock-2010-chaos-to-awesome/</link>
			</item>
</channel>
</rss>
