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 the default value of singleordefault?
What is a clr (common language runtime)?
Why is hashset faster?
What is difference between Enum and Struct?
Is c# easier than c++?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is int32 in c#?
How does c# generics and c++ templates compare?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
How to exclude a property from xml serialization?
How do you name a variable in c#?
What is the and operator in c#?
is it possible to access a remote web service Without UDDI?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What are data types in C#?