You need to implement the ViewsRunLog_CalculatePace.cshtml partial view from ViewsRunlog GetLog.cshtml to display the runner’s average mile pace. How should you implement the view? (To answer, drag the appropriate code segments to the correct location or locations. Each code segment…

You need to implement security according to the business requirements. How should you modify RunLogController? (To answer, drag the appropriate code segment to the correct location or locations. Each code segment may be used once, more than once, or not…

You need to make all of the rows in the table bold in the Views/RunLog/GetLog.cshtml view. Which code segment should you use? A. Table > th:last-child { font-weight: bold; } B. Table+first-child{ font-weight: bold; } C. Table>tr>th:nth-child{2){font-weight: bold; } D.…