<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tibileo&#039;s Blog</title>
	<atom:link href="http://tibileo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tibileo.wordpress.com</link>
	<description>Microsoft manager to programmer: “You start coding, I’ll go find out what they want.”</description>
	<lastBuildDate>Fri, 25 Feb 2011 20:32:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tibileo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/b61342a33d36994e066fe7f9177a62e3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Tibileo&#039;s Blog</title>
		<link>http://tibileo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tibileo.wordpress.com/osd.xml" title="Tibileo&#039;s Blog" />
	<atom:link rel='hub' href='http://tibileo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>WPF Application.DoEvents()</title>
		<link>http://tibileo.wordpress.com/2010/09/25/wpf-application-doevents/</link>
		<comments>http://tibileo.wordpress.com/2010/09/25/wpf-application-doevents/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 06:54:24 +0000</pubDate>
		<dc:creator>tibileo</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Application.DoEvents]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://tibileo.wordpress.com/?p=168</guid>
		<description><![CDATA[VB6 or even .Net programmers know that in order not to block a desktop application UI when processing longer tasks, there is a little trick that can be applied, if the tasks contain a loop, which loop will allow a call to: Application.DoEvents() which will process Windows waiting messages. But in WPF there is no [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tibileo.wordpress.com&amp;blog=9514047&amp;post=168&amp;subd=tibileo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tibileo.wordpress.com/2010/09/25/wpf-application-doevents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0881bf000b7484b7338eca56ce80267?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tibileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Reflection for retrieving values of static properties</title>
		<link>http://tibileo.wordpress.com/2010/07/07/using-reflection-for-retrieving-values-of-static-properties/</link>
		<comments>http://tibileo.wordpress.com/2010/07/07/using-reflection-for-retrieving-values-of-static-properties/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 17:07:49 +0000</pubDate>
		<dc:creator>tibileo</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Assembly]]></category>
		<category><![CDATA[PropertyInfo]]></category>
		<category><![CDATA[Reflection]]></category>

		<guid isPermaLink="false">http://tibileo.wordpress.com/?p=159</guid>
		<description><![CDATA[I had a list of classes for which I wanted to retrieve the static property Description; this is how I found out it can be done using Reflection: Assembly assembly = Assembly.GetExecutingAssembly(); var types = assembly.GetTypes(); foreach (var type in types) { &#160;&#160;&#160;&#160;if (!type.IsClass) &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;continue; &#160;&#160;&#160;&#160;if (!type.IsSubclassOf(typeof(MyBaseClass))) &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;continue; &#160;&#160;&#160;&#160;object obj = Activator.CreateInstance(type, new object[] { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tibileo.wordpress.com&amp;blog=9514047&amp;post=159&amp;subd=tibileo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tibileo.wordpress.com/2010/07/07/using-reflection-for-retrieving-values-of-static-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0881bf000b7484b7338eca56ce80267?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tibileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Searching files with LINQ</title>
		<link>http://tibileo.wordpress.com/2009/11/10/searching-files-with-linq/</link>
		<comments>http://tibileo.wordpress.com/2009/11/10/searching-files-with-linq/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:12:59 +0000</pubDate>
		<dc:creator>tibileo</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://tibileo.wordpress.com/?p=148</guid>
		<description><![CDATA[LINQ is very powerful in many aspects of programming; for example, you can simulate the search for files feature of some known applications (Windows Explorer or Total Commander) with very few lines of code, as shown below: &#160;&#160;&#160;&#160;public List&#60;FileInfo&#62; SearchForFiles(String path, String ext, String search) &#160;&#160;&#160;&#160;{ &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;DirectoryInfo folder = new DirectoryInfo(path); &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return (from file in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tibileo.wordpress.com&amp;blog=9514047&amp;post=148&amp;subd=tibileo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tibileo.wordpress.com/2009/11/10/searching-files-with-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0881bf000b7484b7338eca56ce80267?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tibileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Download a file in C#</title>
		<link>http://tibileo.wordpress.com/2009/10/26/download-a-file-in-c/</link>
		<comments>http://tibileo.wordpress.com/2009/10/26/download-a-file-in-c/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 14:33:45 +0000</pubDate>
		<dc:creator>tibileo</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[WebClient]]></category>

		<guid isPermaLink="false">http://tibileo.wordpress.com/?p=127</guid>
		<description><![CDATA[Easy task to download a file in C# using the WebClient class<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tibileo.wordpress.com&amp;blog=9514047&amp;post=127&amp;subd=tibileo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tibileo.wordpress.com/2009/10/26/download-a-file-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0881bf000b7484b7338eca56ce80267?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tibileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Navigate with C# WebBrowser control to a link and wait for full page loading</title>
		<link>http://tibileo.wordpress.com/2009/10/26/navigate-with-webbrowser-to-a-link-and-wait-for-full-page-loading/</link>
		<comments>http://tibileo.wordpress.com/2009/10/26/navigate-with-webbrowser-to-a-link-and-wait-for-full-page-loading/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 10:16:46 +0000</pubDate>
		<dc:creator>tibileo</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[WebBrowser]]></category>

		<guid isPermaLink="false">http://tibileo.wordpress.com/?p=120</guid>
		<description><![CDATA[If you need to build an application that is using the functionality of the WebBrowser control and want to wait until a page is loaded, you can use the following piece of code...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tibileo.wordpress.com&amp;blog=9514047&amp;post=120&amp;subd=tibileo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tibileo.wordpress.com/2009/10/26/navigate-with-webbrowser-to-a-link-and-wait-for-full-page-loading/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0881bf000b7484b7338eca56ce80267?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tibileo</media:title>
		</media:content>
	</item>
		<item>
		<title>First peek on retrieving Entity Framework entities with Lambda expressions</title>
		<link>http://tibileo.wordpress.com/2009/10/14/first-peek-on-retrieving-entity-framework-entities-with-lambda-expressions/</link>
		<comments>http://tibileo.wordpress.com/2009/10/14/first-peek-on-retrieving-entity-framework-entities-with-lambda-expressions/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:38:18 +0000</pubDate>
		<dc:creator>tibileo</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Lambda expressions]]></category>

		<guid isPermaLink="false">http://tibileo.wordpress.com/2009/10/14/first-peek-at-retrieving-entity-framework-entities-with-lambda-expressions/</guid>
		<description><![CDATA[After adding an <strong>ADO.NET Entity Data Model</strong> item to the .Net project, you can easily retrieve a list of entities using Lambda expressions...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tibileo.wordpress.com&amp;blog=9514047&amp;post=108&amp;subd=tibileo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tibileo.wordpress.com/2009/10/14/first-peek-on-retrieving-entity-framework-entities-with-lambda-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0881bf000b7484b7338eca56ce80267?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tibileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Write to text file in C# using TextWriter</title>
		<link>http://tibileo.wordpress.com/2009/10/07/write-to-text-file-in-c-using-textwriter/</link>
		<comments>http://tibileo.wordpress.com/2009/10/07/write-to-text-file-in-c-using-textwriter/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 09:43:21 +0000</pubDate>
		<dc:creator>tibileo</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[StreamWriter]]></category>
		<category><![CDATA[TextWriter]]></category>

		<guid isPermaLink="false">http://tibileo.wordpress.com/?p=99</guid>
		<description><![CDATA[Nothing easier...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tibileo.wordpress.com&amp;blog=9514047&amp;post=99&amp;subd=tibileo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tibileo.wordpress.com/2009/10/07/write-to-text-file-in-c-using-textwriter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0881bf000b7484b7338eca56ce80267?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tibileo</media:title>
		</media:content>
	</item>
		<item>
		<title>Internalization in Java using ResourceBundle</title>
		<link>http://tibileo.wordpress.com/2009/09/29/internalization-in-java-using-resourcebundle/</link>
		<comments>http://tibileo.wordpress.com/2009/09/29/internalization-in-java-using-resourcebundle/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 10:01:13 +0000</pubDate>
		<dc:creator>tibileo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Internalization]]></category>
		<category><![CDATA[ResourceBundle]]></category>

		<guid isPermaLink="false">http://tibileo.wordpress.com/?p=86</guid>
		<description><![CDATA[In order to implement localization in your Java application, you can use <strong>ResourceBundle</strong> and <strong>PropertyResourceBundle</strong> classes...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tibileo.wordpress.com&amp;blog=9514047&amp;post=86&amp;subd=tibileo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tibileo.wordpress.com/2009/09/29/internalization-in-java-using-resourcebundle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0881bf000b7484b7338eca56ce80267?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tibileo</media:title>
		</media:content>

		<media:content url="http://tibileo.files.wordpress.com/2009/09/01internalizationinjavalocalizationfiles.jpg" medium="image">
			<media:title type="html">01InternalizationInJavaLocalizationFiles</media:title>
		</media:content>
	</item>
		<item>
		<title>Create XSD file with JAXB</title>
		<link>http://tibileo.wordpress.com/2009/09/26/create-xsd-file-with-jaxb/</link>
		<comments>http://tibileo.wordpress.com/2009/09/26/create-xsd-file-with-jaxb/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 19:16:44 +0000</pubDate>
		<dc:creator>tibileo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JAXB]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSD]]></category>

		<guid isPermaLink="false">http://tibileo.wordpress.com/?p=81</guid>
		<description><![CDATA[Here is how you can create an XSD schema based on your Java classes.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tibileo.wordpress.com&amp;blog=9514047&amp;post=81&amp;subd=tibileo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tibileo.wordpress.com/2009/09/26/create-xsd-file-with-jaxb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0881bf000b7484b7338eca56ce80267?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tibileo</media:title>
		</media:content>
	</item>
		<item>
		<title>More on XML serialization with JAXB</title>
		<link>http://tibileo.wordpress.com/2009/09/24/more-on-xml-serialization-with-jaxb/</link>
		<comments>http://tibileo.wordpress.com/2009/09/24/more-on-xml-serialization-with-jaxb/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 13:52:00 +0000</pubDate>
		<dc:creator>tibileo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JAXB]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://tibileo.wordpress.com/?p=71</guid>
		<description><![CDATA[I posted some days ago an article explaining how to "XML-serialize" objects with JAXB in Eclipse. The downside of using XSD for XML serialization is the dependency on the XML schema that will generate java classes; this is because I wanted to extend the classes to have extra-functionality, more constructors and so on...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tibileo.wordpress.com&amp;blog=9514047&amp;post=71&amp;subd=tibileo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tibileo.wordpress.com/2009/09/24/more-on-xml-serialization-with-jaxb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0881bf000b7484b7338eca56ce80267?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">tibileo</media:title>
		</media:content>

		<media:content url="http://tibileo.files.wordpress.com/2009/09/01morexmljaxbfileoutput.jpg" medium="image">
			<media:title type="html">01MoreXmlJaxbFileOutput</media:title>
		</media:content>
	</item>
	</channel>
</rss>
