I have a asp.net web project, and i want to make the solution file to work only for some duration. I have implemented the expiration check on my Dal layer's constructor so that the it will not create the instance of my Entity EDMX (as i am giving only dll to the user so that it will not able to alter the check).
But I want that my solution will not open in Visual Studio if the specific date is passed.