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. .Net Architechture

.Net Architechture

Scheduled Pinned Locked Moved ASP.NET
csharpbusinessarchitecture
5 Posts 5 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
    aaraaayen 0
    wrote on last edited by
    #1

    Hi All, Please give me idea about the .Net Architecture.(3-tier Architechture). In This What the Presentation , Business Logic and Data Access. Please provide me the information r suggest some site to get. Thanks and Regards,

    Prya

    M C S J 4 Replies Last reply
    0
    • A aaraaayen 0

      Hi All, Please give me idea about the .Net Architecture.(3-tier Architechture). In This What the Presentation , Business Logic and Data Access. Please provide me the information r suggest some site to get. Thanks and Regards,

      Prya

      M Offline
      M Offline
      mareers
      wrote on last edited by
      #2

      refer MSDN..

      --Sreeram

      1 Reply Last reply
      0
      • A aaraaayen 0

        Hi All, Please give me idea about the .Net Architecture.(3-tier Architechture). In This What the Presentation , Business Logic and Data Access. Please provide me the information r suggest some site to get. Thanks and Regards,

        Prya

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        n-tiered development is a big topic. If the articles you found with google don't make it clear, the next step is to find a book on the topic.

        Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        1 Reply Last reply
        0
        • A aaraaayen 0

          Hi All, Please give me idea about the .Net Architecture.(3-tier Architechture). In This What the Presentation , Business Logic and Data Access. Please provide me the information r suggest some site to get. Thanks and Regards,

          Prya

          S Offline
          S Offline
          Sandeep Akhare
          wrote on last edited by
          #4

          Please google first then ask question here if you didn't understand anything in that

          Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

          1 Reply Last reply
          0
          • A aaraaayen 0

            Hi All, Please give me idea about the .Net Architecture.(3-tier Architechture). In This What the Presentation , Business Logic and Data Access. Please provide me the information r suggest some site to get. Thanks and Regards,

            Prya

            J Offline
            J Offline
            John ph
            wrote on last edited by
            #5

            Commonly .NET applications are developed using 3-Tier(layer) architecture. Most of the Application Logic and Data Access Code resides in seperate components for easy maintainance and Code reusability. Presentation Layer This deals with the User Interface of the application. It is responsible for delivery of information to the end user and to the Application. Business Logic Layer This Layer Process the Data and Moves the Data Between Presentation and Data Access Layer. This layer physically separates the Presentation Code and Data Access Code. It acts as an interface between these two layers. Data Access Layer Since ADO.NET is the Data Access technology under .NET, the ADO.NET code to communicate with the Database is written in this layer. I made it very precise to give you an Idea what it is. Hope this helps...

            Regards
             - J O N -


            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