What are the benefits of Model-View-Controller Architecture?
Answer / swapna
1) Centralized application state held in model:
Efficient for passing between components.
Used for partial update of client view.
2) Separate controller
3) Pluggable customized dialog strategies.
4) Easy to add the new clients
5) Reusability and extensible
6) Possible to have development process in parallel for
Model, View and Controller.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain what inheritance is, and why it's important?
Why DLL files are needed. & how They are Created in DOTNET?
What is 'Common Type System' (CTS) in .NET?
What are the differences between user control and server control?
Explain how does assembly versioning work?
Define satelite assembly?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
Explain can 2 different applications use the same dll in gac at the same time?
What are the providers available with VS.NET ?
What is the use of activex control in .net?
Is .net core managed code?
What is concurrency? How will you avoid concurrency when dealing with dataset?