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. Web Development
  3. ASP.NET
  4. N-TIER APPLICATION

N-TIER APPLICATION

Scheduled Pinned Locked Moved ASP.NET
questiondesign
4 Posts 4 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.
  • R Offline
    R Offline
    Rolando Y Puno
    wrote on last edited by
    #1

    i have some question with regards to n-tier applications: 1. How do i design a layer? --is it created in the App_code folder? or is it a separate class library? 2. What is the design in layer application? Thanks

    A C B 3 Replies Last reply
    0
    • R Rolando Y Puno

      i have some question with regards to n-tier applications: 1. How do i design a layer? --is it created in the App_code folder? or is it a separate class library? 2. What is the design in layer application? Thanks

      A Offline
      A Offline
      A k ch
      wrote on last edited by
      #2

      you have to create a seperate class library then only you will get the DLL seperately and which can be modified with no modifications to your web project.

      Thanks & Regards, Anil Chelasani

      1 Reply Last reply
      0
      • R Rolando Y Puno

        i have some question with regards to n-tier applications: 1. How do i design a layer? --is it created in the App_code folder? or is it a separate class library? 2. What is the design in layer application? Thanks

        C Offline
        C Offline
        Colin Angus Mackay
        wrote on last edited by
        #3

        Rolando Y. Puno wrote:

        How do i design a layer?

        Depends what they layer does.

        Rolando Y. Puno wrote:

        is it created in the App_code folder? or is it a separate class library?

        It can be, but that is an implementatin detail, not a design detail. Typically, however you'd put each layer in its own class library. That way it is portable and can be reused elsewhere.

        Rolando Y. Puno wrote:

        What is the design in layer application?

        I don't know what you mean by "design in layer application".

        Man who stand on hill with mouth open wait long time for roast duck to drop in

        1 Reply Last reply
        0
        • R Rolando Y Puno

          i have some question with regards to n-tier applications: 1. How do i design a layer? --is it created in the App_code folder? or is it a separate class library? 2. What is the design in layer application? Thanks

          B Offline
          B Offline
          Baran M
          wrote on last edited by
          #4

          Reference 1[^] Reference 2[^]

          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