<?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; ASP.Net</title>
	<atom:link href="http://bluestick.jp/tech/index.php/category/net/aspnet/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/aspnet/feed" />
		<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>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>ASP.Net MVCでページキャッシュを行い、DB更新時にキャッシュを破棄するには。</title>
		<link>http://bluestick.jp/tech/index.php/archives/217</link>
		<comments>http://bluestick.jp/tech/index.php/archives/217#comments</comments>
		<pubDate>Wed, 10 Feb 2010 06:19:39 +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=217</guid>
		<description><![CDATA[データベースキャッシング機能を有効にする。データベース名が「TestDB 」、キャッシュ機能を有効にしたいテーブル名が「Table1 」である場合、Visual Studio 2008コマンドプロンプトで下記を実行する。 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/217/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/217" />
	</item>
		<item>
		<title>ASP.Net MVCでSite.master(マスタページ)をそのまま使うとIE6が後方互換モードになってしまう。</title>
		<link>http://bluestick.jp/tech/index.php/archives/210</link>
		<comments>http://bluestick.jp/tech/index.php/archives/210#comments</comments>
		<pubDate>Sun, 20 Dec 2009 07:26:01 +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=210</guid>
		<description><![CDATA[標準のテンプレートだと1行目に空白が入ってしまうため、IE6が後方互換モードになってしまう。
&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitio [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/210/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/210" />
	</item>
		<item>
		<title>Windows Server 2008 R2/Windows 7でASP.NetからSQL Serverに接続するユーザが変更された</title>
		<link>http://bluestick.jp/tech/index.php/archives/208</link>
		<comments>http://bluestick.jp/tech/index.php/archives/208#comments</comments>
		<pubDate>Fri, 11 Dec 2009 06:18:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=208</guid>
		<description><![CDATA[以前は「Network Service」で接続したが、アプリケーションプール名が「DefaultAppPool」の場合、「IIS AppPool\DefaultAppPool」で接続できる。
ユーザ、グループの検索画面に [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/208/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/208" />
	</item>
		<item>
		<title>ASP.Net MVCをIIS 6.0で動かすと「404エラー」になるのを回避するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/195</link>
		<comments>http://bluestick.jp/tech/index.php/archives/195#comments</comments>
		<pubDate>Sat, 14 Nov 2009 09:35:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=195</guid>
		<description><![CDATA[
拡張子「.mvc」をASP.Netにマップする設定をIISのアプリケーションマップに追加するために、スクリプト「C:\Program Files\Microsoft ASP.NET\ASP.NET MVC 1.0\Sc [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/195/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/195" />
	</item>
		<item>
		<title>ASP.Net MVC Web Applicationテンプレートの使い方</title>
		<link>http://bluestick.jp/tech/index.php/archives/162</link>
		<comments>http://bluestick.jp/tech/index.php/archives/162#comments</comments>
		<pubDate>Thu, 10 Sep 2009 07:02:34 +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=162</guid>
		<description><![CDATA[Visual StudioでASP.Net MVC Web Applicationプロジェクトを作成する。
Modelクラス、Repositoryクラスを作成する。RepositoryクラスはModelクラスの取得、保存 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/162/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/162" />
	</item>
		<item>
		<title>ADO.NET Data Services でJSON形式でデータを受信するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/153</link>
		<comments>http://bluestick.jp/tech/index.php/archives/153#comments</comments>
		<pubDate>Tue, 01 Sep 2009 04:53:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=153</guid>
		<description><![CDATA[JSONを取得する際、HTTPヘッダに下記を付加する。
Accept: application/json
]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/153/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/153" />
	</item>
		<item>
		<title>ASP.NetのMenuコントロールがSafari, Chromeで正常に表示されない。</title>
		<link>http://bluestick.jp/tech/index.php/archives/145</link>
		<comments>http://bluestick.jp/tech/index.php/archives/145#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:17:22 +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=145</guid>
		<description><![CDATA[C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\Browsers\mozilla.browser
でSafariやChromeの場合に、MenuAdapterとし [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/145/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/145" />
	</item>
	</channel>
</rss>

