| Author: Anuraj 01 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
Silverlight is new feature in .Net 3.5, it is for web 2.0 application development or RIA(Rich Interactive Application) development, like Flash. It is cross platform. Can be written in XAML as markup and C# or VB.Net as code behind.
For Silverlight development, you need VS 2008 or 2010. With Silverlight SDK
Thanks Anuraj THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS. BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT. dotnetthoghts
|
| Author: Venkatesh Ellur 28 Oct 2009 | Member Level: Gold | Rating:  Points: 2 |
Silverlight is part of .NET 3.5 and above.
This is the competitor for FLASH the major advantage is that it is browser independent. and even provides easy way to communicate with the database server which is a lil difficult in flash. when it comes to animation everything in silverlight is time based not frame based.
in case you need any other information please let me know so that i can help you out.
THIS POSTING IS PROVIDED WITH NO WARRANTIES, BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT AS PER MY KNOWLEDGE, NOT TRIED IT.
Regards -------------------------- Venkatesh Ellur +919886417764 venkatesh.ellur@gmail.com
|