Microsoft.NET 2.0 Question: Download Microsoft.NET 2.0 PDF

What is 2 tier and 3 tier architecture?

Tweet Share WhatsApp

Answer:

2 Tier Architecture:
This appliation having only Presentation Layer and Database Layer.

3 Tier Architecture:
This application having Presentation Layer(User Interface) ,Business Layer for only calling Database Layer,Database Access Layer(DAL for maintaining Data Access Method).

Download Microsoft.NET 2.0 PDF Read All 19 Microsoft.NET 2.0 Questions
Previous QuestionNext Question
In .NET Compact Framework, can we free memory explicitly without waiting for garbage collector to free the memory?What are the new features 3.5 framework against with the tool?