Skip to main content
Home Forums General Silverlight Getting Started Benefits of Silverlight
3 replies. Latest Post by pootle on September 16, 2008.
(0)
pootle
Member
2 points
2 Posts
09-16-2008 8:35 AM |
Forgive this question if it is posted in the wrong place or has been answered before...
I work with .NET doing projects for commercial purposes. Until now, we have used various (commercial) skin libraries to provide a richer UI experience. However, from what I have seen of Silverlight, it seems to remove the need for skinning an application in the traditional sense and it provides a very rich UI - is this observation correct?
Additionally, as I have never worked with Silverlight, but have only looked at some samples in a web browser, is it realistic to deploy a non-web application that uses Silverlight? Basically, the answer to this one will determine if I look further or not...
Thanks.
Bill Reiss
Contributor
4826 points
917 Posts
09-16-2008 8:38 AM |
pootle: Additionally, as I have never worked with Silverlight, but have only looked at some samples in a web browser, is it realistic to deploy a non-web application that uses Silverlight? Basically, the answer to this one will determine if I look further or not...
There are utilities like Desklighter http://blendables.com/labs/Desklighter/Default.aspx that allow you to run your Silverlight app outside the browser, but the standard answer is that if you write a Silverlight app, with very little effort, you can also get it running as a WPF app since Silverlight is a subset of WPF.
simbuaar...
Participant
1172 points
405 Posts
09-16-2008 8:57 AM |
Hi Pootle
If you want to learn Silverlight please go through these all the links
Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;} http://silverlight.net/GetStarted/ http://silverlight.net/Learn/ http://silverlight.net/learn/tutorials.aspx http://www.silverlightshow.net/Tutorials.aspx http://weblogs.asp.net/mschwarz/archive/2007/06/06/silverlight-tutorials.aspx http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-1-creating-quot-hello-world-quot-with-silverlight-2-and-vs-2008.aspx
09-16-2008 11:04 AM |
Thank you both for the links and information. I think it is probably worth investing some time on this technoogy.... If not for now at least for some time in the future.
Cheers.