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 concurrency? How will you avoid concurrency when dealing with dataset?
what is AGILE SCRUM methodoly....?
What is the root class in .net?
How to load a user control dynamically in runtime?
Explain the process of serialization in .NET?
What is deferred execution vs. Immediate execution in linq?
What is the Difference between a sub and a function?
What is .net environment?
Explain can 2 different applications use the same dll in gac at the same time?
What are the advantages of .net?
Is .net capable of supporting multi-thread?
Explain how garbage collection works?