473,382 Members | 1,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

.Net Equivalent to MTS.

In VB6 you had:
a client PC,
An ActiveX DLL (COM object) packaged into MTS on a server purely for MTS,
SQL Server at the bottom on another server.

What's the latest way of doing the MTS bit in .NET ?
I have sucessfully built an assembly given it a strong name and put it
inside MTS and run it, but I don't think that's the idea any more.
Nov 20 '05 #1
6 1288
In .NET, classes that are made available to COM+ are called serviced
components. This overview topic in the online help has links to other
related topics:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2004APR.1033/cpguide/html/cpconWritingServicedComponents.htm

--Mary

On Tue, 6 Jul 2004 12:42:33 +0100, "Clive Mizen"
<cl*********@clivemizen.com> wrote:
In VB6 you had:
a client PC,
An ActiveX DLL (COM object) packaged into MTS on a server purely for MTS,
SQL Server at the bottom on another server.

What's the latest way of doing the MTS bit in .NET ?
I have sucessfully built an assembly given it a strong name and put it
inside MTS and run it, but I don't think that's the idea any more.


Nov 20 '05 #2
SA
Do Serviced Components actually run well in MTS (= NT 4.0)? I always hear
about COM+, I never thought about MTS...

--

Sven
"Mary Chipman" <mc***@online.microsoft.com> wrote in message
news:5g********************************@4ax.com...
In .NET, classes that are made available to COM+ are called serviced
components. This overview topic in the online help has links to other
related topics:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2004APR.1033/cpguide/html/cpconWritingServ
icedComponents.htm
--Mary

On Tue, 6 Jul 2004 12:42:33 +0100, "Clive Mizen"
<cl*********@clivemizen.com> wrote:
In VB6 you had:
a client PC,
An ActiveX DLL (COM object) packaged into MTS on a server purely for MTS,
SQL Server at the bottom on another server.

What's the latest way of doing the MTS bit in .NET ?
I have sucessfully built an assembly given it a strong name and put it
inside MTS and run it, but I don't think that's the idea any more.

Nov 20 '05 #3
Yes I accomplished this already.
But my question is is there now a preffered way of running business tier
objects in .NET rather than COM+ ?
What is remoting ?

"Mary Chipman" <mc***@online.microsoft.com> wrote in message
news:5g********************************@4ax.com...
In .NET, classes that are made available to COM+ are called serviced
components. This overview topic in the online help has links to other
related topics:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2004APR.1033/cpguide/html/cpconWritingServ
icedComponents.htm
--Mary

On Tue, 6 Jul 2004 12:42:33 +0100, "Clive Mizen"
<cl*********@clivemizen.com> wrote:
In VB6 you had:
a client PC,
An ActiveX DLL (COM object) packaged into MTS on a server purely for MTS,
SQL Server at the bottom on another server.

What's the latest way of doing the MTS bit in .NET ?
I have sucessfully built an assembly given it a strong name and put it
inside MTS and run it, but I don't think that's the idea any more.

Nov 20 '05 #4
COM+ is the son of MTS, so to speak, and is part of the Windows OS
instead of a separate download, as it was in NT4. Nothing runs as well
in NT4 as it does in later versions, where bugs have been fixed, etc.

--Mary

On Tue, 6 Jul 2004 14:41:25 -0500, "SA" <in*********@freemail.nl>
wrote:
Do Serviced Components actually run well in MTS (= NT 4.0)? I always hear
about COM+, I never thought about MTS...


Nov 20 '05 #5
It's all based on what kind of application you are building and the
needs of your users, etc. Since you already read up on serviced
components, you may find the help topics on remoting useful in making
your decision:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2004APR.1033/cpguide/html/cpconNETRemotingOverview.htm

--Mary

On Wed, 7 Jul 2004 10:03:56 +0100, "Clive Mizen"
<cl*********@clivemizen.com> wrote:
Yes I accomplished this already.
But my question is is there now a preffered way of running business tier
objects in .NET rather than COM+ ?
What is remoting ?

"Mary Chipman" <mc***@online.microsoft.com> wrote in message
news:5g********************************@4ax.com.. .
In .NET, classes that are made available to COM+ are called serviced
components. This overview topic in the online help has links to other
related topics:

ms-help://MS.VSCC.2003/MS.MSDNQTR.2004APR.1033/cpguide/html/cpconWritingServ
icedComponents.htm

--Mary

On Tue, 6 Jul 2004 12:42:33 +0100, "Clive Mizen"
<cl*********@clivemizen.com> wrote:
>In VB6 you had:
>a client PC,
>An ActiveX DLL (COM object) packaged into MTS on a server purely for MTS,
>SQL Server at the bottom on another server.
>
>What's the latest way of doing the MTS bit in .NET ?
>I have sucessfully built an assembly given it a strong name and put it
>inside MTS and run it, but I don't think that's the idea any more.
>


Nov 20 '05 #6
This message dissapeared from the Newsgroup in Outlook Express ???
So I'm posting this reply from a Web site to see if I can get it back as I had a reply in there.

************************************************** ********************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
Nov 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: John | last post by:
Is there an equivalent of COM on Linux that I can get through Python. My need is to have some sort of language independent component framework. I can think of CORBA but I have to have a server...
2
by: Michael Foord | last post by:
Please pardon my ignorance on this one - but I'm not certain how the sign bt is treated in python bitwise operators. I've trying to convert a javascript DES encryption routine into python. ...
3
by: Robert Dodier | last post by:
Hello, Here's a thought that I'm sure has already occurred to someone else, I just can't find any record of it yet. An XML document is just a more verbose and clumsy representation of an...
1
by: Vannela | last post by:
Is there any equivalent control in .NET for the Power builder DataWindow control? I am explaining the Datawindow architecture to some extent. Power Builder DataWindow Control has got different...
6
by: Frank Rachel | last post by:
So I can focus on the correct areas of research, I was wondering if someone could give me the .NET equivelents for this J2EE architecture: JSP's make calls to local JavaBean Controls. The...
3
by: Marty | last post by:
Hi, What is the VB.NET equivalent of the VB6 ADODB.Connector and ADODB.Recordset? Thanks Marty
7
by: Tim Conner | last post by:
Hi, I am an ex-delphi programmer, and I having a real hard time with the following simple code (example ): Which is the equivalent to the following code ? var chars : PChar; sBack, s :...
10
by: karch | last post by:
How would this C# contruct be represented in C++/CLI? Or is it even possible? PolicyLevel level = (enumerator->Current) as PolicyLevel; Thanks, Karch
9
by: Alan Silver | last post by:
Hello, I'm converting some old VB6 code to use with ASP.NET and have come unstuck with the Asc() function. This was used in the old VB6 code to convert a character to its ASCII numeric...
14
by: grid | last post by:
Hi, I have a certain situation where a particular piece of code works on a particular compiler but fails on another proprietary compiler.It seems to have been fixed but I just want to confirm if...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.