Click here to Skip to main content
15,889,281 members
Home / Discussions / WPF
   

WPF

 
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 
GeneralRe: SL, WPF, ASP.NET or ASP MVC Pin
ToddHileHoffer14-Jan-11 2:24
ToddHileHoffer14-Jan-11 2:24 
GeneralRe: SL, WPF, ASP.NET or ASP MVC Pin
ToddHileHoffer14-Jan-11 4:50
ToddHileHoffer14-Jan-11 4:50 
AnswerRe: SL, WPF, ASP.NET or ASP MVC Pin
Abhinav S13-Jan-11 5:59
Abhinav S13-Jan-11 5:59 
GeneralRe: SL, WPF, ASP.NET or ASP MVC Pin
ToddHileHoffer13-Jan-11 8:46
ToddHileHoffer13-Jan-11 8:46 
QuestionAdorners and ScrollViewer don't get along Pin
astibich210-Jan-11 8:45
astibich210-Jan-11 8:45 
AnswerRe: Adorners and ScrollViewer don't get along Pin
SledgeHammer0110-Jan-11 17:18
SledgeHammer0110-Jan-11 17:18 
GeneralRe: Adorners and ScrollViewer don't get along Pin
astibich211-Jan-11 11:07
astibich211-Jan-11 11:07 
GeneralRe: Adorners and ScrollViewer don't get along Pin
SledgeHammer0111-Jan-11 12:45
SledgeHammer0111-Jan-11 12:45 
GeneralRe: Adorners and ScrollViewer don't get along Pin
astibich211-Jan-11 13:18
astibich211-Jan-11 13:18 
GeneralRe: Adorners and ScrollViewer don't get along Pin
SledgeHammer0112-Jan-11 6:23
SledgeHammer0112-Jan-11 6:23 
Questionexpose windows service method to silverlight Pin
arkiboys10-Jan-11 6:18
arkiboys10-Jan-11 6:18 
AnswerRe: expose windows service method to silverlight Pin
Ray Cassick10-Jan-11 6:29
Ray Cassick10-Jan-11 6:29 
GeneralRe: expose windows service method to silverlight Pin
arkiboys10-Jan-11 10:24
arkiboys10-Jan-11 10:24 

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.