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
How to reverse each word in a string using c#?
Describe the types of comments in c#?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What are virtual classes in c#?
Define Virtual folder?
Is arraylist generic in c#?
What does do in c#?
what is an event? Define delegate?
What are the types of assembly available
How to handle exceptions that are raised in a component?
Why static constructor is parameterless in c#?
What is private variable?
What is difference between property and variable in c#?
What is the purpose of dependency injection?
Does c# support try-catch-finally blocks?