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 is string in c# net?
Explain the steps to create satellite assembly?
Is c# still popular?
Why do we need delegates in c#?
Who benefits from ajax?
What is JIT (just in time)? how it works?
What is a strong name in c#?
What are the differences between static, public and void in c#?
What is a collection class in c#?
Is post back in c#?
What is the difference between list and arraylist c#?
What is the difference between c and c# programming?
Can scriptable objects have methods?
How do you comment out code in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?