Views: 12.9K
Replies: 2
Archived
|
General question about ASP.NET MVC 3I still need a better understanding on the high level structure of ASP.NET MVC. By the way: I am using MVC 3.
Is there such a thing as an ASP.NET MVC 3 diagram, flowchart, and/or sequence diagram? Any help appreciated! Venkatesh D, Jul 05, 2011
|
|
Reply 1To answer your first part of the question, if you are new to MVC then there are many different resources that can teach you about MVC. I have a 13 episode video series where I build a GolfTracker application in MVC 2 from scratch right in front of you. It might help give you insight on how MVC works. http://www.mvccentral.net/Video
To answer your second question, I don't know. Are you talking about displaying a diagram, flowchart and/or sequence diagram as a view in MVC, or do you want to see details on the inner workings of MVC displayed this way? If that's what you are asking, then yes I've seen many resources that have these types of charts. Google is a good place to start. If you want to display these types of charts as a View, then off hand I don't know if any open source code exists, but there might be some somewhere. I hope this helps. King Wilder, Jul 24, 2011
|
|
Reply 2Venkatesh:
You may want to know that the first MVC 3 book was just published a few days ago. It's titled: Pro ASP.NET MVC 3 Framework, by Steven Sanderson and Adam Freeman. You can find it on Amazon here. I just ordered and received it a few days ago and it is a great read! Tim Sawyer, Jul 14, 2011
|