本文介绍了MTS / MSMQ中的C#解决方案?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用C#构建的解决方案可以使用MSMQ和/或MTS吗?

如果是这样,这是否是我在MSMQ和MTS上已有的培训材料
$ b在学习VB6的上下文中,$ b是学习之前的适当前提基础

如何在MSMQ / MTS上构建C#解决方案,如果我已经知道VB6以及

C#?


Jon

Can a solution built in C# utilize MSMQ and/or MTS?

If so, does this make the training material I already have on MSMQ and MTS
in the context of VB6 an appropriate prerequisite foundation before learning
how to build C# solutions on MSMQ / MTS, if I already know VB6 as well as
C#?

Jon

推荐答案




还要注意.NET对VBM提供的服务的需求要少得多,而不是VB6,而是需要MS $ B和COM +(以前的MTS)提供的服务。 。这些平台技术中的每一种

仍然有用,并且.NET框架中有很好的支持

,但它们不再是面包和黄油 ;企业

申请。


David


Also be aware that .NET has much less need of the services provided by MSMQ
and COM+ (formerly MTS), than VB6 did. Each of these platform technologies
is still sometimes useful, and there is good support in the .NET framework
for them, but they are no longer the "bread and butter" of enterprise
applications.

David



这篇关于MTS / MSMQ中的C#解决方案?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-09 04:40