Ganga M

Ganga M

  • 1.4k
  • 233
  • 996

how to use Timer in mvc using entity framework

Apr 11 2019 12:54 AM
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)