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 do you mean by expression tree?

0 Answers  


What is datacontract in c#?

0 Answers  


What is transparent caching with aop ?

0 Answers  


What is a predicate in c#?

0 Answers  


Why dictionary is used in c#?

0 Answers  






Why is it not a good idea to use empty destructors?

0 Answers  


Differentiate between response.expires and response.expiresabsolute?

0 Answers  


What is the difference between field and property in c#?

0 Answers  


How do you create dlls in .NET

0 Answers   Digital GlobalSoft,


Can we override static class in c#?

0 Answers  


What is an abstract class c#?

0 Answers  


Which of the following operations can you not perform on an ado.net dataset?

0 Answers  


Categories