What is architecture of your poroject? how i c an say?

Answer Posted / kishoreg

Eariler if any one asked for architecture then used to tell
1-tier,2-tier,3-tier or N-tier architecture until Design
Patterns came into picture.But when DOT NET into picture,
architecture means which Architectural pattern you have
implemented say Service Oriented architecture,MVC[Model-
View-Controller],3-tier etc

Architectural Pattern is common to split an application
into separate layers that run on different computers:
presentation (UI), domain logic, and data access. In MVC
the presentation layer is further separated into view and
controller

Model-view-controller is both an architectural pattern and
a design pattern, depending on where it is used.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are primitive data types in c#?

523


What is difference between hashtable and dictionary in c#?

493


Can a class have multiple constructors c#?

498


What does addressof operator do in background ?

589


What is a Jagged Array in C#?

552






What is callback function in c#?

531


What is a hashset c#?

478


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

486


What is the default value of datetime in c#?

494


What are synchronous and asynchronous operations?

478


How does the lifecycle of Windows services differ from Standard EXE?

522


Explain About CLS?

547


Explain partial class in c#?

497


Is int a class in c#?

505


Why linq is having select clause at the end?

535