==[[Silverlight]]==
[[Visual Studio]] | [[Prism]] |
*[http://msdn.microsoft.com/ja-jp/silverlight/bb187358 Silverlight デベロッパーセンター]
*[http://msdn.microsoft.com/ja-jp/silverlight/hh378161 Silverlight でビジネス アプリケーションを開発する]
==Microsoft Web Platform Installer 4.0 Release [[R]]elease Candidate==
*Microsoft の Webコンポーネント群
**IIS、SQL IIS、[[SQL Server ]] Express、.Net Framework、Visual Web Developerを含む
*フリーのWebアプリケーションを[http://www.microsoft.com/web/gallery/ Windows Web Application Gallery]からインストール可能
[[File:1113_webpi01.jpg]]
==UI フレームワーク==
*[[Silverlight リソースとスタイル]]===[[Prism]]===
*[http://typea.info/blg/glob/2012/08/prism-visual-web-developer-2010-express.html Prismのインストール]
*[http://typea.info/blg/glob/2012/08/prism.html ドキュメントとデモ]
==[[Tips]]==*[[Sliverlight 画面遷移]]
===XAML===
*[http://frog.raindrop.jp/knowledge/archives/002200.html ラジオボタンをグループ化]
===クロスドメインポリシー===
*[[Silverlight クロスドメインポリシーファイル]]
===UI===
*[http://www.atmarkit.co.jp/fdotnet/chushin/introsl_03/introsl_03_02.html SilverightのUI要素]
**[http://ufcpp.net/study/csharp/ClientBin/ControlsDemo.html#/ShapeDemo Demo]
====Extended [[WPF ]] Toolkit====
*[http://wpftoolkit.codeplex.com/wikipage?title=BusyIndicator BusyIndicator]
==[[Tips]]==
===Web===
====URLエンコードU[[R]]Lエンコード====
System.Uri.EscapeUriString(url);
System.[[Windows]].Browser.HttpUtility.UrlEncode(url)