Click here to Skip to main content
15,928,111 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionCan .NET Remoting solve this problem for me? Pin
johnrlewishotmail13-Nov-02 6:57
johnrlewishotmail13-Nov-02 6:57 
AnswerRe: Can .NET Remoting solve this problem for me? Pin
Philip Fitzsimons15-Nov-02 11:00
Philip Fitzsimons15-Nov-02 11:00 
General.NET Services and Network Shares Pin
Joel Matthias13-Nov-02 6:12
Joel Matthias13-Nov-02 6:12 
GeneralRe: .NET Services and Network Shares Pin
James T. Johnson13-Nov-02 7:32
James T. Johnson13-Nov-02 7:32 
GeneralRe: .NET Services and Network Shares Pin
Philip Fitzsimons15-Nov-02 11:01
Philip Fitzsimons15-Nov-02 11:01 
QuestionIs COM really dead? Pin
Aisha Ikram12-Nov-02 21:05
Aisha Ikram12-Nov-02 21:05 
AnswerRe: Is COM really dead? Pin
Kevin McFarlane15-Nov-02 2:29
Kevin McFarlane15-Nov-02 2:29 
GeneralRe: Is COM really dead? Pin
Anonymous15-Nov-02 3:32
Anonymous15-Nov-02 3:32 
Kevin McFarlane wrote:
I get the impression that eventually it will all be replaced by native .NET

If you want to use the shell, you have to use the COM shell interfaces. .NET classes exposing shell features do exactly that for us, but in the end if the COM shell objects are badly installed, or badly registered, it won't work, regardless of the .NET virtual machine and classes.



Kevin McFarlane wrote:
I suspect Windows itself and perhaps some MS apps.

Again no. The entire operating system is based on COM. What we developers do is use the features provided by these COM objects. So in the end, we need at least a COM bridge. That's P/Invoke. Because of that, not only the underlying COM is not going to vanish but also, quite the contrary, people are using platform invoke with C# to solve their problems. In the marketing brochures, MS never talks about that hybrid .NET code made of simple C# (or VB.NET, ...) code, plus all the application logic done with platform invoke. I can't figure out what is "native .NET" when it comes to real world problems, really.


What is going to change through the years ?
- probably the classes provided to us will have more "business objects", hopefully.
- .NET will be more than ever out of developers' control, unlike MFC dlls for instance. The ability to run your .NET app on someone else machine will probably rely mostly on the actual target .NET runtime to accept your IL code (based on some .NET-compliance certification steps, or whatever MS might think about it along the way...).
GeneralRe: Is COM really dead? Pin
Kevin McFarlane15-Nov-02 5:12
Kevin McFarlane15-Nov-02 5:12 
GeneralRe: Is COM really dead? Pin
joan_fl18-Nov-02 8:23
joan_fl18-Nov-02 8:23 
GeneralRe: Is COM really dead? Pin
Aisha Ikram17-Nov-02 16:51
Aisha Ikram17-Nov-02 16:51 
QuestionWhat is about Application Domain? Pin
Aisha Ikram12-Nov-02 21:02
Aisha Ikram12-Nov-02 21:02 
AnswerRe: What is about Application Domain? Pin
leppie13-Nov-02 6:28
leppie13-Nov-02 6:28 
GeneralRe: What is about Application Domain? Pin
Aisha Ikram13-Nov-02 17:00
Aisha Ikram13-Nov-02 17:00 
GeneralWindowsXP Shell Namespace Extension / C# Pin
CohesiveTeam.Net12-Nov-02 7:44
CohesiveTeam.Net12-Nov-02 7:44 
GeneralSSCLI now compiles on MacOS X Pin
James T. Johnson12-Nov-02 3:12
James T. Johnson12-Nov-02 3:12 
GeneralRe: SSCLI now compiles on MacOS X Pin
David Stone12-Nov-02 4:35
sitebuilderDavid Stone12-Nov-02 4:35 
GeneralRe: SSCLI now compiles on MacOS X Pin
Paul Watson12-Nov-02 5:43
sitebuilderPaul Watson12-Nov-02 5:43 
GeneralRe: SSCLI now compiles on MacOS X Pin
David Stone12-Nov-02 8:07
sitebuilderDavid Stone12-Nov-02 8:07 
GeneralRe: SSCLI now compiles on MacOS X Pin
Ray Cassick13-Nov-02 7:23
Ray Cassick13-Nov-02 7:23 
GeneralRe: SSCLI now compiles on MacOS X Pin
James T. Johnson13-Nov-02 7:37
James T. Johnson13-Nov-02 7:37 
General.NET redistributable related Pin
Shamoon11-Nov-02 16:56
Shamoon11-Nov-02 16:56 
GeneralRe: .NET redistributable related Pin
David Stone11-Nov-02 18:43
sitebuilderDavid Stone11-Nov-02 18:43 
GeneralRe: .NET redistributable related Pin
RichardEastes13-Nov-02 15:55
RichardEastes13-Nov-02 15:55 
GeneralActiveDirectory ldap Pin
Anonymous11-Nov-02 10:01
Anonymous11-Nov-02 10:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.