I have recently read about the 3 tier architecture, and i would like to know how to apply it in developing Desktop Applications using WPF and C#.
any reference to external articles or resources is appreciated.
            Asked
            
        
        
            Active
            
        
            Viewed 3,508 times
        
    0
            
            
         
    
    
        Ibrahim Najjar
        
- 19,178
- 4
- 69
- 95
- 
                    Have you tried googling "3 tier architecture .NET"? There are enough responses there for you to find something useful. – Matt Hogan-Jones Aug 08 '12 at 13:46
1 Answers
5
            "3-tier architecture in WPF" instantly makes me answer you "MVVM - Model View View-Model"
This quick start tutorial can help you getting started with it.
I highly recommend working in MVVM with WPF anyway. I'd even say that, using WPF without working in MVVM does not make a lot of sense imho
You also have a more strict framework named PRISM, google it if you want
Anyway, for MVVM, a lot more anwers are listed in:
 
    