Click here to Skip to main content
15,887,214 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Override Textbox Pin
Pete O'Hanlon2-Mar-13 1:09
mvePete O'Hanlon2-Mar-13 1:09 
GeneralRe: Override Textbox Pin
Kevin Marois5-Mar-13 11:01
professionalKevin Marois5-Mar-13 11:01 
GeneralRe: Override Textbox Pin
Pete O'Hanlon5-Mar-13 11:18
mvePete O'Hanlon5-Mar-13 11:18 
QuestionLimit Text Input Length Pin
Kevin Marois1-Mar-13 8:10
professionalKevin Marois1-Mar-13 8:10 
AnswerRe: Limit Text Input Length Pin
Mycroft Holmes1-Mar-13 23:41
professionalMycroft Holmes1-Mar-13 23:41 
AnswerRe: Limit Text Input Length Pin
Pete O'Hanlon3-Mar-13 9:59
mvePete O'Hanlon3-Mar-13 9:59 
QuestionPrism Pin
Kevin Marois1-Mar-13 6:33
professionalKevin Marois1-Mar-13 6:33 
AnswerRe: Prism Pin
Jason Gleim1-Mar-13 7:43
professionalJason Gleim1-Mar-13 7:43 
The guys associated with the prism project released a book called 'Developer's Guide to Microsoft Prism'. It was released as a free PDF so don't pay for it unless you want the hardcopy. (Look in the table at the 'Downloads' section on http://msdn.microsoft.com/en-us/library/gg406140.aspx[^]) I suggest you read it even if you don't end up doing anything with Prism.

Prism is the ultimate MVVM toolbox. It has everything which makes it much heavier than something like MVVM Light. Which is why you should read the book and understand the advantages and disadvantages of the framework. In short, where something like MVVM Light is designed to help you build an application that follows the MVVM pattern by providing resources that make the task easier, Prism is designed for building composite applications using the MVVM pattern. That is an important difference.

Like many other frameworks and patterns, you can pick and choose what you want to include so while the whole shooting match is pretty big, you don't have to use all of it. I like it, especially for large projects where the ability to break the resulting app into modules that are located and loaded at runtime provides a big advantage. But I also use MVVM Light a lot as well when I don't need the horsepower Prism provides and I just want the MVVM pattern.

Regardless of whether you ultimately end up using it, you should probably learn about it. At least then you would be able to recognize on your own when it could/should be used rather than relying on the infamous 'I have heard...' decision making process.
GeneralRe: Prism Pin
Kevin Marois1-Mar-13 7:47
professionalKevin Marois1-Mar-13 7:47 
QuestionC# combobox in datagrid filling Pin
Member 975714928-Feb-13 0:07
Member 975714928-Feb-13 0:07 
AnswerRe: C# combobox in datagrid filling Pin
Mycroft Holmes1-Mar-13 12:00
professionalMycroft Holmes1-Mar-13 12:00 
QuestionCannot Integrate Silverlight Control with aspx web page Pin
Pilu00727-Feb-13 19:23
Pilu00727-Feb-13 19:23 
AnswerRe: Cannot Integrate Silverlight Control with aspx web page Pin
Jason Gleim1-Mar-13 7:50
professionalJason Gleim1-Mar-13 7:50 
GeneralRe: Cannot Integrate Silverlight Control with aspx web page Pin
Pilu0071-Mar-13 20:42
Pilu0071-Mar-13 20:42 
QuestionFiring an ICommand from a Style? Pin
SledgeHammer0127-Feb-13 14:27
SledgeHammer0127-Feb-13 14:27 
AnswerRe: Firing an ICommand from a Style? Pin
Cracked-Down7-Mar-13 2:29
Cracked-Down7-Mar-13 2:29 
QuestionExtended Toolkit Editor Templates Pin
#realJSOP22-Feb-13 6:17
mve#realJSOP22-Feb-13 6:17 
QuestionIs Visual studio 2012 using WPF's WindowChrome trick ? Pin
Member 806124520-Feb-13 22:45
Member 806124520-Feb-13 22:45 
QuestionBuilding a GUI in WPF Pin
columbos1492720-Feb-13 21:32
columbos1492720-Feb-13 21:32 
AnswerRe: Building a GUI in WPF Pin
Wayne Gaylard20-Feb-13 22:15
professionalWayne Gaylard20-Feb-13 22:15 
QuestionAfter Upagrading Silverlight from .NET 4 to 4.5 WCF Stopped working Pin
Vimalsoft(Pty) Ltd20-Feb-13 6:54
professionalVimalsoft(Pty) Ltd20-Feb-13 6:54 
AnswerRe: After Upagrading Silverlight from .NET 4 to 4.5 WCF Stopped working Pin
Vimalsoft(Pty) Ltd20-Feb-13 8:16
professionalVimalsoft(Pty) Ltd20-Feb-13 8:16 
QuestionEvent Handling between Threads Pin
AeroClassics19-Feb-13 11:34
professionalAeroClassics19-Feb-13 11:34 
AnswerRe: Event Handling between Threads Pin
SledgeHammer0119-Feb-13 12:57
SledgeHammer0119-Feb-13 12:57 
GeneralRe: Event Handling between Threads Pin
AeroClassics20-Feb-13 4:42
professionalAeroClassics20-Feb-13 4:42 

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.