I have just started looking at MVC. The tutorials look great and make sense but all tutorials I saw are based on database model. I am assuming that I could have object structure saved in session and return that if I wanted?
Also suupose my model for a controller was a student, in one action can I return a student and in another in same controller return studentWithCourses but use the same view?
I am sure I need to read some books first but I am looking general theories which will help me get started
Thanks H