what is silverlight ? what does it offer the programmer ?
what is the simplest fastest way to learn it ?
Printable View
what is silverlight ? what does it offer the programmer ?
what is the simplest fastest way to learn it ?
I took your first question and plugged it into google. Here's what it came back with: The Results
In short it's a framework based on .NET and ASP and AJAX and Javascript that allows for a rich user experience with web applications. And beginning with Silverlight 4 (or it might have been 3, I forget) you can build Silverlight apps that can be run outside of the browser...
-tg
Silverlight 3 introduced that feature.
-----
As for what is the fasted way to learn it, that would depend on your learning style. I'd go to http://www.silverlight.net/learn/ as a starting point. There's videos, labs, documentation, tutorials, etc there that you can learn from.
can i install it for vb.net express 2008 ? how ?
Yes. http://www.silverlight.net/getstarted/ Click on the green 'Install' link at the top of the page.
It is also one of a pair of technologies that drive Windows Phone 7, the other being XNA (which is specifically for game or graphic intensive, tight loop apps).