What is architecture of your poroject? how i c an say?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vinodh kumar
Added to the above response from kishore.
There are many design patterns are available. Such as MVVM, MV etc.,
Some, Tier architectures such as RIA, SOA, RESTful and 3-tier are familiar.
Is This Answer Correct ? | 0 Yes | 0 No |
How the versioning applies to Assemblies or can you explain version numbers?
Why dataset is used in c#?
How many bytes is a long c#?
What can I create with c#?
If a method's return type is void, can you use a return keyword in the method?
How to reduce image resolution in C#?
What is or operator in c#?
How can you force derived classes to provide new method implementations for virtual methods?
Define a class and an object?
What is token in c#?
Can constructor be private c#?
In which order the destructor is called for an inherited class?