C# 后台智能传输服务
有人在 C# 中成功使用过这个吗?或者有更好的替代方案吗? 还有什么好的工作项目可以让我看看并获得良好的感觉吗? 我遇到的大多数项目都是 C++ 的,并且正在寻找 C# 项目
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,我们在一个工具中使用它,让客户将日志、转储等上传到我们的客户支持部门。 您可以直接通过 PInvoke/COMInterop 使用它,但我建议查看 SharpBITS.NET,它很好地包装了 BITS 接口。
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.
我是 Microsoft BITS 团队的 PM,我们有一个新的 learn.microsoft.com 页面,讨论如何使用 BITS 和 C#,以及 GitHub。
I'm the PM for the BITS team at Microsoft -- and we have a new learn.microsoft.com page that talks about using BITS and C#, plus a brand-new C#/WPF sample on GitHub.