How can I find out the earliest datetime or the latest datetime from database table (Example TableA(Id, Name, Email, Date))?
I am using MVC entity framework and kindly let me know if somebody knows how to implement it.
Thanks a lot for viewing my question.