Click here to Skip to main content
15,914,419 members
Home / Discussions / WPF
   

WPF

 
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 
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 

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.