I had always wondered whether it would be possible to write the Script tasks we use in SSIS in C#. Finally, this post from MSDN forums cleared that up.Apparently, Script Tasks use VSA and VSA supports VB.Net only. Thus, it won't be possible to code them
Read More...