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

Define acid rule of thumb for transactions in c#.

0 Answers  


Is stringbuilder faster than string concatenation c#?

0 Answers  


Differentiate between the public and private ?

0 Answers   Microsoft,


What are the different types of delegates?

0 Answers  


What is dictionary and hashtable in c#?

0 Answers  






What is virtual class in C#?

0 Answers   B-Ways TecnoSoft,


What are the different states of a thread?

0 Answers  


What is the data encapsulation?

0 Answers  


What are the 4 pillars of any object oriented programming language?

0 Answers  


Is c# a keyword?

0 Answers  


Tell me something about Exceptions. What is the common exception class?

4 Answers   HCL,


What are async and await?

0 Answers  


Categories