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
Why do we need abstraction in c#?
Can you have an array of arrays?
What is lazy loading c#?
What is enumerable in c#?
What is lazy keyword in c#?
What is serialization of data?
How many root nodes are there in an xml document?
What is a thread? What is multithreading?
How does one compare strings in c#?
What is the difference between “finalize” and “finally” methods in c#?
What are strong name assemblies?
What do u mean by delegation of authority?
Explain how do I convert a string to an int in c#?
What is a linq in c#?
What do you mean by synchronous and asynchronous operations?