I have simple method in my C# app, it picks file from FTP server and parses it and stores the data in DB. I want it to be asynchronous, so that user perform other operations
Here are two links about threading in C#
I'd start to read about the BackgroundWorker class