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

WPF

 
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 
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 
Yeah, some stuff that was super trivial pre-Silverlight / WPF is now overly complicated. Something that took you one line of code in ASP.NET could take several hundred (or more) in Silverlight / WPF. Thats only a few specific areas though IMO. More often the case will be that something that took thousands of lines pre-Silverlight / WPF now takes one line.

If you use MVVM, I think you will find your code is amazingly clean and readable.

HOWEVER, be warned... MVVM has an initial "start up cost" and learning curve like Silverlight did. By "start up cost", I mean WPF and Silverlight don't give you everything you need to do MVVM out of the box. There are lots of libraries out there that fill in the holes.

Anyways... once you get past the initial learning curve of Silverlight & MVVM, the payoffs are huge. Lots of things that are easy in Silverlight / WPF can't even be done otherwise.

Once you truly harness the power of data binding, you'll wonder how you ever got along without it.

It would certainly behoove you to write a "MyBagOfTricks.dll" type assembly where you stick the "tricky" stuff in generic / reusable ways and take it with you from job to job and build it up over the years.
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 
QuestionSilver lights tools for Visual Studio 2008 [Solved] Pin
εїзεїзεїз8-Jan-11 19:22
εїзεїзεїз8-Jan-11 19:22 
AnswerRe: Silver lights tools for Visual Studio 2008 [Solved] Pin
εїзεїзεїз8-Jan-11 20:49
εїзεїзεїз8-Jan-11 20:49 

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.