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. Web programming in tiers

Web programming in tiers

Scheduled Pinned Locked Moved ASP.NET
databaselearning
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.
  • U Offline
    U Offline
    User 3738736
    wrote on last edited by
    #1

    I am developing a contractors database system and the specs is that I must program in tiers. So how does this thing work because i am still learning Karabo

    C B 2 Replies Last reply
    0
    • U User 3738736

      I am developing a contractors database system and the specs is that I must program in tiers. So how does this thing work because i am still learning Karabo

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

      wrote:

      I am developing a contractors database system and the specs is that I must program in tiers. So how does this thing work because i am still learning

      You separate out the presentation, the business logic and the database access into separate assemblies (actually, you don't have to put them in different assemblies, but it helps you enforce the separation of tiers). The presentation layer can only talk to the business logic and the business logic can only talk to the database. Various design patterns can help you achieve this. So, you might start by looking for books on design patterns. If you've never done any before then Head First Design Patterns is an excellent book - the code samples are in Java, but should be easy enough for anyone to understand.


      Upcoming events: * Glasgow Geek Dinner (5th March) * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

      1 Reply Last reply
      0
      • U User 3738736

        I am developing a contractors database system and the specs is that I must program in tiers. So how does this thing work because i am still learning Karabo

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

        Check these out for size: ASP.NET Data Access Tutorials (aka a 3-tier pattern)

        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