Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am creating a WPF application.I want to maintain time in my application meaning customers may rollback system time and used my application(Example.for some software If license is expired and system time is rollback but still software will work)

I want to maintain time.I found three ways
i)Timer in Database.
ii)Timer in in my application.
iii)Different service which update in database and I will get the real time.


If you guys have any suggestion which way should I go for OR you have any other suggestion different from above.
Please let me know
Posted
Comments
govardhan4u 6-Dec-13 10:42am    
Better way would be maintian timer in the application with encrypted with your own encryption code.
RAHUL(10217975) 6-Dec-13 14:09pm    
But same update timer code i will be using in every xaml class files...because i will be closing previous form and opening new form when i have to navigate

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900