Hello
When I first call using entity framework like
context.Employee.FirstOrDefault() it will take about 50 to 60 seconds and from second call it will take only 2 to 3 seconds
how do i reduce this.? I already created precomplied view but it did not work
can anyone help in this?