I am working on an application where I need to get all DB entries what occured within the current day.
So if today is September 5, I need to get all transactions that occurred on that date.
How can I do this in a linq query?
I am storing DateTime.Now() in the db for that entity.
Something like: