Click here to Skip to main content
15,912,400 members

Survey Results

Are you planning on using .NET   [Edit]

Survey period: 29 Jan 2001 to 4 Feb 2001

.NET has been the biggest buzz word of the last 6 months - but will you use it? (thanks to Ramon Smits for inspiration)

OptionVotes% 
I definitely want to19120.81
I will - but not by choice.303.27
I have no idea (depends on my managers)313.38
I have no idea (too early to tell)20722.55
No, but I like the environment181.96
Definitely not.44148.04



 
GeneralRe: Definetly not??? Pin
Christian Graus29-Jan-01 12:43
protectorChristian Graus29-Jan-01 12:43 
GeneralRe: Definetly not??? Pin
Paul Westcott29-Jan-01 13:14
Paul Westcott29-Jan-01 13:14 
GeneralRe: Definetly not??? Pin
Christian Graus29-Jan-01 13:32
protectorChristian Graus29-Jan-01 13:32 
GeneralRe: Definetly not??? Pin
Paul Westcott29-Jan-01 13:58
Paul Westcott29-Jan-01 13:58 
GeneralRe: Definetly not??? Pin
Jonathan Gilligan30-Jan-01 5:37
Jonathan Gilligan30-Jan-01 5:37 
GeneralRe: Definetly not??? Pin
Paul Westcott30-Jan-01 7:47
Paul Westcott30-Jan-01 7:47 
GeneralRe: Definetly not??? Pin
Jonathan Gilligan30-Jan-01 8:06
Jonathan Gilligan30-Jan-01 8:06 
GeneralRe: Definetly not??? Pin
Paul Westcott31-Jan-01 6:59
Paul Westcott31-Jan-01 6:59 
I have yet to interface to prior code, but there are two mechanisms that I know of.

The first is P/Invoke (of which Don Box wrote "P/Invoke works similarly to J/Direct from the old MSJVM. Very simple to use, yet fairly flexible and extensible.") which is for invoking exisitng Win32 functions, but I assume that it is for accessing any dll functions (but I could be wrong).

The second is COM Interoperability which treats COM objects as if the were dot net objects.

I agree that you probably don't want to port a million lines of code, and that is why these backward compatibility mechanisms do exists. If I find some information on the web of the methods listed I will post the address.

Have fun,
Paul Westcott.

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.