What is better approach threading or asynchronous programming.
I have read both especially in database operations we can use both of this approaches.
Is my understanding is correct?
please give some guidelines?wat all scenarios we ca use threading and waht all scenarios asynchronous programming is good?
Thanks SC