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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Architecture and C#

Architecture and C#

Scheduled Pinned Locked Moved C#
csharparchitecturequestion
4 Posts 2 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.
  • A Offline
    A Offline
    aecordoba
    wrote on last edited by
    #1

    Hi! I'm new in this forum, and I know about C# language but don't know about architecture. I've been coding monolitic (1 tier) applications, but I'd like to learn to code (C#) applications with some tiers. I was reading about tiers and levels but I don't know how I should to code each tier. Is each tier a class library or simply a class in a project? Can sombody tell me where I should to read in order to learn about architecture coded with C#? Thank you in advance.

    -- Adrián Córdoba

    D 2 Replies Last reply
    0
    • A aecordoba

      Hi! I'm new in this forum, and I know about C# language but don't know about architecture. I've been coding monolitic (1 tier) applications, but I'd like to learn to code (C#) applications with some tiers. I was reading about tiers and levels but I don't know how I should to code each tier. Is each tier a class library or simply a class in a project? Can sombody tell me where I should to read in order to learn about architecture coded with C#? Thank you in advance.

      -- Adrián Córdoba

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

      aecordoba wrote:

      Is each tier a class library or simply a class in a project?

      In hardcore tiered app each tier is on its own server :) Ideally each tier should know only necessary minimum (e.g UI tier shouldnt know about data storage), so divide them as much as possible - I vote for different class libraries. FYI, there is Design and Architecture[^] forum...


      "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus

      1 Reply Last reply
      0
      • A aecordoba

        Hi! I'm new in this forum, and I know about C# language but don't know about architecture. I've been coding monolitic (1 tier) applications, but I'd like to learn to code (C#) applications with some tiers. I was reading about tiers and levels but I don't know how I should to code each tier. Is each tier a class library or simply a class in a project? Can sombody tell me where I should to read in order to learn about architecture coded with C#? Thank you in advance.

        -- Adrián Córdoba

        D Offline
        D Offline
        DavidNohejl
        wrote on last edited by
        #3

        And, http://www.codeproject.com/script/comments/forums.asp?forumid=1650&select=1917594#xx1917594xx[^] is similar question to yours. (maybe try searching forums sometimes? :) ) It links to MSDN tutorial in tiered asp.net apps... might be worth a look.


        "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus

        A 1 Reply Last reply
        0
        • D DavidNohejl

          And, http://www.codeproject.com/script/comments/forums.asp?forumid=1650&select=1917594#xx1917594xx[^] is similar question to yours. (maybe try searching forums sometimes? :) ) It links to MSDN tutorial in tiered asp.net apps... might be worth a look.


          "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus

          A Offline
          A Offline
          aecordoba
          wrote on last edited by
          #4

          Thanks, dnh! I'll check the links.

          -- Adrián Córdoba

          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