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 |
What are possible implementations of distributed applications in .NET?
What is the difference between user control an custom control? Advantages/disadvantages?
Where?s Windows service database located?
In code behind class, name the type of code found. Is it the server side code or client side code?
What is a formatter?
What is the use of trace utility?
How anonymous method is different from a lambda expression?
What is the difference between boxing and unboxing?
Directcast(123.34,integer) - should it throw an error? Why or why not?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Compare client server application with n-tier application
What is the model role in Mvc architecture?