You are on page 1of 4

CSC439: Visual Programming

3rd Lecture (Presentation –


Chapter 3:MVC Controllers)

Faculty : Riaz Hasib Hossian


Fall 2018
Facebook group: RiazSir07_fall2018
Mobile: 019 496 00 496
2nd Lecture (.Net Core- Getting Start) 1
Main Contents

1. Controller
2. Routing
3. View
4. Data Service

2nd Lecture (.Net Core- Getting Start) 2


Contents

1. Controller
a) Overview about controller. [P:39]
b) Adding Controller [P:42]
c) Controller action (IActionResult) [P:47]
d) Model Class and ObjectResult [P:48]

2. Routing
a) About routing [P:40]
b) Multiple Routing [P:40]
c) Starup.cs file [P:40]
d) Convention-based routing [P:41]
e) Attribute Routing [P:43]
2nd Lecture (.Net Core- Getting Start) 3
Contents

3. View
a) View [P:50]
b) View with Data Collection [P:52]

4. Data Service [P:54]

2nd Lecture (.Net Core- Getting Start) 4

You might also like