Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. Is the tier design approach good for a windows app? [modified]

Is the tier design approach good for a windows app? [modified]

Scheduled Pinned Locked Moved IT & Infrastructure
csharpdesignquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kurt _B
    wrote on last edited by
    #1

    We are converting our system over to C# and I am wondering if the the tier design is worth the extra trouble. And it seems most of the applications I see designed this way are mainly web apps. -- modified at 9:09 Tuesday 13th June, 2006

    D B 2 Replies Last reply
    0
    • K Kurt _B

      We are converting our system over to C# and I am wondering if the the tier design is worth the extra trouble. And it seems most of the applications I see designed this way are mainly web apps. -- modified at 9:09 Tuesday 13th June, 2006

      D Offline
      D Offline
      darkelv
      wrote on last edited by
      #2

      It is still good to practice it. For instance a method of saving plus data validation/calculation/error handling of a transaction can be used in 1) Importing from external file 2) transaction entry screen 3) outside of the transaction entry screen where you want to batch saving transactions 4) using the method in a windows service to process transactions in background. At least if you need to change something, you don't have to go through all 4 area.

      1 Reply Last reply
      0
      • K Kurt _B

        We are converting our system over to C# and I am wondering if the the tier design is worth the extra trouble. And it seems most of the applications I see designed this way are mainly web apps. -- modified at 9:09 Tuesday 13th June, 2006

        B Offline
        B Offline
        BoneSoft
        wrote on last edited by
        #3

        Model View Controller... It may not seem necessary now, but as that project grows, it will become increasingly evident just how helpfull it can be for maintenance if nothing else. Believe me, it's worth the extra trouble, it will be more trouble in the long run without it. Visit BoneSoft.com

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups