I run into trouble when learning more about the Entity Framework and LINQ.
I am trying to find values from a database that match a specific date.
I have 1.250.000 entries and 36300 of them are from a specific date.
I am using plain old SQL until now and want to practice LINQ to refactor my application to work with the EF.
Can you tell where my mistake is?
The second way works but takes a lot of time ~15 sec