hey,
i am developing a booking system and i want to check whether user check in dates are within booked dates.
for an example.
user wants to book 12/03 to 14/03,but some body has already booked 10/03 to 15/03.
For this scenario, we just cant check for 2 days,what i want to check is,the user asked dates are within another booked dates.
i want to do this in linq query.
hope you understand.
help needed asap,
thanks in advance.