What do I need to build my first .NET Silverlight App?

Might be easiest to visit this page on the Silverlight.net site. But a simple summary is below:

What you'll need to run a .NET Silverlight app
What you'll need to build a .NET Silverlight app
What your .NET Silverlight application consists of
  • An HTML "host" page
  • JavaScript files to create / load the Silverlight control (CreateSilverlight.js & Silverlight.js)
  • A root XAML file & associated assembly (these constitute your app)
  • Optionally
    • Other app library assemblies (maybe your own, maybe Microsoft etc)
    • App resources (eg XAML resources)

Technorati tags: mix07, silverlight, .net