synchronize sql cennection in multithreading in c#
- by Lalit Dhake
I am using multi threading concept to run some process. this process uses the sql connection object to get the data from database.This object is in another class. how to synchronize the sql connection while using multithreading?