Friday, October 30, 2009

Silverlight 3 support in Visual Web Developer 2010 Beta 2

Visual Web Developert 2010 Beta 2 Comes with excellent tool support for Silverlight 3.




Starting With Visual Web Developer 2008 sp1 there is the New Project option in Vwd. So go to File, New Project and Select Silverlight Application.









Let host the Silverlight Application in Asp .Net Application.











If you inspect the Properties Window you can notice that there is both Alphabetical and Categorized View of Entries and also Events. In C# Express Edition 2080 there was only the Categorized View in Properties. I am basically a lover of Alphabetical View.






private void button1_Click(object sender, RoutedEventArgs e)
{
MessageBox.Show("Welcome to Silverlight 3");
}






In short Working with Silverlight 3 in Vwd 2010 is as cool as working with Asp .Net Application.

No comments:

Post a Comment