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

What is concurrency? How will you avoid concurrency when dealing with dataset?

0 Answers  


what is AGILE SCRUM methodoly....?

1 Answers  


What is the root class in .net?

0 Answers  


How to load a user control dynamically in runtime?

0 Answers  


Explain the process of serialization in .NET?

0 Answers  


What is deferred execution vs. Immediate execution in linq?

0 Answers  


What is the Difference between a sub and a function?

9 Answers   Wipro,


What is .net environment?

0 Answers  


Explain can 2 different applications use the same dll in gac at the same time?

0 Answers  


What are the advantages of .net?

0 Answers  


Is .net capable of supporting multi-thread?

0 Answers  


Explain how garbage collection works?

0 Answers  


Categories