For executing asynchronous process, for instance fetching and loading data from database for controls like Combobox, Grid and stuff .. Is it better to use Asynchronous Delegates or use MultiThreading. What is the real difference between these two anyway ?