2
Answers

how to use Timer in mvc using entity framework

how to find start time and end time of the for loop in mvc using entity framework.
 
this is source code
 
DateTime start = student.Timestamp;
for (int i = 0; i < 1000; i++)
{
}
DateTime end = student.Endstamp;

Answers (2)