Brijesh Jalan
What is meant by 3-tier architecture ?
By Brijesh Jalan in ASP.NET on Jul 09 2010
  • Manav Pandya
    Jan, 2018 16

    3 Tier architecture is structural pattern of an application , where 3 layer works separately like Business layer , Presentation layer and Data layer

    • 0
  • Sriram D
    Jul, 2010 19

    3-Tier Architecture means a

    User Interface Layer - For interaction(GUI Forms)
    Business Interface Layer - to handle the business logic (Calculation part )  -BI
    Data Interface Layer -- To handle the Data i.e., From Database Connections, Calling StoredProcedures, - DI
    Info Layer -- To handle the Get,Set  Properties mostly common

    Mostly BI & DI are the class libraries build into  the projects or components if used in multiple projects

    The main purporse is to maintain the Code in an understable format for developers worldwide, easy maintainance.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS