CPS 353: Internet Programming
Controllers and Views
Marcos Elugardo
Gordon College
Last Modified: 10/21/2015
Agenda
- Check-in
- Syllabus change
- Views and Controllers
- Milestone 5
- Web Technology Research Project
Check-in
- How was MS4, the database?
- How much time do you spend on homework and milestone work for this class?
Check-in
- How was MS4, the database?
- How much time do you spend on homework and milestone work for this class?
- I was told 3 hours per hour of class, so ~9 hours. I know MS4 was less than that. MS5 may be more than that.
Syllabus change
- Next week, rather than starting javascript, we will be doing more c#, focusing on POST requests and saving data
Syllabus change
- Next week, rather than starting javascript, we will be doing more c#, focusing on POST requests and saving data
- I will be out on 11/4 and I am trying to find a guest lecture to cover Javascript
Syllabus change
- Next week, rather than starting javascript, we will be doing more c#, focusing on POST requests and saving data
- I will be out on 11/4 and I am trying to find a guest lecture to cover Javascript
- Because I want you to do really well on MS5 and because we are moving the javascript class, HW5 is cancelled
Controllers and views
- Basic request to load a page
- simple views
- My team details
- Owner Section (partial view)
- Team Roster
- link to My Match ups
- My Match ups
- Owner Section (partial view)
Hook in the entity framework
- create generic repository
- Create service that uses it
- Create view models that are composed of parts of different models
- Return this to the view
- Pass model to partial view
Milestone 5
This is a lot of work! And I am grading more stringently.