Answered by:
ASP.NET MVC

Question
-
Hello Team Members,
I want to know the importance of MVC in ASP.NET, how it is advantage over normal ASP.NET . HOW TO DEVELOP MVC APPLICATIONS.
PLEASE GUIDE ME.Regards
Friend511
- Edited by Friend511 Tuesday, July 5, 2011 8:50 AM spelling mistake
- Moved by Liliane Teng Monday, July 11, 2011 9:43 AM (From:Visual Basic General)
Tuesday, July 5, 2011 8:49 AM
Answers
-
Hi,
Take a look at this link
It contains training video
Regards,
Best Regards Please mark as answer if my post is helpful- Proposed as answer by John Anthony Oliver Tuesday, July 5, 2011 9:16 PM
- Marked as answer by Liliane Teng Monday, July 11, 2011 9:42 AM
Tuesday, July 5, 2011 9:44 AM -
For these general questions about ASP.Net is the asp.net forum probably a better choise
Be aware that the asp.net page themselves have a lot about MVC currently.
Success
Cor- Proposed as answer by John Anthony Oliver Tuesday, July 5, 2011 9:16 PM
- Marked as answer by Liliane Teng Monday, July 11, 2011 9:42 AM
Tuesday, July 5, 2011 9:45 AM -
On 7/5/2011 4:49 AM, Friend511 wrote:> Hello Team Members,> I want to know the importance of MVC in ASP.NET, how it is advantage> over normal ASP.NET . HOW TO DEVELOP MVC APPLICATIONS.> PLEASE GUIDE ME.>what it's about?<copied>Object-oriented programming (OOP) is a programming paradigm using"objects" – data structures consisting of data fields and methodstogether with their interactions – to design applications and computerprograms. Programming techniques may include features such as dataabstraction, encapsulation, messaging, modularity, polymorphism, andinheritance. Many modern programming languages now support OOP, at leastas an option.<end copy><copied>Design patterns are recurring solutions to software design problems youfind again and again in real-world application development. Patterns areabout design and interaction of objects, as well as providing acommunication platform concerning elegant, reusable solutions tocommonly encountered programming challenges.<end copy>You have MVC.You have MVP.If a client is already using MVC at a site, I'll use it, but I feel thatMVC is to restrictive and not flexible.If I had my choice is developing a Web UI, it would be based on MVP,which much more flexible.You'll find MVC and MVP tutorials at the site under the Shows tab.I also recommend getting the DoFactory projects, running them and seethe source code used for each of the pattern types of MVC and MVP. Thereis a lot more than just knowing MVC or MVP. What about the back-end logic?
- Marked as answer by Liliane Teng Monday, July 11, 2011 9:43 AM
Wednesday, July 6, 2011 4:19 AM
All replies
-
Hi,
Take a look at this link
It contains training video
Regards,
Best Regards Please mark as answer if my post is helpful- Proposed as answer by John Anthony Oliver Tuesday, July 5, 2011 9:16 PM
- Marked as answer by Liliane Teng Monday, July 11, 2011 9:42 AM
Tuesday, July 5, 2011 9:44 AM -
For these general questions about ASP.Net is the asp.net forum probably a better choise
Be aware that the asp.net page themselves have a lot about MVC currently.
Success
Cor- Proposed as answer by John Anthony Oliver Tuesday, July 5, 2011 9:16 PM
- Marked as answer by Liliane Teng Monday, July 11, 2011 9:42 AM
Tuesday, July 5, 2011 9:45 AM -
On 7/5/2011 4:49 AM, Friend511 wrote:> Hello Team Members,> I want to know the importance of MVC in ASP.NET, how it is advantage> over normal ASP.NET . HOW TO DEVELOP MVC APPLICATIONS.> PLEASE GUIDE ME.>what it's about?<copied>Object-oriented programming (OOP) is a programming paradigm using"objects" – data structures consisting of data fields and methodstogether with their interactions – to design applications and computerprograms. Programming techniques may include features such as dataabstraction, encapsulation, messaging, modularity, polymorphism, andinheritance. Many modern programming languages now support OOP, at leastas an option.<end copy><copied>Design patterns are recurring solutions to software design problems youfind again and again in real-world application development. Patterns areabout design and interaction of objects, as well as providing acommunication platform concerning elegant, reusable solutions tocommonly encountered programming challenges.<end copy>You have MVC.You have MVP.If a client is already using MVC at a site, I'll use it, but I feel thatMVC is to restrictive and not flexible.If I had my choice is developing a Web UI, it would be based on MVP,which much more flexible.You'll find MVC and MVP tutorials at the site under the Shows tab.I also recommend getting the DoFactory projects, running them and seethe source code used for each of the pattern types of MVC and MVP. Thereis a lot more than just knowing MVC or MVP. What about the back-end logic?
- Marked as answer by Liliane Teng Monday, July 11, 2011 9:43 AM
Wednesday, July 6, 2011 4:19 AM