what is silverlight ? what does it offer the programmer ?
what is the simplest fastest way to learn it ?
what is silverlight ? what does it offer the programmer ?
what is the simplest fastest way to learn it ?
time to amp up the beef
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
* I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
*Proof positive that searching the forums does work: View Thread *
* How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
* How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
* Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
"There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN
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 ?
time to amp up the beef
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).