26
votes
24answers
2k views
What is so evil about flash based website?
I have the feeling that flash-based ( or silverlight-based) websites are generally frowned upon, except when you are creating games or multimedia-content rich applications. Why this is so?
24
votes
22answers
3k views
Silverlight vs Flex
My company develops several types of applications. A lot of our business comes from doing multimedia-type apps, typically done in Flash. However, now that side of the house is starting to migrate …
21
votes
21answers
2k views
What potential do you see in Silverlight?
Silverlight has been available since quite some time, and Silverlight 2 allows .Net programming on the front-end. I've been thinking about the apps that I can make using Silverlight, but I can't …
19
votes
9answers
636 views
Designers and developers working together
The rich presentational capabilities of WPF and Silverlight mean developers like me will be working closely with graphic designers more often these days, as is the case in my next project.
Does …
18
votes
11answers
693 views
What .Net/WPF features do you miss when working in Silverlight?
I recently started working with Silverlight and immediately noticed the difference between the Silverlight BCL and the full .Net and WPF. For some of them I've found great solutions posted online by …
16
votes
6answers
2k views
The .NET Reactive Framework, IObservable, and Linq over Events
Has anyone had a good look at the new Reactive Framework?
This implementation of "Linq over Events" was apparently distributed with the new Silverlight 3 Toolkit, as a way to manage asynchronous …
16
votes
4answers
1k views
WPF vs Silverlight.
What are the exact differences between WPF and Silverlight?
14
votes
10answers
1k views
WPF vs Silverlight 3.0
Silverlight 3.0 beta has just been announced at Microsofts Mix Conference in Las Vegas.
Two features of the new beta are 3D-graphics and the ability to run applications outside of the browser, which …
14
votes
12answers
930 views
Should I learn Silverlight or JavaScript/JQuery/CSS/HTML?
I'm a seasoned desktop developer working in C++/C#/WinForms/etc. Up until this point, I have done very little in terms of web development. I've come to the point in my career where I feel like I …
14
votes
3answers
2k views
Best way to detect when user leaves a web page
What is the best way to detect if a user leaves a web page?
The onUnload javascript method doesn't work every time (the HTTP request takes longer than the time required to terminate the browser).
…
13
votes
10answers
7k views
Should I use the Model-View-ViewModel (MVVM) pattern in Silverlight projects?
One challenge with Silverlight controls is that when properties are bound to code, they're no longer really editable in Blend. For example, if you've got a ListView that's populated from a data feed, …
12
votes
5answers
728 views
What MVVM framework are you using?
I am looking to write a WPF app and am trying to pick a MVVM framework to handle some of the complexity. What would you recommend and where can I find a good tutorial/getting started guide for said …
12
votes
8answers
2k views
Best way to upload multiple files from a browser
Hi all,
I'm working on web application. There is one place where the user can upload files with the HTTP protol. There is a choice between the classic html file upload control and a java applet to …
12
votes
6answers
1k views
Is this list a correct understanding of Microsoft’s current application deployment options?
I'm trying to get my head around the many application deployment options which Microsoft currently offers.
Doing a little research turned up dozens of confusing terms:
"WPF App"
"ClickOnce App"
…
11
votes
7answers
1k views
Does Silverlight have a performance advantage over JavaScript?
At a recent discussion on Silverlight the advantage of speed was brought up. The argument for Silverlight was that it performed better in the browser than Javascript because it is compiled (and …
