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 do you know about device context?
What is variable in c#?
Does c# support a variable number of arguments?
What is int32 in c#?
What is c# console application?
What is a int in c#?
How will you deploy the dll file in gac?
what is scope of a protected internal member variable of a c# class
What is dll in c#?
Why is it important to override gethashcode when equals method is overridden?
How to properly clean up excel interop objects?
What is the difference between static and constant variables?
What are class fields?
Why does my windows application pop up a console window every time I run it?
What is autopostback in c#?