11
votes
17answers
1k views
What are the biggest gotchas in Silverlight 2.0?
I've been working in Silverlight 2.0 recently and I've slowly been discovering that as simple as it can be to develop, there are one or two annoying gotchas that lurk in the shadows.
Considering how …
8
votes
3answers
785 views
Any disadvantages of Silverlight?
We are planning to develop a web based application using Silverlight 2.0. The application will be used by our company employees. The application will be accessed using IE6 (Yeah IE6) and Silverlight …
7
votes
2answers
299 views
How to improve the much-to-be-desired Silverlight installation experience?
I wanted to get a sense of the average user experience of having to install Silverlight in order to use the Silverlight applications I've been making.
I fired up a virtual machine with clean …
7
votes
6answers
552 views
Is Silverlight 2.0 a viable game development platform?
I've coded some smaller projects using Silverlight 2.0, which is fairly impressive.
Does Silverlight 2.0 have what it takes to be a game development platform for the web?
(Are the framerates high …
5
votes
4answers
310 views
Best Practice For Location Of Styles In Silverlight
Where is the best place to put Style StaticResources? I have been putting the global and default styles in app.xaml and the page specific styles in page_name.xaml. Should every control have its own …
5
votes
4answers
722 views
Can I override the context menu in Silverlight for all browsers that support Silverlight 2.0?
It seems like a common question on Google, but I couldn't find a satisfactory answer (unless the answer is 'no')
I would like to add menu items or show a custom menu when a user right-clicks on my …
5
votes
6answers
613 views
How can I use non-Silverlight assemblies in a Silverlight app?
I'm working an project (pure hobby, "Sharping my skills") which has one unified back-end and multiple front-ends (ASP.NET MVC 1.0/JQuery and Silverlight 2). When I try to add reference to my business …
5
votes
3answers
880 views
silverlight: How to set attached properties Programmatically
Suppose I have a grid with some row definitions, and a child control in that grid. How would I go about setting the Grid.Row property of the child control programatically?
5
votes
9answers
2k views
Silverlight 2.0 - Can’t get the text wrapping behaviour that I want
I am having trouble getting Silverlight 2.0 to lay out text exactly how I want. I want text with line breaks and embedded links, with wrapping, like HTML text in a web page.
Here's the closest that …
5
votes
5answers
2k views
Convert WPF Application to SilverLight
Is it possible to convert an existing WPF Application to SilverLight automatically/with minimal effort?
5
votes
9answers
3k views
silverlight vs ASP.NET MVC
I'm debating whether to use Silverlight 2.0 vs ASP.NET MVC for a web application. The web application will be a subscription free service marketing all age groups. It's important the source is …
4
votes
3answers
167 views
Silverlight - Good for Internet Business Application ?
I've heard the comment several times, once in one of Shawn Wildermuth's podcasts, that Silverlight is great, but might not be so good for 'entire' internet applications. This comment never get's …
4
votes
3answers
203 views
Issues or reasons against updating Silverlight 2 project in development to Silverlight 3?
I currently have a recently started project in development with a 2010 target date developed primarily in Silverlight 2, making use of the March Silverlight 2 Toolkit.
Now that Silverlight 3 is gold, …
4
votes
5answers
682 views
Silverlight 2.0 loading issue
I have developed a SL2 application for a client (whose computers are under pretty heavy lockdown via group policies). The SL2 application has worked fine for everyone except the client.
The client is …
4
votes
3answers
447 views
Can you build an entire application in Silverlight?
Is it possible to build a good medium to full sized application using just silverlight as a host?
A few things that would be needed:
- dynamic pages (one silverlight "screen" can switch between …
