What is model-view -controller Architecture?



What is model-view -controller Architecture?..

Answer / satya narayan sahoo

It is known as MVC architecture.I am giving an example
which can make clear.
For an asp.Net web application:

Model is the UI part ie the html/asp controls.
View the data objects like datase or dataview.
Controller is the event handler for example Button_click.

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Dot Net General Interview Questions

Please explain what are an object and a class?

0 Answers  


Which ports are used by virueses?

1 Answers  


Explain how com+ related to the dna architecture?

0 Answers  


What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?

3 Answers   Accenture, CC Soft, Infosys,


How to customize the trace output?

0 Answers  






What is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


Explain the process of compilation in .NET?

0 Answers  


If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?

1 Answers  


Who is using .net core?

0 Answers  


Explain the procedure to add assemly to gac to make it shared one?

0 Answers  


What is the purpose of delegates in .net?

2 Answers  


What are the differences between user control and server control?

0 Answers  


Categories