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?
MVC
Page 1 of 14 Replies - 1069 Views - Last Post: 16 August 2012 - 06:52 PM
Replies To: MVC
#3
Re: MVC
Posted 13 August 2012 - 11:11 PM
MVC is most important part of website & database connectivity.
#4
Re: MVC
Posted 16 August 2012 - 01:14 AM
MVC is merely a "DESIGN PATTERN" for constructing you application. If you follow the general concept, you WILL ACHIEVE a maintainable, structured solution because your code is segregated into the various elemental parts : MODEL - data model, VIEW - UI code, CONTROLLER - provides the bridge between the data and the UI. You don't have to use all the MVC base classes to achieve an MVC app, but it does make it easier !!
#5
Re: MVC
Posted 16 August 2012 - 06:52 PM
MVC is far more substantially used and built upon in web frameworks like Rails. Combined with ORM and ActiveRecords, it presents an entirely different take on Web (or Desktop) than most .NET or ASP type applications.
Think of it as a different view of programming that's not tied to the 3-tier and it will be substantially easier to learn. Preconceived notions from other languages will make it a royal headache, and I know the feeling trying that with a .NET conversion.
Think of it as a different view of programming that's not tied to the 3-tier and it will be substantially easier to learn. Preconceived notions from other languages will make it a royal headache, and I know the feeling trying that with a .NET conversion.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|