We are building a C# 4.0 windows application. I need to implement a functionality in which the License Key for the application has to expire every week, so that the user can ask the team for new License Key.
Just a simple logic would do and I don’t mind about hacking as this application is for within the organization use only.
Could you please suggest how this can be achieved in C# with an example?