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

How the versioning applies to Assemblies or can you explain version numbers?

0 Answers   CitiusTech,


Why dataset is used in c#?

0 Answers  


How many bytes is a long c#?

0 Answers  


What can I create with c#?

0 Answers  


If a method's return type is void, can you use a return keyword in the method?

0 Answers  






How to reduce image resolution in C#?

0 Answers   IBM,


What is or operator in c#?

0 Answers  


How can you force derived classes to provide new method implementations for virtual methods?

0 Answers  


Define a class and an object?

0 Answers  


What is token in c#?

0 Answers  


Can constructor be private c#?

0 Answers  


In which order the destructor is called for an inherited class?

0 Answers  


Categories