<?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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Bluestick.JP 開発メモ &#187; C#</title>
	<atom:link href="http://bluestick.jp/tech/index.php/category/c/feed" rel="self" type="application/rss+xml" />
	<link>http://bluestick.jp/tech</link>
	<description></description>
	<lastBuildDate>Mon, 25 Apr 2011 13:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/category/c/feed" />
		<item>
		<title>CanExecuteのTrue,Falseを変更してもコマンド実行の可否がGUIに反映されない場合には</title>
		<link>http://bluestick.jp/tech/index.php/archives/294</link>
		<comments>http://bluestick.jp/tech/index.php/archives/294#comments</comments>
		<pubDate>Tue, 12 Apr 2011 13:10:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=294</guid>
		<description><![CDATA[CommandManager.InvalidateRequerySuggested();
を実行して、RequerySuggestedイベントを強制的に発生させてCanExecuteが実行されるようにできる。
UIスレッ [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/294/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/294" />
	</item>
		<item>
		<title>WebRequestの最大同時接続数を変更するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/290</link>
		<comments>http://bluestick.jp/tech/index.php/archives/290#comments</comments>
		<pubDate>Mon, 04 Apr 2011 21:56:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=290</guid>
		<description><![CDATA[WebRequest クラスの最大同時接続数のデフォルト値は２のため、
複数のサイトに動じアクセスする場合は変更する必要がある。
変更するには
System.Net.ServicePointManager.Default [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/290/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/290" />
	</item>
		<item>
		<title>Windows FormのWebBrowserコントロール内のページに動的にJavaScriptを追加するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/275</link>
		<comments>http://bluestick.jp/tech/index.php/archives/275#comments</comments>
		<pubDate>Fri, 29 Oct 2010 05:49:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=275</guid>
		<description><![CDATA[下記のように外部スクリプトとして追加することで実行できるようになった。
var webBrowser = new WebBrowser();
HtmlElement scriptElem= webBrowser.Docu [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/275" />
	</item>
		<item>
		<title>WPFで長時間かかる処理の間にUIのイベントを処理させるには</title>
		<link>http://bluestick.jp/tech/index.php/archives/262</link>
		<comments>http://bluestick.jp/tech/index.php/archives/262#comments</comments>
		<pubDate>Sun, 11 Jul 2010 07:43:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=262</guid>
		<description><![CDATA[WPFでWindows FormのApplication.DoEventsメソッドと同様に長時間かかる処理の間にUIのイベントを処理させるには、下記のように行う。(MSDNより)
[SecurityPermissionA [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/262/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/262" />
	</item>
		<item>
		<title>WCFを使ってXML-RPC通信を行うには</title>
		<link>http://bluestick.jp/tech/index.php/archives/253</link>
		<comments>http://bluestick.jp/tech/index.php/archives/253#comments</comments>
		<pubDate>Thu, 10 Jun 2010 00:14:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WebAPI]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=253</guid>
		<description><![CDATA[Xml-Rpc With WCFから「XML-RPC for WCF」をダウンロード。
上記blogのコメントに従ってXmlRpcDataContractSerializationHelperクラスのDeserializ [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/253/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/253" />
	</item>
		<item>
		<title>ASP.Net MVC 2の主な新機能</title>
		<link>http://bluestick.jp/tech/index.php/archives/239</link>
		<comments>http://bluestick.jp/tech/index.php/archives/239#comments</comments>
		<pubDate>Sun, 25 Apr 2010 07:30:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=239</guid>
		<description><![CDATA[
○HTMLヘルパーを使ってフォームのコントロールを出力するときにIDの文字列を渡す必要がなくなった
今までは
&#60;%= Html.TextBox(&#8220;ProductName&#8221;, model.P [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/239/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/239" />
	</item>
		<item>
		<title>C#とIronPython 2.6の連携方法(変数の受け渡し方)</title>
		<link>http://bluestick.jp/tech/index.php/archives/229</link>
		<comments>http://bluestick.jp/tech/index.php/archives/229#comments</comments>
		<pubDate>Sat, 20 Feb 2010 08:06:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=229</guid>
		<description><![CDATA[IronPythonのインストールディレクトリにあるIronPython.dll, Microsoft.Scripting.dll, Microsoft.Scripting.Core.dll, Nicrosoft.Dyn [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/229/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/229" />
	</item>
		<item>
		<title>ADO.Net Entity Frameworkでストアドプロシジャを実行するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/206</link>
		<comments>http://bluestick.jp/tech/index.php/archives/206#comments</comments>
		<pubDate>Wed, 09 Dec 2009 05:32:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=206</guid>
		<description><![CDATA[
Visual Studioエンティティデザイナでコンテキストメニューを開いて、「データベースモデルからモデルを更新」を実行し、実行したいストアドプロシジャを追加する。
モデルブラウザから「EntityContainer [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/206/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/206" />
	</item>
		<item>
		<title>.Net frameworkのSyndicationFeedクラスを使ってYahoo Media RSS(MRSS)などの拡張フィードを取得するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/203</link>
		<comments>http://bluestick.jp/tech/index.php/archives/203#comments</comments>
		<pubDate>Fri, 27 Nov 2009 04:50:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WebAPI]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=203</guid>
		<description><![CDATA[SyndicationFeedに含まれるSyndicationItemのElementExtensionsプロパティを使って取得可能。
たとえば下記のように、サムネールを取得することが可能である。
        pri [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/203/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/203" />
	</item>
		<item>
		<title>.Net(C#)でRSS, Atomなどのフィードを取得/作成するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/199</link>
		<comments>http://bluestick.jp/tech/index.php/archives/199#comments</comments>
		<pubDate>Fri, 27 Nov 2009 04:35:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[WebAPI]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=199</guid>
		<description><![CDATA[System.ServiceModel.Syndication.SyndicationFeedクラスを使用する。System.ServiceModel.Web.dll クラスを参照することが必要となる。フィードの取得は下 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/199/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/199" />
	</item>
	</channel>
</rss>

