|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
is .NET using COM/COM+ technologies?I want to know what technologies make distributed computing possible in
..NET? Is .NET framework CLR using COM and COM+ technologies? Please advise. thanks!! In some instances, yes. In others, no. .NET uses RPC as well as COM/COM+
technologies. Mike Ober. Show quote "Steve" <java***@gmail.com> wrote in message news:1142306969.489499.316640@z34g2000cwc.googlegroups.com... > I want to know what technologies make distributed computing possible in > .NET? Is .NET framework CLR using COM and COM+ technologies? > > Please advise. thanks!! > > The CLR is just a set of byte-code operations so has nothing to do with COM.
Some of the framework does use COM and you can create COM components. Distributed computing and be done through many ways depending on your requirments. One common way might be to use .NET Remoting. Show quote "Steve" <java***@gmail.com> wrote in message news:1142306969.489499.316640@z34g2000cwc.googlegroups.com... >I want to know what technologies make distributed computing possible in > .NET? Is .NET framework CLR using COM and COM+ technologies? > > Please advise. thanks!! > Hello Steve,
Behind .NET or with .NET? it's a bit different things, because behind the ..net c++ and com/dcom wide used. But for .NET they diminish that stuff and gave us more highlevel tools, such as EnterpriseServices, .NET Remoting S> I want to know what technologies make distributed computing possible S> in .NET? Is .NET framework CLR using COM and COM+ technologies? S> S> Please advise. thanks!! S> --- WBR, Michael Nemtsev :: blog: http://spaces.msn.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche Steve wrote:
> I want to know what technologies make distributed computing possible ..NET remoting does not use COM. The Enterprise Services classes are a > in .NET? Is .NET framework CLR using COM and COM+ technologies? very thin wapper around COM+. Richard -- Free .NET tutorials, Fusion: http://www.grimes.demon.co.uk/workshops/fusionWS.htm Security: http://www.grimes.demon.co.uk/workshops/securityWS.htm |
|||||||||||||||||||||||