Join Now
|
Login
home
login
join now
products and pricing
design pattern framework
javascript pattern framework
database pattern framework
adaptive data models
design patterns
javascript tutorial
sql + database tutorial
all tutorials
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
sitemap
about us
training and education for professional developers
login
join now
C#, ASP.NET, WPF, WCF, LINQ, PATTERNS
Home
Questions
Question
« Prev Topic
|
Next Topic »
MVC Example
Ali Momin
60
94.5
May 17, 2010
1
Hello,
I am new to C# , I have heard about MVC pattern.
Can some please share with me an MVC C# code sample (basic).
I would very much appreciate it.
Thanks
C#
MVC
Beginner
Add Comment
Flag
Follow
Email
3 answers
answer date
votes
comments
Sreenivas Manyam Rajaram
685
99.9
May 17, 2010
1
Find some samples in the below links.
http://www.codeproject.com/KB/cs/model_view_controller.aspx
http://www.primaryobjects.com/CMS/Article82.aspx
1 comment
Many thanks for reply. See this: http://www.codeproject.com/KB/cs/model_view_controller.aspx If you see the comments of " loudenvier" "Not MVC - No Controller (again)" of above url. The author does not create a Controller class. He uses the control event button_click. Is this the correct approach? It is all very confusing. Assistance appreciated. ---
Ali Momin
May 18, 2010
Add Comment
Flag
Link
Robert Blixt
1,128
99.9
May 17, 2010
1
Here's some more alternatives from StackOverflow:
Looking for a MVC Sample for WinForms
http://stackoverflow.com/questions/2406/looking-for-a-mvc-sample-for-winforms
Where can I get some information on starting C# programming with MVC / ASP.NET?
http://stackoverflow.com/questions/212423/where-can-i-get-some-information-on-starting-c-programming-with-mvc-asp-net
How to learn MVC — *not* in a web setting
http://stackoverflow.com/questions/879840/how-to-learn-mvc-not-in-a-web-setting
If you intend to use C# with WinForms I would recommend that you also take
a look at Passive View design pattern (very similar to MVC)
Good Luck!
Add Comment
Flag
Link
King Wilder
548
99.9
May 20, 2010
0
Watch my Golf Tracker Video Series at MVC Central. I build a complete n-Tier ASP.NET MVC application from the ground up.
You can also download the entire code from the Kits section.
http://www.mvccentral.net
Add Comment
Flag
Link
Write Your Answer
return to top