I am new to c# programming. Currently I am working on kinect application. I have read about the WPF architecture and Binding data to the controls. But in my application, It should insert the user Details automatically to the local databse when it detects that user has absent for few minutes.
So, I have created a database using SQL Server. I have written a condition that when it should establish a Connection & insert a row to the database. But it is not working parallely. when it reaches to specific time, The GUI is not responding. Could someone tell me the way i should proceed?