Click here to Skip to main content
15,917,455 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: cant play sound from source using MediaElement Pin
igalep13216-Jan-11 20:41
igalep13216-Jan-11 20:41 
GeneralRe: cant play sound from source using MediaElement Pin
omeriko916-Jan-11 20:43
omeriko916-Jan-11 20:43 
Questionwpf 2010 express Pin
arkiboys14-Jan-11 20:18
arkiboys14-Jan-11 20:18 
AnswerRe: wpf 2010 express Pin
Praveen Raghuvanshi15-Jan-11 4:30
professionalPraveen Raghuvanshi15-Jan-11 4:30 
AnswerRe: wpf 2010 express Pin
Abhinav S16-Jan-11 2:18
Abhinav S16-Jan-11 2:18 
QuestionThe property 'ContentStringFormat' does not exist on the type Pin
CrafterIt13-Jan-11 22:45
CrafterIt13-Jan-11 22:45 
AnswerRe: The property 'ContentStringFormat' does not exist on the type Pin
Pete O'Hanlon13-Jan-11 23:12
mvePete O'Hanlon13-Jan-11 23:12 
GeneralRe: The property 'ContentStringFormat' does not exist on the type Pin
CrafterIt13-Jan-11 23:18
CrafterIt13-Jan-11 23:18 
GeneralRe: The property 'ContentStringFormat' does not exist on the type Pin
Pete O'Hanlon13-Jan-11 23:26
mvePete O'Hanlon13-Jan-11 23:26 
GeneralRe: The property 'ContentStringFormat' does not exist on the type Pin
CrafterIt14-Jan-11 0:04
CrafterIt14-Jan-11 0:04 
QuestionMVVM Patter and databinding [modified] Pin
ToddHileHoffer13-Jan-11 15:18
ToddHileHoffer13-Jan-11 15:18 
AnswerRe: MVVM Patter and databinding Pin
Abhinav S13-Jan-11 17:50
Abhinav S13-Jan-11 17:50 
AnswerRe: MVVM Patter and databinding Pin
Pete O'Hanlon13-Jan-11 21:19
mvePete O'Hanlon13-Jan-11 21:19 
AnswerRe: MVVM Patter and databinding Pin
Soulus8319-Jan-11 20:52
Soulus8319-Jan-11 20:52 
QuestionAsync Exception with WCF - Silverlight Pin
avnerpeer13-Jan-11 0:29
avnerpeer13-Jan-11 0:29 
AnswerRe: Async Exception with WCF - Silverlight Pin
Ray Cassick13-Jan-11 2:36
Ray Cassick13-Jan-11 2:36 
GeneralRe: Async Exception with WCF - Silverlight Pin
avnerpeer13-Jan-11 3:41
avnerpeer13-Jan-11 3:41 
GeneralRe: Async Exception with WCF - Silverlight Pin
avnerpeer16-Jan-11 0:58
avnerpeer16-Jan-11 0:58 
AnswerRe: Async Exception with WCF - Silverlight Pin
ToddHileHoffer13-Jan-11 8:49
ToddHileHoffer13-Jan-11 8:49 
QuestionSL, WPF, ASP.NET or ASP MVC Pin
ToddHileHoffer12-Jan-11 6:45
ToddHileHoffer12-Jan-11 6:45 
AnswerRe: SL, WPF, ASP.NET or ASP MVC Pin
SledgeHammer0112-Jan-11 7:13
SledgeHammer0112-Jan-11 7:13 
Well, WPF & Silverlight do have a rather large learning curve. Both also require you to change how you think when you write apps. If you tried to write a Silverlight app in an ASP.Net'ish way, yeah, it would suck. Just as if you tried to write a WPF app in a Winforms/MFC'ish way.

Both WPF & Silverlight are designed to be used with the MVVM pattern.

If you are using them in the "old school way", you aren't using them right Smile | :) .

Once you master data binding & XAML & triggers & events & control templates & styles, etc., your codebase will shrink by like 50% or more.

Lots of things that you had to implement in hackish ways in Winforms / ASP.NET are magically free in WPF / Silverlight.

I was recently offered a job by a well known and awesome company, but turned it down because it meant going back to C++ / MFC. No freakin way man! Smile | :) .
GeneralRe: SL, WPF, ASP.NET or ASP MVC Pin
ToddHileHoffer12-Jan-11 10:33
ToddHileHoffer12-Jan-11 10:33 
GeneralRe: SL, WPF, ASP.NET or ASP MVC Pin
SledgeHammer0112-Jan-11 11:30
SledgeHammer0112-Jan-11 11:30 
GeneralRe: SL, WPF, ASP.NET or ASP MVC Pin
ToddHileHoffer13-Jan-11 15:39
ToddHileHoffer13-Jan-11 15:39 
GeneralRe: SL, WPF, ASP.NET or ASP MVC Pin
Pete O'Hanlon13-Jan-11 21:33
mvePete O'Hanlon13-Jan-11 21:33 

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.