<?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; .Net Framework</title>
	<atom:link href="http://bluestick.jp/tech/index.php/category/net/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/net/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/292</link>
		<comments>http://bluestick.jp/tech/index.php/archives/292#comments</comments>
		<pubDate>Fri, 08 Apr 2011 22:14:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=292</guid>
		<description><![CDATA[WebRequestの最大同時接続数を変更するにはでプログラムから変更する方法をメモしたが、設定ファイルでも変更する方法は以下。
app.configに下記の設定を追加する。
&#60;system.net&#62;
    [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/292/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/292" />
	</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>.Net FrameworkのUriエンコードメソッドの違い</title>
		<link>http://bluestick.jp/tech/index.php/archives/266</link>
		<comments>http://bluestick.jp/tech/index.php/archives/266#comments</comments>
		<pubDate>Fri, 16 Jul 2010 08:23:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[ASP.Net]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=266</guid>
		<description><![CDATA[.Net FrameworkにはUriエンコードに使うメソッドがいくつかあるが、違いを調べてみた。

Uri.EscapeDataString(str)
RFC2396準拠。16進数は大文字になる。
Uri.Escape [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/266/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/266" />
	</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>Visual Studio 2010でjQueryのインテリセンスが効かなかったので</title>
		<link>http://bluestick.jp/tech/index.php/archives/247</link>
		<comments>http://bluestick.jp/tech/index.php/archives/247#comments</comments>
		<pubDate>Tue, 11 May 2010 03:40:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[ASP.Net]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=247</guid>
		<description><![CDATA[いろいろと調べたところ、プロジェクトのobj\Debug、obj\Releaseの各フォルダにできる、DesignTimeResolveAssemblyReferencesInput.cacheというファイルに、jQue [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/247/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/247" />
	</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>WPF でテーマを使用するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/235</link>
		<comments>http://bluestick.jp/tech/index.php/archives/235#comments</comments>
		<pubDate>Thu, 04 Mar 2010 02:15:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=235</guid>
		<description><![CDATA[WPF.Themesを使ってWPFでSilverlight ToolkitのようなThemeを使用することができる。現状21種類のテーマが提供されている。

WPF.Themes.dllとWPFToolkit.dllを入 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/235/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/235" />
	</item>
	</channel>
</rss>

