Project Architecture (3tier, n-tier)
Answer / alb.shah
Layered application designs are extremely popular because
they increase application performance, scalability,
flexibility, code reuse. In the classic three tier design,
applications break down into three major areas of
functionality:
•The data layer manages the physical storage and retrieval
of data
•The business layer maintains business rules and logic
•The presentation layer houses the user interface and
related presentation code.
Is This Answer Correct ? | 10 Yes | 0 No |
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Derive WSDL?
Explain the function of new view engine in asp.net? : asp.net mvc
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is a swagger in web api?
I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?
what is stateless ?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
view state data is stored in which format?
15 Answers Mind Tree, Pratham Software,
About Usage of server variables ?
What is the meaning of TestApi?
cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress