As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertis开发者_运维技巧e, but this question will likely so
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertis开发者_运维技巧e, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is .NET MVC architecture?
Have a look at Model–view–controller
Model–View–Controller (MVC) is an
architectural pattern used in software
engineering. The pattern isolates
"domain logic" (the application logic
for the user) from input and
presentation (GUI), permitting
independent development, testing and
maintenance of each.
精彩评论