Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Dear's,

I want know how to use MVC Concepts in my Application.Let you know any one please send me Code with Sample Application using ASP.Net with C#.



Thanks&Regs
Magesh.A
Posted
Updated 3-Jan-14 17:41pm
v2
Comments
Sergey Alexandrovich Kryukov 3-Jan-14 23:46pm    
Sorry, Magesh, it does not really make sense. Nobody knows the goals of your application, so it's impossible to tell you how can you use MVC concepts in it; it is not even obvious that you should use MVC at all; there are other architectural design patterns. You can find plenty of MVC samples, but I don't think it can help you. You need to read on programming and learn it writing your own code from scratch. Also, patterns never should come first. You need to start projects from analysis of your application goals and requirements, available technologies, resources and other factors. Only when you understand it all very well, you should try to find out if some patterns can help you.
—SA
Karthik_Mahalingam 4-Jan-14 0:11am    
good reply
Sergey Alexandrovich Kryukov 4-Jan-14 0:21am    
Thank you very much. Still, I've added some formal answer with references, but this is should not be the main thing neither in learning nor in development of projects; please see... :-)
—SA

First of all, please see my comment to the question. If you need to learn, you should do appropriate steps for learning of technologies starting from fundamentals. If you need to develop a project, you should start with the analysis, prototyping and many other things avoiding immediate jumping on conclusion on what patterns should be used. Such decisions should come later.

This is how CodeProject can possibly help you: http://www.codeproject.com/search.aspx?q=asp.net+mvc&doctypeid=1[^].

Reading articles is still better then asking for some sample code and messing with it with uncertain purposes. This is not how technology is learned. Besides, you need to learn so called computer science, not just technology. And do everything with your own hands, from scratch. There is no a better way.

—SA
 
Share this answer
 
v3
If Your Business Model Is Complex, Then Only Go For MVC.
You Can Get Good Video Tutorials Of MVC At http://www.youtube.com/watch?v=-pzwRwYlXMw
 
Share this answer
 
check out following link
www.asp.net/mvc
you will definitely find new things which helps you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900