
<?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>Ady Levy &#187; ASP.NET</title>
	<atom:link href="http://www.adylevy.com/index.php/category/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adylevy.com</link>
	<description>Programming tips &#38; tools.</description>
	<lastBuildDate>Wed, 28 Dec 2011 16:18:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>.net handler working sequentially and not parallel.</title>
		<link>http://www.adylevy.com/index.php/2011/09/23/net-handler-working-sequentially-and-not-parallel/</link>
		<comments>http://www.adylevy.com/index.php/2011/09/23/net-handler-working-sequentially-and-not-parallel/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 13:48:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/?p=170</guid>
		<description><![CDATA[Hi, Last week I was working on a .net handler that have many functionalities, that are being triggered from a JavaScript app we have in the company &#8211; I realized that the calls to this handler are made sequentially and not parallel as I wold expect. My first guess was something to do with the [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2011/09/23/net-handler-working-sequentially-and-not-parallel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Html5 Multiple File Uploading</title>
		<link>http://www.adylevy.com/index.php/2011/07/09/html5-multiple-file-uploading/</link>
		<comments>http://www.adylevy.com/index.php/2011/07/09/html5-multiple-file-uploading/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 23:51:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/?p=139</guid>
		<description><![CDATA[i got a bit of messing around lately with html and found this great new features to XMLHttpRequest object. now you can use it to send files and get their progress using javascript ! for all of us this is a great improvment , cause we don&#8217;t to use flash / silverlight / java anymore to [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2011/07/09/html5-multiple-file-uploading/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Multiple inheritance in c sharp</title>
		<link>http://www.adylevy.com/index.php/2011/04/08/multiple-inheritance-in-c-sharp/</link>
		<comments>http://www.adylevy.com/index.php/2011/04/08/multiple-inheritance-in-c-sharp/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 08:39:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/?p=95</guid>
		<description><![CDATA[Hi there! all of us .net programmers know that there isn&#8217;t a built in way to create multiple inheritance in c#, well &#8211; i needed such. i know some will argue and say this pattern is a no no, and i should have used other methods to create what i wanted, but for me &#8211; [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2011/04/08/multiple-inheritance-in-c-sharp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>linq distinct &#8211; create a distinct collection using linq (c#)</title>
		<link>http://www.adylevy.com/index.php/2011/03/28/linq-distinct-create-a-distinct-collection-using-linq-c/</link>
		<comments>http://www.adylevy.com/index.php/2011/03/28/linq-distinct-create-a-distinct-collection-using-linq-c/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 19:01:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[linq]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/?p=55</guid>
		<description><![CDATA[Hi there, well its been a long while since i wrote anything on this blog, alot have changed in this long period. wanted to share a neat way to use linq in c# to get a distinct list of elements by some key. lets say you have a collection of categories, where the unique identifier [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2011/03/28/linq-distinct-create-a-distinct-collection-using-linq-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>flash of unstyled content</title>
		<link>http://www.adylevy.com/index.php/2010/01/15/flash-of-unstyled-content/</link>
		<comments>http://www.adylevy.com/index.php/2010/01/15/flash-of-unstyled-content/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 09:51:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.adylevy.com/?p=52</guid>
		<description><![CDATA[have you ever seen a html page that loads unstyled and a second (sometimes more) after it &#8220;loads&#8221; its gets reorgenized ? well this problem refered as &#8220;flash of unstyled content&#8221;. it happens when the page content starts to load before the css files are completely loaded. you won&#8217;t see much of this problem using [...]]]></description>
		<wfw:commentRss>http://www.adylevy.com/index.php/2010/01/15/flash-of-unstyled-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

