<?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>Jack @ ASP.NET &#187; myList</title>
	<atom:link href="http://jack-fx.com/net/tag/mylist/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/net</link>
	<description>As a software developer, I still Focus on .NET, internet, asp.net, C# and so on. I</description>
	<lastBuildDate>Thu, 24 May 2012 14:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>C# Code Snippet: List.ForEach method</title>
		<link>http://jack-fx.com/net/2009/12/26/c-code-snippet-list-foreach-method/</link>
		<comments>http://jack-fx.com/net/2009/12/26/c-code-snippet-list-foreach-method/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 07:00:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[ForEach]]></category>
		<category><![CDATA[gt 4]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[myList]]></category>
		<category><![CDATA[public void]]></category>
		<category><![CDATA[Split]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[void]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/12/26/c-code-snippet-list-foreach-method/</guid>
		<description><![CDATA[Do you ever use the List(T).ForEach Method in C#, if never, you’d better read this. The syntax is : public void ForEach(Action&#60;T&#62; action) 1: static void Main() 2: { 3: List&#60;long&#62; myList = new List&#60;long&#62;(); 4: foreach (string item in &#34;269, 361, 347, 355, 352, 346, 351, 354&#34;.Split(',')) 5: { 6: myList.Add(long.Parse(item.Trim())); 7: } 8: [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/12/26/c-code-snippet-list-foreach-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List(T).BinarySearch in C#</title>
		<link>http://jack-fx.com/net/2009/12/23/listt-binarysearch-in-c/</link>
		<comments>http://jack-fx.com/net/2009/12/23/listt-binarysearch-in-c/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 06:57:13 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Binary Search]]></category>
		<category><![CDATA[BinarySearch]]></category>
		<category><![CDATA[dichotomy]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[gt 3]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[middle element]]></category>
		<category><![CDATA[myList]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[search algorithm]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[Split]]></category>
		<category><![CDATA[target value]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/12/23/listt-binarysearch-in-c/</guid>
		<description><![CDATA[I think most of us are quite familiar with binary search. Binary search is an algorithm for locating the position of an element in a sorted list by checking the middle, eliminating half of the list from consideration, and then performing the search on the remaining half.If the middle element is equal to the sought [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/12/23/listt-binarysearch-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

