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 is the use of system.diagnostics.process class in .net?
What is meant by managed and unmanaged code?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
Explain security measures exist for .net remoting in system.runtime.remoting?
Tell me about secure socket layer? How to make use of the technology?
Is .net capable of supporting multi-thread?
why you wouldn't want to write into it even if you could
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Give an example for setter/ write-only methods
What is difference between static page and dynamic page?
What is typical about a windows process in regards to memory allocation in .net?
What is the use of Treeview control?