.net - Getting started with Silverlight development -


how 1 start development in silverlight?

does 1 need new ide? or visual studio support?

yes there tooling support visual studio. still in beta though.

get started building silverlight 2 applications

1) install visual studio 2008 install silverlight tools beta 2 visual studio 2008 add-on visual studio 2008 allows use .net create silverlight 2 beta 2 web sites. silverlight 2 beta 2 runtime , silverlight 2 beta 2 sdk installed part of install. additional information read overview , silverlight 2 beta 2 readme notes. note if have visual studio 2008 service pack 1 beta installed, please see information details on installing correctly.

2) install expression blend 2.5 june 2008 preview preview version of expression blend designing silverlight 2 experiences.

3) install deep zoom composer tool allows prepare images use deep zoom feature in silverlight 2.

one thing watch out silverlight not support synchronous calls server. calls asynchronous of this beta.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -