Tagged Questions
5
votes
6answers
2k views
Need to implement “expiration date” for beta software C#
I am developing software in C# for a Windows CE device and I have beta software soon to be released and I want it to die after a certain date so the final release will need to be downloaded.
The ...