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
What are the two kinds of properties in c#.
What is reference c#?
Explain Constructor and destructor?
What is a private class in c#?
What can you do as a .net developer?
How big is a 64 bit integer?
Define method overloading in c#?
what is IDisposal interface
How garbage collection deals with circular references.
What is console used for?
Is python easier than c#?
How do I start a program in c#?
i want the csharp questions&answeres
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
What is array class in c#?