views:

859

answers:

1

Anyone successfully using this in c# or is there a better alternative to this? Also any good working project that I can look at and get a good feel? most projects i have come across is in C++ and was looking for a C# project

+6  A: 

Yes, we're using it in a tool to let customers upload logs, dumps, etc. to our customer support department. You could use it directly via PInvoke/COMInterop, but I suggest to have a look at SharpBITS.NET, which wraps the BITS interface nicely.

Martin
Hey Martin,I would appreciate if you could you put any comments on this question http://stackoverflow.com/questions/1830811/using-clickonce-deployment-with-background-intelligent-transfer-service.
theraneman