I have a very simple question about MVC.
What is it and why should I notice it. I know that this is not a replacement for asp.net, but that it is in ASP.NET, which I cannot do and therefore requires MVC.
I know that google.com is the best way to find answers, but I thought that if someone here who knows this really well could explain to me, I would be very obliged.
I will begin with the fact that it is a common misconception that MVC is intended to replace Web forms, as you expected. ASP.NET MVC is simply an implementation of the ASP.NET MVC pattern . I would recommend you check out this post and this post . As you already mentioned, you can not only search Google, but also here.
You can check out the ScottGu post explaining it (published in 2007).Also PM ASP.NET MVC Phil Haack has information on his blogs in MVC
ASP.NET MVC uses a different design pattern than web forms. MVC strives to separate different problems into different levels.
ASP.NET MVC , ( ) URL-. , , webforms, MVC , .
ASP.NET MVC (, , ). . , , - ASP.NET, ViewState.
, , - MVC, " ".
, .
MVC, . , , . , .
, , , MVC, MVP WebForms.
.
http://haacked.com/archive/2006/08/09/ASP.NETSupervisingControllerModelViewPresenterFromSchematicToUnitTestsToCode.aspx
MVP , , ASP.NET Silverlight, WinForms WPF.
Source: https://habr.com/ru/post/1705005/More articles:Why is my WPF track animation flickering? - animationHow to implement cross-domain Ajax query using CakePHP and jQuery? - jqueryIs there an HTML version of the ECMA-335 CLI specification? - command-line-interfaceDeployable content in a Visual Studio 2005 project ... how? - build-processHow to create an interface similar to Excel spreadsheet on iPhone? - user-interfaceHow to use checkbox in Delphi? - delphiЧто происходит, когда JSP завершает выполнение? - javaWhy does Silverlight 2 only support WCF basicHTTP binding? - silverlightNested structure in a template class with std :: map :: const_iterator? - c ++301 redirect static page - seoAll Articles