<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Jason Rowe</title>
	<link>http://jasonrowe.com</link>
	<description>digging into the details</description>
	<lastBuildDate>Thu, 25 Feb 2010 20:02:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>System.Reactive IScheduler Hello World</title>
		<description><![CDATA[I&#8217;ve been following the Reactive Extensions work on blogs, podcasts and forums. It sounds and looks amazing. The icing on the cake is Bart De Smet is going to be involved and it uses the new Parallel framework (TPL).
Photo of cake icing to make some odd point.

After watching this great video Controlling concurrency in Rx [...]]]></description>
		<link>http://jasonrowe.com/2010/02/08/system-reactive-ischeduler-hello-world/</link>
			</item>
	<item>
		<title>How to Replace a Universal Joint on 95 Dodge Ram</title>
		<description><![CDATA[Pictured below is a broken Universal Joint.

The broken universal joint is in the middle of the picture with a missing cap. It&#8217;s the hole with grease coming out of it. When you are driving you will know it is broken because it will make a loud knocking noise.
Disclaimer: I recommend that you visit and seek [...]]]></description>
		<link>http://jasonrowe.com/2009/12/27/how-to-replace-u-joint/</link>
			</item>
	<item>
		<title>Entity Framework &#8211; Code Only Looking Good (part 2)</title>
		<description><![CDATA[In my initial post I tried out the &#8220;Code Only&#8221; methodology of Entity Framework. Taking the code only experiment a step further, I built a sample WCF service that queries and updates a table for holidays. You can download the project if you want to take a look. You can also browse and download the [...]]]></description>
		<link>http://jasonrowe.com/2009/12/22/entity-framework-code-only-looking-good-part-2/</link>
			</item>
	<item>
		<title>Entity Framework &#8211; Code Only Looking Good</title>
		<description><![CDATA[I&#8217;ve been hearing rumors Entity Framework (EF) is more robust now. I did a few searches and found the latest version EF CTP2.  I was happy to find EF has a &#8220;code only&#8221; method for generating the database schema and a good take on configuration. 
If you are intrested in the code only method [...]]]></description>
		<link>http://jasonrowe.com/2009/12/11/entity-framework-code-only/</link>
			</item>
	<item>
		<title>ConvertBase C# Exercise</title>
		<description><![CDATA[A silly function to convert a number (represented as a string) from one base to another. It can also help you count in base negative 2. (see negative bases) This should only be used for fun and experimentation because of all the wacky recursive calls and string manipulation.


    static void Main(string[] args)
 [...]]]></description>
		<link>http://jasonrowe.com/2009/09/20/convertbase-c-exercise/</link>
			</item>
	<item>
		<title>Recursive LINQ Query Example</title>
		<description><![CDATA[I found this Traverse extension post on MSDN while searching for a good recursion example in Linq. I know it&#8217;s a little dated but Hey! We all learn at our own pace and mine is a little sloooower when it comes to Linq
I really got a lot out of this code snippet in terms of patterns [...]]]></description>
		<link>http://jasonrowe.com/2009/09/19/recursive-linq-query-example/</link>
			</item>
	<item>
		<title>Interview Programming Question &#8211; find perfect numbers</title>
		<description><![CDATA[Here is a problem I got once for a entry level programming job. I received lots of help from the person asking and it turned out to be a good experience. If you ever use this in an interview be nice because this really has little to do with real world programming and more about [...]]]></description>
		<link>http://jasonrowe.com/2009/09/15/interview-programming-question-i-was-asked-once/</link>
			</item>
	<item>
		<title>Turing&#8217;s Lambda Notation</title>
		<description><![CDATA[I&#8217;m still working through Turing&#8217;s paper on Computability and the Turing Machine.  I am at the end and reading the appendix on Alonzo Church&#8217;s equivalent approach using Lambda Calculus.   His work is so familiar to most programmers since we use the concepts in C, C++, Java, and C#.   I decided to use C# [...]]]></description>
		<link>http://jasonrowe.com/2009/09/05/turings-lambda-notation/</link>
			</item>
	<item>
		<title>Intro to Propositional Logic Using C#</title>
		<description><![CDATA[I&#8217;ve been reading about propositional (or sentential) logic in the book &#8220;The Annotated Turing&#8221;.  I put together a quick console app to write out truth tables. It helped me get the hang of the mathematical notation &#8220;v&#8221;, &#8220;&#038;&#8221;, and &#8220;->&#8221;. In C# those would be &#124;&#124;, &#038;&#038;, and !x &#124;&#124; y respectively. I hope [...]]]></description>
		<link>http://jasonrowe.com/2009/08/28/intro-to-propositional-logic-using-c/</link>
			</item>
	<item>
		<title>PHP Active Tab Menu Pattern</title>
		<description><![CDATA[I was just messing with PHP and made this simple little script to track which menu item is active. It looks at the last URL folder name to make the match. For example, if the URL was &#8220;http://localhost/example/About/&#8221; it would match &#8220;about&#8221; and write out the needed css. It also works correctly with the URL [...]]]></description>
		<link>http://jasonrowe.com/2009/08/15/php-active-tab-menu-pattern/</link>
			</item>
</channel>
</rss>
