good 3 tier sample

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lolit
    New Member
    • Aug 2009
    • 1

    good 3 tier sample

    Hi all. I need to do a project, and for that I want to see winform/wpf code good sample(perfect one, best practise) for 3 layer arcitecture .. I want to see the relations between the layers
    any idea where can I find it?\
    tnx
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    My guess would be a text book aimed at that type of program architecture. Might be work spending a day at Borders, or Fry's Electronic book department.

    Comment

    • cloud255
      Recognized Expert Contributor
      • Jun 2008
      • 427

      #3
      What do mean by '3 layer architecture'? Are you revering to the MVC (Model-View-Controller) based design patterns? If so there are thousands of sites which explain the architecture and provide examples.

      The MVC variation for WPF is MVVM (Model-View-ViewModel) pattern. They all work on the same principles.

      We don't know how familiar you are with the concepts, so like suggested above, spend some time familiarizing yourself with the concepts and then post some more specific questions if you still feel uncertain about any specific area of the design pattern.

      Comment

      • suma1000
        New Member
        • Dec 2011
        • 3

        #4
        The book titled "Develop an eRP software using vb.net and sql server"

        explained the complete development using three-tier architecture.

        Comment

        Working...