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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / vinodh kumar

Added to the above response from kishore.

There are many design patterns are available. Such as MVVM, MV etc.,

Some, Tier architectures such as RIA, SOA, RESTful and 3-tier are familiar.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is xml serialization and deserialization in c#?

0 Answers  


What Is An Interface Class?

0 Answers   Siebel Systems,


What are delegates in C#?

0 Answers   Winsol Solutions,


What is data types in c#?

0 Answers  


What is part of a method signature in c#?

0 Answers  






List some of the classes used by system.data namespace?

0 Answers  


Structs are largely redundant in c++. Why does c# have them?

0 Answers  


Explain About .NET Framework

0 Answers  


Can you prevent a class from being instantiated?

0 Answers  


What is the use of console application in c#?

0 Answers  


What is null character in string?

0 Answers  


What is use of super class

4 Answers   NIIT,


Categories