Friends, Many times we store Date in our database by passing DateTime.Now as parameter value or by using GETDATE() in SQL Server. In both the cases, the time of the current machine is passed as the value. It is OK in case of Desktop applications however, when we move to web applications, the current computer…
Continue Reading »