MVC
-
What is MVC really? Is "model-view-controller" basically the way all ASP.NET programs in Visual Studio are made? Is it the default way WPF applications are arranged?
-
What is MVC really? Is "model-view-controller" basically the way all ASP.NET programs in Visual Studio are made? Is it the default way WPF applications are arranged?
MVVM design pattern is best for WPF/Silverlight applications Model-View-ViewModel (MVVM) Explained[^] WPF - Silverlight MVVM Sample[^] Understanding Basics of UI Design Pattern MVC, MVP and MVVM[^] WPF: MVVM (Model View View-Model) Simplified[^]
Windows 8 Metro Style App Developer Follow me on: My Blog on Windows 8 | Twitter | Facebook
-
What is MVC really? Is "model-view-controller" basically the way all ASP.NET programs in Visual Studio are made? Is it the default way WPF applications are arranged?
You can find information about ASP.NET MVC here: http://www.asp.net/mvc[^] WPF use another model. :)
Christian Amado MCITP | MCTS | MOS | MTA Olimpia ☆ ★★★ Please mark as answer, if it helps.