| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「Silverlight」の版間の差分

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

2020年2月16日 (日) 04:31時点における最新版

Silverlight

Visual Studio | Prism |

Microsoft Web Platform Installer 4.0 Release Candidate

  • Microsoft の Webコンポーネント群
    • IIS、SQL Server Express、.Net Framework、Visual Web Developerを含む
  • フリーのWebアプリケーションをWindows Web Application Galleryからインストール可能

1113 webpi01.jpg 左と上のペインから、プロダクトをフィルターしてインストール対象を選択できる。

UI フレームワーク

Prism

Tips

XAML

クロスドメインポリシー

UI

Extended WPF Toolkit

Tips

Web

URLエンコード

System.Uri.EscapeUriString(url);
System.Windows.Browser.HttpUtility.UrlEncode(url)