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 yield keyword in .Net?
What is different between webusercontrol and in webcustomcontrol?
What is data type and how many types of data types are in .NET ?
What is Global Assembly Cache (GAC) and what is the Purpose of it?
What is the difference between encrypting a password and applying a hashing?
What is an anonymous method and how is it different from a lambda expression?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is a .DLL and .EXE files called in .NET?
What are the Characteristics of .NET?
Difference between Panel and GroupBox classes?
Should I implement finalize on my class? Should I implement idisposable?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?