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 |
Do you know what are three common acronyms used in .net, and what do they stand for?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
State the methods used during deserialization and serialization process.
How do you define the lease of the object in .net?
Explain the .NET architecture.
9 Answers HCL, Idhasoft, Scandent, TCS, TechnoLinks,
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
Explain how to spawn a thread?
What is Complex Class in .NET?
What is cyclomatic complexity and why is it important?
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
What is a variable of implicit type and what is its scope?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?