<?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>r#, le blog sur le développement mono/gtk# et Vala &#187; .Net</title>
	<atom:link href="https://blog.developpez.com/rsharp/pcategory/c/net/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/rsharp</link>
	<description></description>
	<lastBuildDate>Tue, 24 Dec 2013 14:50:49 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>[Mono] Dépôt debian / ubuntu pour mono &#8211; monodevelop</title>
		<link>https://blog.developpez.com/rsharp/p11879/mono/mono-3-0-7-32</link>
		<comments>https://blog.developpez.com/rsharp/p11879/mono/mono-3-0-7-32#comments</comments>
		<pubDate>Mon, 01 Apr 2013 19:57:30 +0000</pubDate>
		<dc:creator><![CDATA[Rachel]]></dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/rsharp/?p=410</guid>
		<description><![CDATA[Edit 19 août 2013 : mono 3.3.0 pose des soucis je verrais une mise à jour si j&#8217;ai le temps. en attendant, passer par la version 3.2.1 de directhex : ici]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recherche de texte dans une RichTextBox (.Net) ou TextView (Gtk)</title>
		<link>https://blog.developpez.com/rsharp/p11473/c/recherche-texte-richtextbox-textview</link>
		<comments>https://blog.developpez.com/rsharp/p11473/c/recherche-texte-richtextbox-textview#comments</comments>
		<pubDate>Mon, 05 Nov 2012 04:53:55 +0000</pubDate>
		<dc:creator><![CDATA[Rachel]]></dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Gtk]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/rsharp/?p=238</guid>
		<description><![CDATA[Voici comment implémenter une fonction de recherche aux boîtes de texte dans vos applications .Net ou Gtk. (Merci à tomlev pour la correction sous la forme d&#8217;extension ) avec .Net public static class RichTextBoxExtensions &#160; &#160; &#123; &#160; &#160; &#160; &#160; public static void HighlightText&#40;this RichTextBox richTextBox, string word, Color color&#41;&#123; &#160; &#160; &#160; &#160; &#160; &#160; int startIndex = 0, index; &#160; &#160; &#160; &#160; &#160; &#160; richTextBox.Select&#40;0,richTextBox.Text.Length&#41;; &#160; &#160; &#160; &#160; &#160; &#160; [&#8230;]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
