
August 20, 2008 08:07 by
Visual Studio 2008 SP1 がリリースされて一週間が経ちましたが、小野さんと話していて、ASP.NET controls for Silverlight が入って無い?という事を知りました。
確かに SP1 のページにも記述されていないので、ASP.NET 公式ページの方を見て見ました。
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

December 20, 2007 21:15 by
Silverlightとはマイクロソフトの新しいテクノロジです。私も現時点ではよくはわからないのですがどうもWebブラウザ上で動作するリッチなアプリケーションの作成が可能なようで、マイクロソフト版のFlashという趣です。
現在開発中のSilverlight 1.1を使うとVBでプログラムが組めるらしいので俄然興味がわいてきました
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

November 29, 2007 07:36 by
VS2008 正式版用の Silverlight 1.1 Tools Alpha も出てます。
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

November 14, 2007 05:50 by
(1)Silverlight.createObject()を呼び出す際に、IsWindowlessプロパティをtrueに設定し、背景色を無色にする
[createSilverlight.js]
function createMySilverlightPlugin()
{
Silverlight.createObject(
"Page.xaml", ...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

October 4, 2007 20:36 by
.NET Framework 3.5での変更点は、実は細かな部分にまで及んでいる。現在までに明らかになったものを紹介する。
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

September 11, 2007 20:44 by
またまた、例によって Scott Guthrie ブログの自前翻訳です。
Silverlight 1.0 は、デザイナと開発者が Web に対してリッチなメディア体験や .NET ベースの RIA(Rich Interactive Applications)を構築できるクロスプラットフォーム、クロスブラウザのプラグインです。ラスベガスで開催された MIX カンファレンスでアナウンスした後、私は 5 月に Silverlight についての最初にエントリを書きました。
Silverlight 1.0 と Expression Encoder 1...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5

September 7, 2007 20:53 by
1.0 SDK は msi になってますので簡単にインストールできます (RC のときも msi でした)。
また、インストール中に Visual Studio 2005 用のテンプレートをインストールできるのも RC と同じです。
SDK の内容は若干フォルダ構成が変わっていますし、サイズも違いますので RC のころからは更新されているようです。
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5