Click here to Skip to main content
15,891,864 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Silverlight VS WPF Pin
Rama Krishna Vavilala26-May-09 10:15
Rama Krishna Vavilala26-May-09 10:15 
GeneralRe: Silverlight VS WPF Pin
ToddHileHoffer26-May-09 10:15
ToddHileHoffer26-May-09 10:15 
GeneralRe: Silverlight VS WPF Pin
Judah Gabriel Himango26-May-09 11:45
sponsorJudah Gabriel Himango26-May-09 11:45 
GeneralRe: Silverlight VS WPF Pin
JimmyRopes26-May-09 12:17
professionalJimmyRopes26-May-09 12:17 
GeneralRe: Silverlight VS WPF Pin
Douglas Troy26-May-09 13:10
Douglas Troy26-May-09 13:10 
GeneralRe: Silverlight VS WPF Pin
Mark Salsbery26-May-09 14:25
Mark Salsbery26-May-09 14:25 
GeneralRe: Silverlight VS WPF Pin
#realJSOP27-May-09 2:10
mve#realJSOP27-May-09 2:10 
GeneralRe: Silverlight VS WPF Pin
Mark Salsbery26-May-09 14:59
Mark Salsbery26-May-09 14:59 
Actually now that I've reread your entire post and not just the topic
(because comparing Silverlight to WPF is, well no comparison),
I'll answer...

John Simmons / outlaw programmer wrote:
the pros/cons of using Silverlight over a desktop WPF application?


Cons:
1) The sandbox
2) Very small subset of the .NET framework (although for certain app types, there's plenty)
3) It runs in a browser. 3.0 has offline capability, but it's still in a browser

Pros:
1) It runs in a browser. but it runs in more than one browser on more than one platform.
2) Deployment. There's no easier deployment - including ClickOnce

Now, if you're convinced you want or need a browser based app, perhaps because it's cross platform
and deployment is easy, then there's even more pros:

1) You can leverage existing .NET skills, like C#/VB.NET on a browser platform
2) The Silverlight runtime provides a subset of .NET, so interacting with existing desktop .NET based applications (like using WCF and/or ASP.NET) can be much simpler.
3) Silverlight apps actually run code on the client, unlike other web technologies like ASP.NET (and Silverlight code runs faster than js). Depending on the application, and with a thoughtful design, this can benefit web app performance by allowing distribution of CPU load between server and client.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionAllow only alphanumeric in textbox. Pin
Prajeesh26-May-09 0:35
Prajeesh26-May-09 0:35 
AnswerRe: Allow only alphanumeric in textbox. Pin
Pete O'Hanlon26-May-09 0:48
mvePete O'Hanlon26-May-09 0:48 
GeneralRe: Allow only alphanumeric in textbox. Pin
Prajeesh26-May-09 0:53
Prajeesh26-May-09 0:53 
GeneralRe: Allow only alphanumeric in textbox. Pin
Pete O'Hanlon26-May-09 2:04
mvePete O'Hanlon26-May-09 2:04 
AnswerRe: Allow only alphanumeric in textbox. Pin
Kschuler27-May-09 10:57
Kschuler27-May-09 10:57 
Questionto display 12 bit dicom image Pin
krishnan.s25-May-09 22:57
krishnan.s25-May-09 22:57 
AnswerRe: to display 12 bit dicom image Pin
Pete O'Hanlon26-May-09 0:35
mvePete O'Hanlon26-May-09 0:35 
QuestionCan any body explain where did Dependency property register Pin
wasimsharp25-May-09 19:32
wasimsharp25-May-09 19:32 
QuestionRe: Can any body explain where did Dependency property register Pin
Mark Salsbery25-May-09 20:24
Mark Salsbery25-May-09 20:24 
AnswerRe: Can any body explain where did Dependency property register Pin
wasimsharp25-May-09 21:04
wasimsharp25-May-09 21:04 
GeneralRe: Can any body explain where did Dependency property register Pin
Mark Salsbery26-May-09 6:01
Mark Salsbery26-May-09 6:01 
AnswerRe: Can any body explain where did Dependency property register Pin
Oleg V. Polikarpotchkin26-May-09 18:20
Oleg V. Polikarpotchkin26-May-09 18:20 
QuestionSystem.AccessViolationException was unhandled Message="Attempted to read or write Pin
Shato25-May-09 11:47
Shato25-May-09 11:47 
QuestionWPF ignores Storyboard.SpeedRatio or StoryBoard.SetSpeedRatio() Pin
softwarejaeger25-May-09 5:49
softwarejaeger25-May-09 5:49 
AnswerRe: WPF ignores Storyboard.SpeedRatio or StoryBoard.SetSpeedRatio() Pin
ABitSmart25-May-09 17:13
ABitSmart25-May-09 17:13 
QuestionHow to implement TV tunner in WPF application Pin
Nekkantidivya25-May-09 4:31
Nekkantidivya25-May-09 4:31 
AnswerRe: How to implement TV tunner in WPF application Pin
Michael Sync23-Jul-09 20:40
Michael Sync23-Jul-09 20:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.