<?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>Anistar RIA Blog &#187; C#</title>
	<atom:link href="http://blog.riaproject.com/tag/c-sharp/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.riaproject.com</link>
	<description>Rich Internet Application 知識誌</description>
	<lastBuildDate>Fri, 16 Jul 2010 08:25:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>C#處理XML中Namespace方法(XPath)</title>
		<link>http://blog.riaproject.com/net/1143.html</link>
		<comments>http://blog.riaproject.com/net/1143.html#comments</comments>
		<pubDate>Tue, 12 May 2009 13:12:35 +0000</pubDate>
		<dc:creator>victor</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Namespace]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=1143</guid>
		<description><![CDATA[今天為了在C#中處理XML資料， 將它包裝成物件後利用Remoting送給Flex應用&#8230;.. 本來一切都是這麼的順利， 想不到在最緊要的關頭，畫面居然一片空白！！ 於是就這樣搞了一個下午！ 最後，終於發現問題的所在了&#8230;&#8230;XML中的Namespace。 ▲一般我們自己定義XML資料時都不太會去使用Namespace的程式寫法 按下F5後！ ▲上面程式碼輸出的結果 然後我們看一下在XML中出現Namespace時的程式碼： ▲加上Namespace命名空間的XML檔案 再按下令人緊張的F5: ▲白的！沒錯，你沒看錯，就是白的！！ 搞了一個下午，查了一些資料， 發現原來是這個問題，終於將他解決了，解法如下： ▲加上XmlNamespaceManager的程式碼 在XmlNamespaceManager上加入Namespace資訊 我們來看看API上的提示： ▲設定一個prefix標籤，並將xmlns後面的uri填入第二個參數 好了～就是這樣，看出來了嗎？ 記得在XPath的篩選地方加上辛苦建立的prefix標籤喔，並將manager填入第二個參數！ 之後心平氣和的按下F5測試！ 沒有意外的話應該會得到跟上面"圖二"一樣的結果～ 搞定，看來需要加點小班趕進度了^^"]]></description>
		<wfw:commentRss>http://blog.riaproject.com/net/1143.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>在ADO.NET C#使用SQLite資料庫</title>
		<link>http://blog.riaproject.com/net/822.html</link>
		<comments>http://blog.riaproject.com/net/822.html#comments</comments>
		<pubDate>Mon, 05 Jan 2009 01:18:55 +0000</pubDate>
		<dc:creator>anistar</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=822</guid>
		<description><![CDATA[剛好朋友傳來一篇以C#為示範的使用SQLite資料庫的範例碼，先紀錄下來參考。 C# SourceCode Example This Example shows the basic things when working with SQLite.NET. Basically this is how all ADO.NET Data Providers work ;D Before you can use Finisar&#8217;s SQLite.NET Data Provider, you have to tell your IDE about it. This is how it is done in "Microsoft Visual C# 2005 Express Edition Beta 2&#8243; [...]]]></description>
		<wfw:commentRss>http://blog.riaproject.com/net/822.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
