.NET equiv to COM Objects 
Author Message
 .NET equiv to COM Objects

I'm trying to upgrade my skill from ASP/VB6/COM to .NET.

I'm working on a project that needs manipulate files; currently I intend to
use the FileSystemObject, but I'm curious to see if there is a .NET
replacement for this?

This begs a broader questions: What  .NET components do we have, and how do
we find out more about them? Have some COM components been superceded by
.NET?

As I understand it, in order realise the dream of portable code, we must
move away from COM to .NET assemblies, yet we still depend so much on
existing COM components...

Cheers

CJM



Tue, 26 Apr 2005 23:55:52 GMT  
 .NET equiv to COM Objects
Try the System.IO namespace.

The "Reference" section in the SDK documentation contains a list of all the
classes. This is :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/nets...
ml/cpframeworkref_start.asp
online...



Quote:
> I'm trying to upgrade my skill from ASP/VB6/COM to .NET.

> I'm working on a project that needs manipulate files; currently I intend
to
> use the FileSystemObject, but I'm curious to see if there is a .NET
> replacement for this?

> This begs a broader questions: What  .NET components do we have, and how
do
> we find out more about them? Have some COM components been superceded by
> .NET?

> As I understand it, in order realise the dream of portable code, we must
> move away from COM to .NET assemblies, yet we still depend so much on
> existing COM components...

> Cheers

> CJM



Wed, 27 Apr 2005 00:10:41 GMT  
 .NET equiv to COM Objects
Thanks Patrice... I'd just discovered that... figuring out how to use it is
another matter entirely...!


Quote:
> Try the System.IO namespace.

> The "Reference" section in the SDK documentation contains a list of all
the
> classes. This is :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/nets...
Quote:
> ml/cpframeworkref_start.asp
> online...



> > I'm trying to upgrade my skill from ASP/VB6/COM to .NET.

> > I'm working on a project that needs manipulate files; currently I intend
> to
> > use the FileSystemObject, but I'm curious to see if there is a .NET
> > replacement for this?

> > This begs a broader questions: What  .NET components do we have, and how
> do
> > we find out more about them? Have some COM components been superceded by
> > .NET?

> > As I understand it, in order realise the dream of portable code, we must
> > move away from COM to .NET assemblies, yet we still depend so much on
> > existing COM components...

> > Cheers

> > CJM



Wed, 27 Apr 2005 00:18:22 GMT  
 .NET equiv to COM Objects
Download the .Net SDK at the following URL:

http://msdn.microsoft.com/downloads/default.asp?url=/code/sample.asp?...
dn-files/027/000/976/msdncompositedoc.xml&frame=true

HTH,

--
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of lots of little things.


Quote:
> Thanks Patrice... I'd just discovered that... figuring out how to use it
is
> another matter entirely...!



> > Try the System.IO namespace.

> > The "Reference" section in the SDK documentation contains a list of all
> the
> > classes. This is :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/nets...
Quote:
> > ml/cpframeworkref_start.asp
> > online...



> > > I'm trying to upgrade my skill from ASP/VB6/COM to .NET.

> > > I'm working on a project that needs manipulate files; currently I
intend
> > to
> > > use the FileSystemObject, but I'm curious to see if there is a .NET
> > > replacement for this?

> > > This begs a broader questions: What  .NET components do we have, and
how
> > do
> > > we find out more about them? Have some COM components been superceded
by
> > > .NET?

> > > As I understand it, in order realise the dream of portable code, we
must
> > > move away from COM to .NET assemblies, yet we still depend so much on
> > > existing COM components...

> > > Cheers

> > > CJM



Wed, 27 Apr 2005 02:58:53 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. COM-Object in ASP with COM-Object as parameter

2. COM-Object in ASP with COM-Object as Parameter

3. Access a COM object of a COM object?

4. Accessing a COM object of a COM object

5. com object will not read registry when com object called from asp (vb works fine)

6. COM Object-Out of stack space on executing/shell exe from com object

7. Call VB DLL or COM object from within VB COM object or EXE

8. .NET Equiv. of App.Title, App.ExeName, etc

9. .NET Equiv. of App.Title, App.ExeName, etc

10. Looking for . NET Equiv lib calls

11. What's the EQuiv of NET-Send

12. Problem with VB.NET and COM Objects

 

 
Powered by phpBB® Forum Software