Microsoft.NET 2.0 Question:
Download Questions PDF

What is 2 tier and 3 tier architecture?

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 Interview Questions And Answers PDF

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?