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

.NET (Core and Framework)

 
GeneralRe: mac os x [modified] Pin
Kevin McFarlane2-Aug-07 6:20
Kevin McFarlane2-Aug-07 6:20 
GeneralRe: mac os x Pin
SomeGuyThatIsMe2-Aug-07 6:36
SomeGuyThatIsMe2-Aug-07 6:36 
GeneralRe: mac os x Pin
Kevin McFarlane2-Aug-07 7:03
Kevin McFarlane2-Aug-07 7:03 
GeneralRe: mac os x Pin
SomeGuyThatIsMe2-Aug-07 7:06
SomeGuyThatIsMe2-Aug-07 7:06 
GeneralRe: mac os x Pin
Kevin McFarlane2-Aug-07 7:22
Kevin McFarlane2-Aug-07 7:22 
GeneralRe: mac os x Pin
SomeGuyThatIsMe2-Aug-07 7:37
SomeGuyThatIsMe2-Aug-07 7:37 
GeneralRe: mac os x Pin
Kevin McFarlane2-Aug-07 7:47
Kevin McFarlane2-Aug-07 7:47 
GeneralRe: mac os x Pin
Dave Kreskowiak2-Aug-07 10:15
mveDave Kreskowiak2-Aug-07 10:15 
SomeGuyThatIsMe wrote:
we were under the impression that .NET was microsofts answer to java in that one executable would run on any machine with the framework,


Wrong, very wrong.

The .NET Framework is Microsoft's implementation of the ECMA standard Common Language Infrastructure, or CLI. It has nothing to do with having an application run on a variety of operating systems. It defines a managed exectution environment and a common base class library that multiple lanugages targeting the CLI can use. It has nothing to do with being O/S independant, nor is it Microsoft's answer to Java.

The only other CLI implementation I know of is the Mono Project. It's modeled after Microsoft's .NET Framework, but is not a bit-for-bit compatible implementation. For instance, the last I looked, Microsoft's System.Windows.Forms namespace doesn't exist in Mono, because all the classes in that namespace are specific to functionality found only in the windowing functionality of Windows.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionconvert .ico stream to a .cur stream Pin
p_s_i_200707302-Aug-07 4:28
p_s_i_200707302-Aug-07 4:28 
AnswerRe: convert .ico stream to a .cur stream Pin
Vasudevan Deepak Kumar2-Aug-07 5:28
Vasudevan Deepak Kumar2-Aug-07 5:28 
GeneralRe: convert .ico stream to a .cur stream Pin
Luc Pattyn2-Aug-07 7:52
sitebuilderLuc Pattyn2-Aug-07 7:52 
GeneralRe: convert .ico stream to a .cur stream Pin
Vasudevan Deepak Kumar2-Aug-07 21:56
Vasudevan Deepak Kumar2-Aug-07 21:56 
AnswerRe: convert .ico stream to a .cur stream Pin
Pete O'Hanlon2-Aug-07 10:23
mvePete O'Hanlon2-Aug-07 10:23 
QuestionIndex was outside the bound of the array error after deployment Pin
Prajin1-Aug-07 22:05
Prajin1-Aug-07 22:05 
AnswerRe: Index was outside the bound of the array error after deployment Pin
Luc Pattyn1-Aug-07 23:17
sitebuilderLuc Pattyn1-Aug-07 23:17 
AnswerRe: Index was outside the bound of the array error after deployment Pin
originSH2-Aug-07 3:06
originSH2-Aug-07 3:06 
JokeRe: Index was outside the bound of the array error after deployment Pin
Luc Pattyn2-Aug-07 6:18
sitebuilderLuc Pattyn2-Aug-07 6:18 
GeneralRe: Index was outside the bound of the array error after deployment Pin
Pete O'Hanlon2-Aug-07 10:24
mvePete O'Hanlon2-Aug-07 10:24 
GeneralRe: Index was outside the bound of the array error after deployment Pin
originSH2-Aug-07 22:26
originSH2-Aug-07 22:26 
Questionhow can i define the setup serial number? Pin
Wan--Vevi1-Aug-07 21:40
Wan--Vevi1-Aug-07 21:40 
Questionhi Pin
dhanu1231-Aug-07 21:40
dhanu1231-Aug-07 21:40 
QuestionRemoting - Code not executing after an Activator object call Pin
Jigzaw1-Aug-07 6:05
Jigzaw1-Aug-07 6:05 
QuestionRemoting loses subscription but not proxy Pin
John Whitmire1-Aug-07 5:59
professionalJohn Whitmire1-Aug-07 5:59 
AnswerRe: Remoting loses subscription but not proxy Pin
John Whitmire2-Nov-07 4:16
professionalJohn Whitmire2-Nov-07 4:16 
Question[Setup Project] run a file by condition Pin
hamid_m1-Aug-07 2:50
hamid_m1-Aug-07 2:50 

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.