If there is a Model class,View class,Controller class then
How these are internally related? Which layer objects
instantiated in which layer? How they communicates?
Answer Posted / nithya_raghu
If we will take in DotNet technology. Web based applications
has implemented MVC Pattern.
ASPX is the View Class
ASPX.CS is the controller class
If we are using any Application Blocks / DAL Components that
are model class.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What are the differences between the design patterns and the framework?
What are the design patterns you know explain?
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
Is oop a design pattern?
What is singleton design pattern in java?
What is viper architecture?
Is mvc a software design pattern?
Why have we used synchronized here?
What is the executor design pattern?
what is the lazy design pattern?
What is the use of repository pattern?
What are the most important software design patterns?
What is a behavioral design pattern?
Explain three types of components comprise an application design?
Why do we need singleton pattern?